xbmc
|
Web Server Gateway Interface More...
![]() |
Modules | |
WsgiErrorStream | |
**Represents the wsgi.errors stream to write error messages. | |
WsgiInputStream | |
**Represents the wsgi.input stream to access data from a HTTP request. | |
WsgiResponse | |
**Represents the start_response callable passed to a WSGI handler. | |
WsgiResponseBody | |
**Represents the write callable returned by the start_response callable passed to a WSGI handler. | |
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.