aboutsummaryrefslogtreecommitdiff
path: root/python/python-twisted-web2/README
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2017-05-29 07:57:09 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-03 08:00:19 +0700
commit674b824ca65e12f561e438f41c37fe4e9b198e54 (patch)
tree4eab664c0e3d92419e2791e40d00c076c45c3107 /python/python-twisted-web2/README
parentcbd91b3979dd35bdbf7752335a76ca28e9326e90 (diff)
python/python-twisted-web2: Removed (broken and abandoned upstream).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/python-twisted-web2/README')
-rw-r--r--python/python-twisted-web2/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/python/python-twisted-web2/README b/python/python-twisted-web2/README
deleted file mode 100644
index bd04ddfb30..0000000000
--- a/python/python-twisted-web2/README
+++ /dev/null
@@ -1,17 +0,0 @@
-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.