Tornado
latest
  • 用户指南
    • Introduction
    • Asynchronous and non-Blocking I/O
    • Coroutines
    • Structure of a Tornado web application
    • Templates and UI
    • Authentication and security
    • Running and deploying
  • Web 框架
  • HTTP servers and clients
  • 异步网络
  • Coroutines and concurrency
  • Integration with other services
  • 实用工具
  • 发布说明
 
Tornado
  • Docs »
  • 用户指南
  • Edit on GitHub

用户指南¶

  • Introduction
  • Asynchronous and non-Blocking I/O
    • Blocking
    • Asynchronous
    • Examples
  • Coroutines
    • How it works
    • Coroutine patterns
      • Interaction with callbacks
      • Calling blocking functions
      • Parallelism
      • Interleaving
      • Looping
  • Structure of a Tornado web application
    • The Application object
    • Subclassing RequestHandler
    • Handling request input
    • Overriding RequestHandler methods
    • Error Handling
    • Redirection
    • Asynchronous handlers
  • Templates and UI
    • Configuring templates
    • Template syntax
    • Internationalization
    • UI modules
  • Authentication and security
    • Cookies and secure cookies
    • User authentication
    • Third party authentication
    • Cross-site request forgery protection
  • Running and deploying
    • Processes and ports
    • Running behind a load balancer
    • Static files and aggressive file caching
    • Debug mode and automatic reloading
    • WSGI and Google App Engine
Next Previous

© 版权所有 2011, Facebook. Revision 41b23ef877d5c379c2db9c89083f8d56389dcc48.

Built with Sphinx using a theme provided by Read the Docs.