[Web-SIG] [ANN] httpy 0.9a2 -- a sane and robust HTTP server and library for Python

Chad Whitacre chad at zetaweb.com
Wed Apr 12 08:04:59 CEST 2006


Greetings, program!

I am pleased to announce the second public release of httpy -- a sane 
and robust HTTP server and library for Python. Highlights in this release:

     - Responders may now return a Response object in addition to raising
       one.

     - Response headers may now be specified as a list of 2-tuples or a
       dictionary; either are converted to an email.Message.Message
       object by the constructor.

     - The module hierarchy is now more deeply nested to avoid importing
       unused modules.

     - httpy now logs access to stdout in the Combined Log Format, and
       errors to stderr.


Downloads and full documentation are available at:

   http://www.zetadev.com/software/httpy/




chad



More information about the Web-SIG mailing list