Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
WsgiInputStream

Represents the wsgi.input stream to access data from a HTTP request. More...

Classes

class  XBMCAddon::xbmcwsgi::WsgiInputStream
 

Functions

 XBMCAddon::xbmcwsgi::WsgiInputStreamIterator::WsgiInputStreamIterator ()
 
 XBMCAddon::xbmcwsgi::WsgiInputStreamIterator::~WsgiInputStreamIterator () override
 
 XBMCAddon::xbmcwsgi::WsgiInputStreamIterator::read (...)
 
 XBMCAddon::xbmcwsgi::WsgiInputStream::WsgiInputStream ()
 
 XBMCAddon::xbmcwsgi::WsgiInputStream::~WsgiInputStream () override
 

Detailed Description

Represents the wsgi.input stream to access data from a HTTP request.

Class: WsgiInputStream()


Function Documentation

◆ read()

XBMCAddon::xbmcwsgi::WsgiInputStreamIterator::read ( ...)

Function: read([size])


Read a maximum of <size> bytes from the wsgi.input stream.

Parameters
size[opt] bytes to read
Returns
Returns the read string

◆ WsgiInputStream()

XBMCAddon::xbmcwsgi::WsgiInputStream::WsgiInputStream ( )

◆ WsgiInputStreamIterator()

XBMCAddon::xbmcwsgi::WsgiInputStreamIterator::WsgiInputStreamIterator ( )

◆ ~WsgiInputStream()

XBMCAddon::xbmcwsgi::WsgiInputStream::~WsgiInputStream ( )
override

◆ ~WsgiInputStreamIterator()

XBMCAddon::xbmcwsgi::WsgiInputStreamIterator::~WsgiInputStreamIterator ( )
overridedefault