|
Re: Building the equivalent of wget in Squeak: msg#00194lang.smalltalk.squeak.beginners
Hi Andy, I would like to create a simple means of getting the contents of a web page, in the same way that wget works. What I hoped to do was something like: 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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Beginners Digest, Vol 4, Issue 34, andy . burnett |
|---|---|
| Next by Date: | Re: Re: Beginners Digest, Vol 4, Issue 34, Damien Cassou |
| Previous by Thread: | Re: Building the equivalent of wget in Squeak, stéphane ducasse |
| Next by Thread: | Re: Building the equivalent of wget in Squeak, andy . burnett |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |