Tornado Documentation
Main Page
Attributes
tornado.httputil.HTTPServerRequest.arguments
tornado.httputil.HTTPServerRequest.body
tornado.httputil.HTTPServerRequest.body_arguments
tornado.httputil.HTTPServerRequest.connection
tornado.httputil.HTTPServerRequest.cookies
tornado.httputil.HTTPServerRequest.files
tornado.httputil.HTTPServerRequest.headers
tornado.httputil.HTTPServerRequest.host
tornado.httputil.HTTPServerRequest.method
tornado.httputil.HTTPServerRequest.path
tornado.httputil.HTTPServerRequest.protocol
tornado.httputil.HTTPServerRequest.query
tornado.httputil.HTTPServerRequest.query_arguments
tornado.httputil.HTTPServerRequest.remote_ip
tornado.httputil.HTTPServerRequest.uri
tornado.httputil.HTTPServerRequest.version
tornado.httputil.RequestStartLine.method
tornado.httputil.RequestStartLine.path
tornado.httputil.RequestStartLine.version
tornado.httputil.ResponseStartLine.code
tornado.httputil.ResponseStartLine.reason
tornado.httputil.ResponseStartLine.version
tornado.queues.Queue.maxsize
tornado.util.GzipDecompressor.unconsumed_tail
tornado.web.Application.settings
tornado.web.RequestHandler.application
tornado.web.RequestHandler.cookies
tornado.web.RequestHandler.current_user
tornado.web.RequestHandler.locale
tornado.web.RequestHandler.path_args
tornado.web.RequestHandler.path_kwargs
tornado.web.RequestHandler.request
tornado.web.RequestHandler.settings
tornado.web.RequestHandler.xsrf_token
tornado.websocket.WebSocketClientConnection.selected_subprotocol
tornado.websocket.WebSocketHandler.selected_subprotocol
Classs
tornado.auth.FacebookGraphMixin
tornado.auth.GoogleOAuth2Mixin
tornado.auth.OAuth2Mixin
tornado.auth.OAuthMixin
tornado.auth.OpenIdMixin
tornado.auth.TwitterMixin
tornado.concurrent.Future
tornado.curl_httpclient.CurlAsyncHTTPClient
tornado.gen.WaitIterator
tornado.http1connection.HTTP1Connection
tornado.http1connection.HTTP1ConnectionParameters
tornado.http1connection.HTTP1ServerConnection
tornado.httpclient.AsyncHTTPClient
tornado.httpclient.HTTPClient
tornado.httpclient.HTTPRequest
tornado.httpclient.HTTPResponse
tornado.httpserver.HTTPServer
tornado.httputil.HTTPConnection
tornado.httputil.HTTPFile
tornado.httputil.HTTPHeaders
tornado.httputil.HTTPMessageDelegate
tornado.httputil.HTTPServerConnectionDelegate
tornado.httputil.HTTPServerRequest
tornado.httputil.RequestStartLine
tornado.httputil.ResponseStartLine
tornado.ioloop.IOLoop
tornado.ioloop.PeriodicCallback
tornado.iostream.BaseIOStream
tornado.iostream.IOStream
tornado.iostream.PipeIOStream
tornado.iostream.SSLIOStream
tornado.locale.CSVLocale
tornado.locale.GettextLocale
tornado.locale.Locale
tornado.locks.BoundedSemaphore
tornado.locks.Condition
tornado.locks.Event
tornado.locks.Lock
tornado.locks.Semaphore
tornado.log.LogFormatter
tornado.netutil.BlockingResolver
tornado.netutil.DefaultExecutorResolver
tornado.netutil.DefaultLoopResolver
tornado.netutil.ExecutorResolver
tornado.netutil.OverrideResolver
tornado.netutil.Resolver
tornado.netutil.ThreadedResolver
tornado.options.OptionParser
tornado.platform.asyncio.AddThreadSelectorEventLoop
tornado.platform.asyncio.AnyThreadEventLoopPolicy
tornado.platform.asyncio.AsyncIOLoop
tornado.platform.asyncio.AsyncIOMainLoop
tornado.platform.asyncio.SelectorThread
tornado.platform.caresresolver.CaresResolver
tornado.platform.twisted.TwistedResolver
tornado.process.Subprocess
tornado.queues.LifoQueue
tornado.queues.PriorityQueue
tornado.queues.Queue
tornado.routing.AnyMatches
tornado.routing.DefaultHostMatches
tornado.routing.HostMatches
tornado.routing.Matcher
tornado.routing.PathMatches
tornado.routing.ReversibleRouter
tornado.routing.ReversibleRuleRouter
tornado.routing.Router
tornado.routing.Rule
tornado.routing.RuleRouter
tornado.routing.URLSpec
tornado.simple_httpclient.SimpleAsyncHTTPClient
tornado.tcpclient.TCPClient
tornado.tcpserver.TCPServer
tornado.template.BaseLoader
tornado.template.DictLoader
tornado.template.Loader
tornado.template.Template
tornado.testing.AsyncHTTPSTestCase
tornado.testing.AsyncHTTPTestCase
tornado.testing.AsyncTestCase
tornado.testing.ExpectLog
tornado.util.ArgReplacer
tornado.util.Configurable
tornado.util.GzipDecompressor
tornado.util.ObjectDict
tornado.util.TimeoutError
tornado.web.Application
tornado.web.ErrorHandler
tornado.web.FallbackHandler
tornado.web.RedirectHandler
tornado.web.RequestHandler
tornado.web.StaticFileHandler
tornado.web.UIModule
tornado.web.URLSpec
tornado.websocket.WebSocketClientConnection
tornado.websocket.WebSocketHandler
tornado.wsgi.WSGIContainer
Exceptions
tornado.gen.Return
tornado.httpclient.HTTPClientError
tornado.httpclient.HTTPError
tornado.httputil.HTTPInputError
tornado.httputil.HTTPOutputError
tornado.iostream.StreamBufferFullError
tornado.iostream.StreamClosedError
tornado.iostream.UnsatisfiableReadError
tornado.options.Error
tornado.process.CalledProcessError
tornado.queues.QueueEmpty
tornado.queues.QueueFull
tornado.template.ParseError
tornado.web.Finish
tornado.web.HTTPError
tornado.web.MissingArgumentError
tornado.websocket.WebSocketClosedError
Functions
tornado.autoreload.add_reload_hook
tornado.autoreload.main
tornado.autoreload.start
tornado.autoreload.wait
tornado.autoreload.watch
tornado.concurrent.chain_future
tornado.concurrent.future_add_done_callback
tornado.concurrent.future_set_exc_info
tornado.concurrent.future_set_exception_unless_cancelled
tornado.concurrent.future_set_result_unless_cancelled
tornado.concurrent.run_on_executor
tornado.escape.json_decode
tornado.escape.json_encode
tornado.escape.linkify
tornado.escape.native_str
tornado.escape.recursive_unicode
tornado.escape.squeeze
tornado.escape.to_basestring
tornado.escape.to_unicode
tornado.escape.url_escape
tornado.escape.url_unescape
tornado.escape.utf8
tornado.escape.xhtml_escape
tornado.escape.xhtml_unescape
tornado.gen.convert_yielded
tornado.gen.coroutine
tornado.gen.is_coroutine_function
tornado.gen.maybe_future
tornado.gen.multi
tornado.gen.multi_future
tornado.gen.sleep
tornado.gen.with_timeout
tornado.http1connection.is_transfer_encoding_chunked
tornado.http1connection.parse_hex_int
tornado.http1connection.parse_int
tornado.httputil.encode_username_password
tornado.httputil.format_timestamp
tornado.httputil.parse_body_arguments
tornado.httputil.parse_cookie
tornado.httputil.parse_multipart_form_data
tornado.httputil.parse_request_start_line
tornado.httputil.parse_response_start_line
tornado.httputil.qs_to_qsl
tornado.httputil.split_host_and_port
tornado.httputil.url_concat
tornado.locale.get
tornado.locale.get_supported_locales
tornado.locale.load_gettext_translations
tornado.locale.load_translations
tornado.locale.set_default_locale
tornado.log.define_logging_options
tornado.log.enable_pretty_logging
tornado.netutil.add_accept_handler
tornado.netutil.bind_sockets
tornado.netutil.bind_unix_socket
tornado.netutil.is_valid_ip
tornado.netutil.ssl_options_to_context
tornado.netutil.ssl_wrap_socket
tornado.options.add_parse_callback
tornado.options.define
tornado.options.parse_command_line
tornado.options.parse_config_file
tornado.options.print_help
tornado.platform.asyncio.to_asyncio_future
tornado.platform.asyncio.to_tornado_future
tornado.platform.twisted.install
tornado.process.cpu_count
tornado.process.fork_processes
tornado.process.task_id
tornado.template.filter_whitespace
tornado.testing.bind_unused_port
tornado.testing.gen_test
tornado.testing.get_async_test_timeout
tornado.testing.main
tornado.util.errno_from_exception
tornado.util.import_object
tornado.util.re_unescape
tornado.util.timedelta_to_seconds
tornado.web.addslash
tornado.web.authenticated
tornado.web.removeslash
tornado.web.stream_request_body
tornado.websocket.websocket_connect
Guides
Asynchronous and non-Blocking I/O
Asynchronous networking
Authentication and security
Coroutines
Coroutines and concurrency
Frequently Asked Questions
HTTP servers and clients
Integration with other services
Introduction
Queue example - a concurrent web spider
Release notes
Running and deploying
Structure of a Tornado web application
Templates and UI
User’s guide
Utilities
Web framework
Methods
tornado.auth.FacebookGraphMixin.facebook_request
tornado.auth.FacebookGraphMixin.get_authenticated_user
tornado.auth.GoogleOAuth2Mixin.get_authenticated_user
tornado.auth.GoogleOAuth2Mixin.get_google_oauth_settings
tornado.auth.OAuth2Mixin.authorize_redirect
tornado.auth.OAuth2Mixin.get_auth_http_client
tornado.auth.OAuth2Mixin.oauth2_request
tornado.auth.OAuthMixin._oauth_consumer_token
tornado.auth.OAuthMixin._oauth_get_user_future
tornado.auth.OAuthMixin.authorize_redirect
tornado.auth.OAuthMixin.get_auth_http_client
tornado.auth.OAuthMixin.get_authenticated_user
tornado.auth.OpenIdMixin.authenticate_redirect
tornado.auth.OpenIdMixin.get_auth_http_client
tornado.auth.OpenIdMixin.get_authenticated_user
tornado.auth.TwitterMixin.authenticate_redirect
tornado.auth.TwitterMixin.twitter_request
tornado.gen.WaitIterator.done
tornado.gen.WaitIterator.next
tornado.gen.moment
tornado.http1connection.HTTP1Connection.detach
tornado.http1connection.HTTP1Connection.finish
tornado.http1connection.HTTP1Connection.read_response
tornado.http1connection.HTTP1Connection.set_body_timeout
tornado.http1connection.HTTP1Connection.set_close_callback
tornado.http1connection.HTTP1Connection.set_max_body_size
tornado.http1connection.HTTP1Connection.write
tornado.http1connection.HTTP1Connection.write_headers
tornado.http1connection.HTTP1ServerConnection.close
tornado.http1connection.HTTP1ServerConnection.start_serving
tornado.httpclient.AsyncHTTPClient.close
tornado.httpclient.AsyncHTTPClient.configure
tornado.httpclient.AsyncHTTPClient.fetch
tornado.httpclient.HTTPClient.close
tornado.httpclient.HTTPClient.fetch
tornado.httpclient.HTTPResponse.rethrow
tornado.httpserver.HTTPServer.close_all_connections
tornado.httputil.HTTPConnection.finish
tornado.httputil.HTTPConnection.write
tornado.httputil.HTTPConnection.write_headers
tornado.httputil.HTTPHeaders.add
tornado.httputil.HTTPHeaders.get_all
tornado.httputil.HTTPHeaders.get_list
tornado.httputil.HTTPHeaders.parse
tornado.httputil.HTTPHeaders.parse_line
tornado.httputil.HTTPMessageDelegate.data_received
tornado.httputil.HTTPMessageDelegate.finish
tornado.httputil.HTTPMessageDelegate.headers_received
tornado.httputil.HTTPMessageDelegate.on_connection_close
tornado.httputil.HTTPServerConnectionDelegate.on_close
tornado.httputil.HTTPServerConnectionDelegate.start_request
tornado.httputil.HTTPServerRequest.full_url
tornado.httputil.HTTPServerRequest.get_ssl_certificate
tornado.httputil.HTTPServerRequest.request_time
tornado.ioloop.IOLoop.add_callback
tornado.ioloop.IOLoop.add_callback_from_signal
tornado.ioloop.IOLoop.add_future
tornado.ioloop.IOLoop.add_handler
tornado.ioloop.IOLoop.add_timeout
tornado.ioloop.IOLoop.call_at
tornado.ioloop.IOLoop.call_later
tornado.ioloop.IOLoop.clear_current
tornado.ioloop.IOLoop.clear_instance
tornado.ioloop.IOLoop.close
tornado.ioloop.IOLoop.current
tornado.ioloop.IOLoop.install
tornado.ioloop.IOLoop.instance
tornado.ioloop.IOLoop.make_current
tornado.ioloop.IOLoop.remove_handler
tornado.ioloop.IOLoop.remove_timeout
tornado.ioloop.IOLoop.run_in_executor
tornado.ioloop.IOLoop.run_sync
tornado.ioloop.IOLoop.set_default_executor
tornado.ioloop.IOLoop.spawn_callback
tornado.ioloop.IOLoop.start
tornado.ioloop.IOLoop.stop
tornado.ioloop.IOLoop.time
tornado.ioloop.IOLoop.update_handler
tornado.ioloop.PeriodicCallback.is_running
tornado.ioloop.PeriodicCallback.start
tornado.ioloop.PeriodicCallback.stop
tornado.iostream.BaseIOStream.close
tornado.iostream.BaseIOStream.close_fd
tornado.iostream.BaseIOStream.closed
tornado.iostream.BaseIOStream.fileno
tornado.iostream.BaseIOStream.get_fd_error
tornado.iostream.BaseIOStream.read_bytes
tornado.iostream.BaseIOStream.read_from_fd
tornado.iostream.BaseIOStream.read_into
tornado.iostream.BaseIOStream.read_until
tornado.iostream.BaseIOStream.read_until_close
tornado.iostream.BaseIOStream.read_until_regex
tornado.iostream.BaseIOStream.reading
tornado.iostream.BaseIOStream.set_close_callback
tornado.iostream.BaseIOStream.set_nodelay
tornado.iostream.BaseIOStream.write
tornado.iostream.BaseIOStream.write_to_fd
tornado.iostream.BaseIOStream.writing
tornado.iostream.IOStream.connect
tornado.iostream.IOStream.start_tls
tornado.iostream.SSLIOStream.wait_for_handshake
tornado.locale.GettextLocale.pgettext
tornado.locale.Locale.format_date
tornado.locale.Locale.format_day
tornado.locale.Locale.friendly_number
tornado.locale.Locale.get
tornado.locale.Locale.get_closest
tornado.locale.Locale.list
tornado.locale.Locale.translate
tornado.locks.BoundedSemaphore.acquire
tornado.locks.BoundedSemaphore.release
tornado.locks.Condition.notify
tornado.locks.Condition.notify_all
tornado.locks.Condition.wait
tornado.locks.Event.clear
tornado.locks.Event.is_set
tornado.locks.Event.set
tornado.locks.Event.wait
tornado.locks.Lock.acquire
tornado.locks.Lock.release
tornado.locks.Semaphore.acquire
tornado.locks.Semaphore.release
tornado.netutil.Resolver.close
tornado.netutil.Resolver.resolve
tornado.options.OptionParser.add_parse_callback
tornado.options.OptionParser.as_dict
tornado.options.OptionParser.define
tornado.options.OptionParser.group_dict
tornado.options.OptionParser.groups
tornado.options.OptionParser.items
tornado.options.OptionParser.mockable
tornado.options.OptionParser.parse_command_line
tornado.options.OptionParser.parse_config_file
tornado.options.OptionParser.print_help
tornado.options.options
tornado.process.Subprocess.initialize
tornado.process.Subprocess.set_exit_callback
tornado.process.Subprocess.uninitialize
tornado.process.Subprocess.wait_for_exit
tornado.queues.Queue.get
tornado.queues.Queue.get_nowait
tornado.queues.Queue.join
tornado.queues.Queue.put
tornado.queues.Queue.put_nowait
tornado.queues.Queue.qsize
tornado.queues.Queue.task_done
tornado.routing.Matcher.match
tornado.routing.Matcher.reverse
tornado.routing.ReversibleRouter.reverse_url
tornado.routing.Router.find_handler
tornado.routing.RuleRouter.add_rules
tornado.routing.RuleRouter.get_target_delegate
tornado.routing.RuleRouter.process_rule
tornado.tcpclient.TCPClient.connect
tornado.tcpserver.TCPServer.add_socket
tornado.tcpserver.TCPServer.add_sockets
tornado.tcpserver.TCPServer.bind
tornado.tcpserver.TCPServer.handle_stream
tornado.tcpserver.TCPServer.listen
tornado.tcpserver.TCPServer.start
tornado.tcpserver.TCPServer.stop
tornado.template.BaseLoader.load
tornado.template.BaseLoader.reset
tornado.template.BaseLoader.resolve_path
tornado.template.Template.generate
tornado.testing.AsyncHTTPSTestCase.get_ssl_options
tornado.testing.AsyncHTTPTestCase.fetch
tornado.testing.AsyncHTTPTestCase.get_app
tornado.testing.AsyncHTTPTestCase.get_http_port
tornado.testing.AsyncHTTPTestCase.get_httpserver_options
tornado.testing.AsyncHTTPTestCase.get_url
tornado.testing.AsyncTestCase.get_new_ioloop
tornado.testing.AsyncTestCase.stop
tornado.testing.AsyncTestCase.wait
tornado.util.ArgReplacer.get_old_value
tornado.util.ArgReplacer.replace
tornado.util.Configurable.configurable_base
tornado.util.Configurable.configurable_default
tornado.util.Configurable.configure
tornado.util.Configurable.configured_class
tornado.util.Configurable.initialize
tornado.util.GzipDecompressor.decompress
tornado.util.GzipDecompressor.flush
tornado.web.Application.add_handlers
tornado.web.Application.get_handler_delegate
tornado.web.Application.listen
tornado.web.Application.log_request
tornado.web.Application.reverse_url
tornado.web.DEFAULT_SIGNED_VALUE_MIN_VERSION
tornado.web.DEFAULT_SIGNED_VALUE_VERSION
tornado.web.MAX_SUPPORTED_SIGNED_VALUE_VERSION
tornado.web.MIN_SUPPORTED_SIGNED_VALUE_VERSION
tornado.web.RequestHandler.add_header
tornado.web.RequestHandler.check_etag_header
tornado.web.RequestHandler.check_xsrf_cookie
tornado.web.RequestHandler.clear
tornado.web.RequestHandler.clear_all_cookies
tornado.web.RequestHandler.clear_cookie
tornado.web.RequestHandler.clear_header
tornado.web.RequestHandler.compute_etag
tornado.web.RequestHandler.create_signed_value
tornado.web.RequestHandler.create_template_loader
tornado.web.RequestHandler.data_received
tornado.web.RequestHandler.decode_argument
tornado.web.RequestHandler.delete
tornado.web.RequestHandler.detach
tornado.web.RequestHandler.finish
tornado.web.RequestHandler.flush
tornado.web.RequestHandler.get
tornado.web.RequestHandler.get_argument
tornado.web.RequestHandler.get_arguments
tornado.web.RequestHandler.get_body_argument
tornado.web.RequestHandler.get_body_arguments
tornado.web.RequestHandler.get_browser_locale
tornado.web.RequestHandler.get_cookie
tornado.web.RequestHandler.get_current_user
tornado.web.RequestHandler.get_login_url
tornado.web.RequestHandler.get_query_argument
tornado.web.RequestHandler.get_query_arguments
tornado.web.RequestHandler.get_secure_cookie
tornado.web.RequestHandler.get_secure_cookie_key_version
tornado.web.RequestHandler.get_signed_cookie
tornado.web.RequestHandler.get_signed_cookie_key_version
tornado.web.RequestHandler.get_status
tornado.web.RequestHandler.get_template_namespace
tornado.web.RequestHandler.get_template_path
tornado.web.RequestHandler.get_user_locale
tornado.web.RequestHandler.head
tornado.web.RequestHandler.initialize
tornado.web.RequestHandler.log_exception
tornado.web.RequestHandler.on_connection_close
tornado.web.RequestHandler.on_finish
tornado.web.RequestHandler.options
tornado.web.RequestHandler.patch
tornado.web.RequestHandler.post
tornado.web.RequestHandler.prepare
tornado.web.RequestHandler.put
tornado.web.RequestHandler.redirect
tornado.web.RequestHandler.render
tornado.web.RequestHandler.render_embed_css
tornado.web.RequestHandler.render_embed_js
tornado.web.RequestHandler.render_linked_css
tornado.web.RequestHandler.render_linked_js
tornado.web.RequestHandler.render_string
tornado.web.RequestHandler.require_setting
tornado.web.RequestHandler.reverse_url
tornado.web.RequestHandler.send_error
tornado.web.RequestHandler.set_cookie
tornado.web.RequestHandler.set_default_headers
tornado.web.RequestHandler.set_etag_header
tornado.web.RequestHandler.set_header
tornado.web.RequestHandler.set_secure_cookie
tornado.web.RequestHandler.set_signed_cookie
tornado.web.RequestHandler.set_status
tornado.web.RequestHandler.static_url
tornado.web.RequestHandler.write
tornado.web.RequestHandler.write_error
tornado.web.RequestHandler.xsrf_form_html
tornado.web.StaticFileHandler.compute_etag
tornado.web.StaticFileHandler.get_absolute_path
tornado.web.StaticFileHandler.get_cache_time
tornado.web.StaticFileHandler.get_content
tornado.web.StaticFileHandler.get_content_size
tornado.web.StaticFileHandler.get_content_type
tornado.web.StaticFileHandler.get_content_version
tornado.web.StaticFileHandler.get_modified_time
tornado.web.StaticFileHandler.get_version
tornado.web.StaticFileHandler.make_static_url
tornado.web.StaticFileHandler.parse_url_path
tornado.web.StaticFileHandler.set_extra_headers
tornado.web.StaticFileHandler.set_headers
tornado.web.StaticFileHandler.should_return_304
tornado.web.StaticFileHandler.validate_absolute_path
tornado.web.UIModule.css_files
tornado.web.UIModule.embedded_css
tornado.web.UIModule.embedded_javascript
tornado.web.UIModule.html_body
tornado.web.UIModule.html_head
tornado.web.UIModule.javascript_files
tornado.web.UIModule.render
tornado.web.UIModule.render_string
tornado.websocket.WebSocketClientConnection.close
tornado.websocket.WebSocketClientConnection.ping
tornado.websocket.WebSocketClientConnection.read_message
tornado.websocket.WebSocketClientConnection.write_message
tornado.websocket.WebSocketHandler.check_origin
tornado.websocket.WebSocketHandler.close
tornado.websocket.WebSocketHandler.get_compression_options
tornado.websocket.WebSocketHandler.on_close
tornado.websocket.WebSocketHandler.on_message
tornado.websocket.WebSocketHandler.on_ping
tornado.websocket.WebSocketHandler.on_pong
tornado.websocket.WebSocketHandler.open
tornado.websocket.WebSocketHandler.ping
tornado.websocket.WebSocketHandler.select_subprotocol
tornado.websocket.WebSocketHandler.set_nodelay
tornado.websocket.WebSocketHandler.write_message
tornado.wsgi.WSGIContainer.environ
Modules
tornado.auth
tornado.autoreload
tornado.concurrent
tornado.curl_httpclient
tornado.escape
tornado.gen
tornado.http1connection
tornado.httpclient
tornado.httpserver
tornado.httputil
tornado.ioloop
tornado.iostream
tornado.locale
tornado.locks
tornado.log
tornado.netutil
tornado.options
tornado.platform.asyncio
tornado.platform.caresresolver
tornado.platform.twisted
tornado.process
tornado.queues
tornado.routing
tornado.simple_httpclient
tornado.tcpclient
tornado.tcpserver
tornado.template
tornado.testing
tornado.util
tornado.web
tornado.websocket
tornado.wsgi