diff options
author | Lionel Young <redtricycle@gmail.com> | 2010-05-13 01:00:20 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 01:00:20 +0200 |
commit | 5a90191f7488b687c6b89f89fe59fc750185b976 (patch) | |
tree | 3ddd627af968d4254fc878a735576ee52055da71 /network/python-twisted-web2/README | |
parent | bfd9031c4c537648e88feaa11f9dce611a354f28 (diff) | |
download | slackbuilds-5a90191f7488b687c6b89f89fe59fc750185b976.tar.gz |
network/python-twisted-web2: Added to 13.0 repository
Diffstat (limited to 'network/python-twisted-web2/README')
-rw-r--r-- | network/python-twisted-web2/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/python-twisted-web2/README b/network/python-twisted-web2/README new file mode 100644 index 0000000000..8808f3d079 --- /dev/null +++ b/network/python-twisted-web2/README @@ -0,0 +1,19 @@ +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. + +Requires: python-twisted |