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

HTTPBrowserRequest attempts to fetch the contents through a Webbrowser. This works transparently if Squeak is not running in the browser.

instance methods
  accessing
  contentStream
contents
maxAttempts
signalAbort
startRetrieval

class methods
  no messages
 

instance methods
  accessing top  
 

contentStream

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


 

contents


 

maxAttempts

Return the number of attempts to retry before giving up


 

signalAbort


 

startRetrieval


class methods
  no messages top