Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
HTTPSocket
Last updated at 11:47 am UTC on 7 October 2019
  (HTTPSocket httpGet: url asString) contents.


 HTTPSocket httpGetDocument: self dirListUrl.


Since 2010
HTTPSocket>>httpGetDocument: url args: args accept: mimeType request: requestString
delegates to WebClient.

So instead of using this method one of the convenience methods on the class side of WebClient.
Note that WebClient uses HTTPSocket.