HTTPClient that can return the http code, headers and response?

danil osipchuk danil.osipchuk at gmail.com
Sun Dec 23 19:16:41 UTC 2007


Hello Danie,

I think the plugin to the libcurl library (
http://wiki.squeak.org/squeak/5865 ) can do most of what you need right now.
I didn't manage to polish it up to the end, but I'm sure that with a
feedback we can finish it incrementaly

Danil

2007/12/23, Danie Roux <lists+squeak at danieroux.com>:
>
> All,
>
> Is anyone aware of a HTTPClient that can return the following:
>
> - The HTTP code (404, 200 etc.)
> - The HTTP headers
> - The HTTP response
>
> ... and also supports the HTTP methods DELETE, OPTIONS and HEAD.
>
> The standard HTTPClient throws away all that and just return the HTTP
> response as a string.
>
> --
> Danie Roux *shuffle* Adore Unix - http://danieroux.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20071223/f1e4bc4a/attachment.htm


More information about the Squeak-dev mailing list