 Tornado 4.5 Documentation
Authors Jan 06, 2018 Contents 1 Quick links 3 2 Hello, world 5 3 Installation 7 4 Documentation 9 4.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Installation CHAPTER 4 Documentation This documentation is also available in PDF and Epub formats. 4.1 User’s guide 4.1.1 Introduction Tornado is a Python web framework and asynchronous networking library returning a value from # a generator is not allowed and you must use # raise gen.Return(response.body) 4.1. User’s guide 11 Tornado Documentation, Release 4.5.3 # instead. return response.body Python 3.5:0 码力 | 222 页 | 833.04 KB | 1 年前3 Tornado 4.5 Documentation
Authors Jan 06, 2018 Contents 1 Quick links 3 2 Hello, world 5 3 Installation 7 4 Documentation 9 4.1 User’s guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Installation CHAPTER 4 Documentation This documentation is also available in PDF and Epub formats. 4.1 User’s guide 4.1.1 Introduction Tornado is a Python web framework and asynchronous networking library returning a value from # a generator is not allowed and you must use # raise gen.Return(response.body) 4.1. User’s guide 11 Tornado Documentation, Release 4.5.3 # instead. return response.body Python 3.5:0 码力 | 222 页 | 833.04 KB | 1 年前3
 Tornado 4.5 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Prior to release 1.1.1, this check RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 333 页 | 322.34 KB | 1 年前3 Tornado 4.5 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Prior to release 1.1.1, this check RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 333 页 | 322.34 KB | 1 年前3
 Tornado 5.1 Documentation
custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Prior to release 1.1.1, this check RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler), documented in details here: https://docs.python.org/3.6/library/zlib.html#zlib. compressobj New in version 4.1. Changed in version 4.5: Added compression_level and mem_level. 74 Chapter 5. Documentation Tornado0 码力 | 243 页 | 895.80 KB | 1 年前3 Tornado 5.1 Documentation
custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Prior to release 1.1.1, this check RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler), documented in details here: https://docs.python.org/3.6/library/zlib.html#zlib. compressobj New in version 4.1. Changed in version 4.5: Added compression_level and mem_level. 74 Chapter 5. Documentation Tornado0 码力 | 243 页 | 895.80 KB | 1 年前3
 Tornado 5.1 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Prior to release 1.1.1, this check RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 359 页 | 347.32 KB | 1 年前3 Tornado 5.1 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Prior to release 1.1.1, this check RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 359 页 | 347.32 KB | 1 年前3
 Tornado 6.1 Documentation
custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler), documented in details here: https://docs.python.org/3.6/library/zlib.html#zlib. compressobj New in version 4.1. Changed in version 4.5: Added compression_level and mem_level. WebSocketHandler.set_nodelay(value:0 码力 | 245 页 | 904.24 KB | 1 年前3 Tornado 6.1 Documentation
custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler), documented in details here: https://docs.python.org/3.6/library/zlib.html#zlib. compressobj New in version 4.1. Changed in version 4.5: Added compression_level and mem_level. WebSocketHandler.set_nodelay(value:0 码力 | 245 页 | 904.24 KB | 1 年前3
 Tornado 6.0 Documentation
custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler), documented in details here: https://docs.python.org/3.6/library/zlib.html#zlib. compressobj New in version 4.1. Changed in version 4.5: Added compression_level and mem_level. WebSocketHandler.set_nodelay(value:0 码力 | 245 页 | 885.76 KB | 1 年前3 Tornado 6.0 Documentation
custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler), documented in details here: https://docs.python.org/3.6/library/zlib.html#zlib. compressobj New in version 4.1. Changed in version 4.5: Added compression_level and mem_level. WebSocketHandler.set_nodelay(value:0 码力 | 245 页 | 885.76 KB | 1 年前3
 Tornado 6.2 Documentation
custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler), documented in details here: https://docs.python.org/3.6/library/zlib.html#zlib. compressobj New in version 4.1. Changed in version 4.5: Added compression_level and mem_level. WebSocketHandler.set_nodelay(value:0 码力 | 260 页 | 1.06 MB | 1 年前3 Tornado 6.2 Documentation
custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler), documented in details here: https://docs.python.org/3.6/library/zlib.html#zlib. compressobj New in version 4.1. Changed in version 4.5: Added compression_level and mem_level. WebSocketHandler.set_nodelay(value:0 码力 | 260 页 | 1.06 MB | 1 年前3
 Tornado 6.1 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 931 页 | 708.03 KB | 1 年前3 Tornado 6.1 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 931 页 | 708.03 KB | 1 年前3
 Tornado 6.0 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 869 页 | 692.83 KB | 1 年前3 Tornado 6.0 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 869 页 | 692.83 KB | 1 年前3
 Tornado 6.2 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 407 页 | 385.03 KB | 1 年前3 Tornado 6.2 Documentation
What’s new in Tornado 4.3 What’s new in Tornado 4.2.1 What’s new in Tornado 4.2 What’s new in Tornado 4.1 What’s new in Tornado 4.0.2 What’s new in Tornado 4.0.1 What’s new in Tornado 4.0 What’s new in Tornado custom HTTP header named X-XSRFToken or X-CSRFToken (the latter is accepted for compatibility with Django). See http://en.wikipedia.org/wiki/Cross-site_request_forgery Changed in version 3.2.2: Added support RequestHandlers and WSGI in the same server. Typical usage: wsgi_app = tornado.wsgi.WSGIContainer( django.core.handlers.wsgi.WSGIHandler()) application = tornado.web.Application([ (r"/foo", FooHandler)0 码力 | 407 页 | 385.03 KB | 1 年前3
共 20 条
- 1
- 2














