Re: [ANN] httpy 0.9.0 -- a sane and robust HTTP library for Python

2006-02-24 Thread Claudio Grondi
Rene Pijlman wrote: > Chad Whitacre: > >>I am pleased to announce the first public release of httpy -- a sane and >>robust HTTP library for Python. With httpy, you write "responders," and >>put them on the network with "couplers." Here is a trivial responder: >> >> import httpy >> >> class Res

Re: [ANN] httpy 0.9.0 -- a sane and robust HTTP library for Python

2006-02-24 Thread Rene Pijlman
Chad Whitacre: >I am pleased to announce the first public release of httpy -- a sane and >robust HTTP library for Python. With httpy, you write "responders," and >put them on the network with "couplers." Here is a trivial responder: > > import httpy > > class Responder: > def respond(requ