tornado/demos
Ben Darnell 6c7eac6c83 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.
2014-03-15 22:30:23 -04:00
..
appengine Unify WSGI support with the HTTPConnection abstraction. 2014-03-15 22:30:23 -04:00
auth Remove redundant uses of @asynchronous with @gen.coroutine. 2014-01-02 20:51:59 -05:00
benchmark Add a benchmark for coroutine processing. 2014-01-25 21:55:39 -05:00
blog Fix escaping error in blog demo 2013-04-13 16:40:23 -04:00
chat Remove redundant uses of @asynchronous with @gen.coroutine. 2014-01-02 20:51:59 -05:00
facebook Use distinct cookie names across all the demo apps. 2013-03-03 12:16:03 -05:00
helloworld Two minor typos 2009-09-13 12:26:16 -07:00
s3server Fix s3server.py to stop truncating downloads of images and other non-text files 2013-01-20 16:48:05 -08:00
twitter Add a simple end-to-end demo of TwitterMixin. 2013-05-31 21:46:53 -04:00
websocket Unnecessary MozWebSocket in the WebSocket demo 2013-04-21 21:30:23 +03:00