RE: [Newbies] HTTPSocket class - getting to the instance

2006-08-24 Thread Ron Teitelbaum
Hi Andy, Take a look at the method: HTTPSocket class httpGetDocument: url args: args accept: mimeType request: requestString Go about half way down after it has parsed the URL. Start at: HTTPSocket new. You too can get an instance of HTTPSocket but issuing new. Hope that helps! Happy

Re: [Newbies] HTTPSocket class - getting to the instance

2006-08-24 Thread Todd Blanchard
The ugly details are found in HttpSocket's class side method;httpGetDocument: url args: args accept: mimeType request: requestStringIts a little ugly - an HttpRequest class should bundle up a lot of that complexity in a nice data structure that represents the structure of a request.But there it