<br><font size=2 face="sans-serif">First, Smalltalk is just amazing! &nbsp;I
am so impressed with what it is possible to do - with practically no knowledge!</font>
<br>
<br><font size=2 face="sans-serif">Second. Due to my lack of knowledge
I am now stuck ;-)</font>
<br>
<br><font size=2 face="sans-serif">I am still working on the problem of
building a Smalltalk version of Wget. &nbsp;I have used the HTTPClient
as my basic object and that is doing most of what I want. However, I can't
get to the HTTP Headers. I noticed that HTTPSocket does seem to offer the
headers but this is where I get stuck.</font>
<br>
<br><font size=2 face="sans-serif">The creation methods of HTTPSocket &nbsp;(i.e.
telling it which url to go to) seem to only exist on the class side. &nbsp;But
the methods for getting to headers etc only exist in the instance. &nbsp;I
can't work out how to create an instance of the socket and tell it which
url to go to. &nbsp;All the construction methods just seem to return the
class. &nbsp;</font>
<br>
<br><font size=2 face="sans-serif">Obviously I am missing something pretty
basic. Could someone please enlighten me?</font>
<br>
<br><font size=2 face="sans-serif">TVM</font>
<br><font size=2 face="sans-serif">AB</font>