xbmc
Classes | Functions | Variables
WsgiResponseBody

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

Collaboration diagram for WsgiResponseBody:

Classes

class  XBMCAddon::xbmcwsgi::WsgiResponseBody
 

Functions

void XBMCAddon::xbmcwsgi::WsgiResponseBody::operator() (const String &data)
 

Variables

String XBMCAddon::xbmcwsgi::WsgiResponseBody::m_data
 

Detailed Description

**Represents the write callable returned by the start_response callable passed to a WSGI handler.

**

{ WsgiResponseBody() }