Tornado
latest
  • 用户指南
  • Web 框架
    • tornado.web — RequestHandler and Application classes
    • tornado.template — 提供灵活的输出方式
    • tornado.escape — 编码以及字符串操作
    • tornado.locale — 国际化支持
    • tornado.websocket — Bidirectional communication to the browser
  • HTTP servers and clients
  • 异步网络
  • Coroutines and concurrency
  • Integration with other services
  • 实用工具
  • 发布说明
 
Tornado
  • Docs »
  • Web 框架
  • Edit on GitHub

Web 框架¶

  • tornado.web — RequestHandler and Application classes
    • Thread-safety notes
    • Request handlers
      • Entry points
      • Input
      • Output
      • Cookies
      • Other
    • Application configuration
    • Decorators
    • Everything else
  • tornado.template — 提供灵活的输出方式
    • Syntax Reference
    • 相关类型
  • tornado.escape — 编码以及字符串操作
    • 编码函数
    • Byte/unicode 转换
    • 其它函数
  • tornado.locale — 国际化支持
  • tornado.websocket — Bidirectional communication to the browser
    • Event handlers
    • Output
    • Configuration
    • Other
    • Client-side support
Next Previous

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

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