Web 框架
优质
小牛编辑
188浏览
2023-12-01
tornado.web
—RequestHandler
andApplication
classes- Thread-safety notes
- Request handlers
- Entry points
- Input
- Output
- Cookies
- Other
- Application configuration
- Decorators
- Everything else
tornado.template
— Flexible output generation- Syntax Reference
- Class reference
tornado.escape
— Escaping and string manipulation- Escaping functions
- Byte/unicode conversions
- Miscellaneous functions
tornado.locale
— Internationalization supporttornado.websocket
— Bidirectional communication to the browser- Event handlers
- Output
- Configuration
- Other
- Client-side support