Represents the wsgi.input stream to access data from a HTTP request.
Class: WsgiInputStream()
Function: read([size])
Read a maximum of <size> bytes from the wsgi.input stream.
<size>