[Newbies] Building the equivalent of wget in Squeak

andy.burnett at knowinnovation.com andy.burnett at knowinnovation.com
Tue Aug 22 15:44:04 UTC 2006


Brilliant, that is just what I was looking for. I just hadn't been looking 
in the right places.

Thanks very much.

<<You can use something like

                 (HTTPClient httpGet: 'www.google.com') contents

to get the text of a web page. Just using

                 HTTPClient httpGet: 'www.google.com'

gives you a "stream" over the page's text.

You can browse HTTPClient's class side to see how the method works 
and start digging deeper.

Hope this helps,
Benjamin Schroeder>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20060822/6971642e/attachment.htm


More information about the Beginners mailing list