Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Library - xbmcwsgi

Web Server Gateway Interface More...

Topics

 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.
 

Detailed Description

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.