[GOODIE] HTTPClient library

Brent Vukmer bvukmer at blackboard.com
Thu Oct 2 16:30:10 UTC 2003


Avi - 

Awesome! I've been wanting/needing this for a while.  Apparently the
Squeak community goes one step better than the Lazy Web - I don't even
have to post it to the Web, I just have to *think* about something I
need implemented :)

Anyway, thanks a lot to you (and Goran, I believe) for getting this into
Squeak and onto SqueakMap.  I'm excited.

Does this handle Last-Modified, If-Changed-Since and Etags?  Does it
handle mod_gzipped content?

Thanks again,
Brent

> -----Original Message-----
> From: Avi Bryant [mailto:avi at beta4.com] 
> Sent: Thursday, October 02, 2003 2:22 AM
> To: squeak-dev at lists.squeakfoundation.org
> Subject: [GOODIE] HTTPClient library
> 
> 
> In case anyone's interested, I've done an initial port of 
> Steve Waring's
> HTTP 1.1 client library
> (http://www.dolphinharbor.org/dh/projects/httpclient/index.html) to
> Squeak.
> 
> It's available from SqueakMap:
> http://map1.squeakfoundation.org/sm/package/15f42ec1-e93e-4bcf
-ab2b-6746ae9d413f

According to Steve, the features are:

    * HTTP 1.1 persistent connections.
    * Ability to process requests in a background process and set
timeouts.
    * Cookie parsing/sending.
    * Partial range requests.
    * Automatic following of redirections.
    * Streaming of responses to writeStreams/fileStreams.
    * Basic Authentication.
    * Support for Proxies.
    * Flexible progress notifications.




More information about the Squeak-dev mailing list