Represents the wsgi.input stream to access data from a HTTP request.  
More...
Represents the wsgi.input stream to access data from a HTTP request. 
 
Class:  WsgiInputStream() 
 
 
◆ read()
      
        
          | XBMCAddon::xbmcwsgi::WsgiInputStreamIterator::read  | 
          ( | 
           |           ... | ) | 
           | 
        
      
 
 
Function:  read([size]) 
 
Read a maximum of <size> bytes from the wsgi.input stream.
- Parameters
 - 
  
  
 
- 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   |