slackbuilds/python/python-twisted-web2
ponce 69684ebce5 python/python-twisted-web2: Fixed dep information 2012-08-23 15:49:32 -05:00
..
README python/python-twisted-web2: Fixed dep information 2012-08-23 15:49:32 -05:00
python-twisted-web2.SlackBuild python/*: Moved a lot of Python stuff here 2011-03-20 12:33:01 -05:00
python-twisted-web2.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00

README

Twisted.Web2 is an experimental web server built with Twisted. Useful Web2 
functionality will be backported to TwistedWeb until TwistedWeb is as 
featureful as Web2, then Web2 will be abandoned.

Improvements over Twisted.Web:
* Streaming upload data
* Separation of low level HTTP and high level request handling which allows
  it to run under other transports such as SCGI and CGI
* IResource API improvements from Nevow
* More versatile outgoing data streaming API
* Correct header parsing
* Full HTTP/1.1 support
* Output filters (HTTP range support in a generic fashion, and gzip support)
* Significantly better URI Rewriting when used behind a proxy such as Apache's
  mod_proxy

Twisted Web2 is available under the MIT Free Software licence.