Squeak Class Documentation category index | class index  
 
HTTPRequest
  category: Framework-Download
  superclass: Object
  subclasses: CachedHTTPRequest PluginHTTPRequest

No comment. Sorry.

instance methods
  accessing
  content:
contentStream
contents
process:
signalAbort
startRetrieval
url

  initialize
  for:in:

  private
  httpEncodeSafely:

  testing
  isSemaphoreSignaled

class methods
  instance creation
  for:in:

instance methods
  accessing top  
 

content:


 

contentStream

Return a stream on the content of a previously completed HTTP request


 

contents


 

process:


 

signalAbort


 

startRetrieval


 

url


  initialize top  
 

for:in:


  private top  
 

httpEncodeSafely:

Encode the url but skip $/ and $:.


  testing top  
 

isSemaphoreSignaled

Return true if the associated semaphore is currently signaled. This information can be used to determine whether the download has finished given that there is no other process waiting on the semaphore.


class methods
  instance creation top  
 

for:in: