You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matteo Bernardini 2e17f26ebb python/python-twisted-web2: Fixed download link. 10 years ago
..
README python/python-twisted-web2: Fixed dep information 14 years ago
python-twisted-web2.SlackBuild various: Update find command to match template. 12 years ago
python-twisted-web2.info python/python-twisted-web2: Fixed download link. 10 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

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.