]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a FallbackHandler class to allow use of other applications (e.g.
authorBen Darnell <bdarnell@beaker.local>
Thu, 3 Dec 2009 19:57:52 +0000 (11:57 -0800)
committerBen Darnell <bdarnell@beaker.local>
Thu, 3 Dec 2009 19:57:52 +0000 (11:57 -0800)
commit5fc06caffe9a362a526e6c5480a2ebdd174eb29f
treee62d5ab313e61cf19ae0f254c7509002db8e8eb5
parent595ffa1975835c82ef21b4cfd8bc5076c292e828
Add a FallbackHandler class to allow use of other applications (e.g.
tornado.wsgi.WSGIContainer) from within a tornado.web.Application to facilitate
migration from other web frameworks.
tornado/web.py