Web Server Gateway Interface
The Web Server Gateway Interface (WSGI) is a specification for simple and universal interface between web servers and web applications or frameworks for the Python programming language.
Modules | |
| WsgiErrorStream | |
| Represents the wsgi.errors stream to write error messages. | |
| WsgiInputStream | |
| Represents the wsgi.input stream to access data from a HTTP request. | |
| WsgiResponseBody | |
| Represents the write callable returned by the start_response callable passed to a WSGI handler. | |
| WsgiResponse | |
| Represents the start_response callable passed to a WSGI handler. | |