Navigation
index
modules
|
next
|
Tornado 2.2 documentation
»
Tornado Documentation
¶
Overview
Core web framework
tornado.web
—
RequestHandler
and
Application
classes
tornado.httpserver
— Non-blocking HTTP server
tornado.template
— Flexible output generation
tornado.escape
— Escaping and string manipulation
tornado.locale
— Internationalization support
Asynchronous networking
tornado.ioloop
— Main event loop
tornado.iostream
— Convenient wrappers for non-blocking sockets
tornado.httpclient
— Non-blocking HTTP client
tornado.netutil
— Miscellaneous network utilities
Integration with other services
tornado.auth
— Third-party login with OpenID and OAuth
tornado.database
— Simple MySQL client wrapper
tornado.platform.twisted
— Run code written for Twisted on Tornado
tornado.websocket
— Bidirectional communication to the browser
tornado.wsgi
— Interoperability with other Python frameworks and servers
Utilities
tornado.autoreload
— Automatically detect code changes in development
tornado.gen
— Simplify asynchronous code
tornado.httputil
— Manipulate HTTP headers and URLs
tornado.options
— Command-line parsing
tornado.process
— Utilities for multiple processes
tornado.stack_context
— Exception handling across asynchronous callbacks
tornado.testing
— Unit testing support for asynchronous code
Release notes
What’s new in Tornado 2.2
What’s new in Tornado 2.1.1
What’s new in Tornado 2.1
What’s new in Tornado 2.0
What’s new in Tornado 1.2.1
What’s new in Tornado 1.2
What’s new in Tornado 1.1.1
What’s new in Tornado 1.1
What’s new in Tornado 1.0.1
What’s new in Tornado 1.0
Indices and tables
¶
Index
Module Index
Search Page
Table Of Contents
Tornado Documentation
Indices and tables
Next topic
Overview
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
Tornado 2.2 documentation
»