Squeak Class Documentation category index | class index  
 
HTTPClient
  category: Framework-Download
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  no messages
 

class methods
  class initialization
  determineIfRunningInBrowser

  examples
  exampleMailTo
examplePostArgs
examplePostMultipart

  post/get
  httpGet:
httpGetDocument:
httpPostDocument:args:
httpPostDocument:target:args:
httpPostMultipart:args:
requestURL:target:

  private
  pluginHttpPostMultipart:args:

  testing
  isRunningInBrowser
shouldUsePluginAPI

  utilities
  composeMailTo:subject:body:
getDirectoryListing:
mailTo:message:
tellAFriend:url:name:
uploadFileNamed:to:user:passwd:

instance methods
  no messages top  

class methods
  class initialization top  
 

determineIfRunningInBrowser

HTTPClient determineIfRunningInBrowser


  examples top  
 

exampleMailTo

HTTPClient exampleMailTo


 

examplePostArgs

HTTPClient examplePostArgs


 

examplePostMultipart

HTTPClient examplePostMultipart


  post/get top  
 

httpGet:


 

httpGetDocument:


 

httpPostDocument:args:


 

httpPostDocument:target:args:


 

httpPostMultipart:args:

do multipart/form-data encoding rather than x-www-urlencoded


 

requestURL:target:


  private top  
 

pluginHttpPostMultipart:args:

do multipart/form-data encoding rather than x-www-urlencoded


  testing top  
 

isRunningInBrowser


 

shouldUsePluginAPI

HTTPClient shouldUsePluginAPI


  utilities top  
 

composeMailTo:subject:body:

HTTPClient composeMailTo: 'michael.rueger@squeakland.org' subject: 'test subject' body: 'message'


 

getDirectoryListing:

HTTPClient getDirectoryListing: 'http://www.squeakalpha.org/uploads'


 

mailTo:message:


 

tellAFriend:url:name:


 

uploadFileNamed:to:user:passwd: