Kodi Development  20.0
for Binary and Script based Add-Ons
WsgiInputStream

Detailed Description

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

Class: WsgiInputStream()


Function Documentation

◆ read()

read (   ...)

Function: read([size])


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

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