xbmc
Classes | Functions
WsgiResponse

**Represents the start_response callable passed to a WSGI handler. More...

Collaboration diagram for WsgiResponse:

Classes

class  XBMCAddon::xbmcwsgi::WsgiResponse
 

Functions

WsgiResponseBodyXBMCAddon::xbmcwsgi::WsgiResponse::operator() (const String &status, const std::vector< WsgiHttpHeader > &response_headers, void *exc_info=NULL)
 
void XBMCAddon::xbmcwsgi::WsgiResponse::Append (const std::string &data)
 
bool XBMCAddon::xbmcwsgi::WsgiResponse::Finalize (HTTPPythonRequest *request) const
 

Detailed Description

**Represents the start_response callable passed to a WSGI handler.

**

{ WsgiResponse() }