]> git.ipfire.org Git - thirdparty/tornado.git/commit
Unify WSGI support with the HTTPConnection abstraction.
authorBen Darnell <ben@bendarnell.com>
Sun, 16 Mar 2014 02:30:23 +0000 (22:30 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Mar 2014 02:30:23 +0000 (22:30 -0400)
commit6c7eac6c835cdcc8a5c0809b247be60703f6efc7
treea38fe5d9d40b4079fb4b76979c7247048fca95c3
parent361b61266362feb17cd20b7cf8be8eefc8523548
Unify WSGI support with the HTTPConnection abstraction.

Deprecate WSGIApplication in favor of a WSGIAdapter that can wrap
an ordinary Application.

Remove the wsgi module's separate HTTPRequest variant and tornado.web's
wsgi special cases.
demos/appengine/blog.py
docs/wsgi.rst
tornado/httpserver.py
tornado/httputil.py
tornado/test/wsgi_test.py
tornado/web.py
tornado/wsgi.py