Request / Response Objects How they Work Mutability and Reusability of Wrappers Base Wrappers Mixin Classes Request / Response Objects The request and response objects wrap...
Changes Version 2.3.3 Version 2.3.2 Version 2.3.1 Version 2.3.0 Version 2.2.5 Version 2.2.4 Version 2.2.3 Version 2.2.2 Version 2.2.1 Version 2.2.0 Version 2.1.3 Version...
Extra Wrappers werkzeug.contrib.wrappers Extra Wrappers Warning Deprecated since version 0.15: All classes in this module have been moved or deprecated andwill be removed in ...
Standalone WSGI Containers Gunicorn uWSGI Gevent Twisted Web Proxy Setups Standalone WSGI Containers There are popular servers written in Python that contain WSGI applicat...
Uploading Files A Gentle Introduction Improving Uploads Upload Progress Bars An Easier Solution Uploading Files Ah yes, the good old problem of file uploads. The basic idea...
Quickstart A Minimal API Resourceful Routing Endpoints Argument Parsing Data Formatting Full Example Table of Contents Related Topics This Page Quick search Quickstar...
Changes Version 2.2.1 Version 2.2.0 Version 2.1.3 Version 2.1.2 Version 2.1.1 Version 2.1.0 Version 2.0.3 Version 2.0.2 Version 2.0.1 Version 2.0.0 Version 1.1.4 Version...
WSGI 服务器 兼容 WSGI 的 web 服务器 gunicorn:Pre-forked, 部分是由 C 语言编写的。官网 uwsgi:uwsgi 项目的目的是开发一组全栈工具,用来建立托管服务, 由 C 语言编写。官网 bjoern :异步,非常快速,由 C 语言编写。官网 fapws3:异步 (仅对于网络端),由 C 语言编写。官网 ...
CGI Creating a .cgi file Server Setup CGI If all other deployment methods do not work, CGI will work for sure. CGIis supported by all major servers but usually has a less-tha...