class Qeweney::InputStream
www.rubydoc.info/github/rack/rack/master/file/SPEC#label-The+Input+Stream<br>Implements a rack input stream:
TODO: integrate in env
def each(&block)
def each(&block) @request.each_chunk(&block) end
def gets; end
def gets; end
def initialize(request)
def initialize(request) @request = request end
def read(length = nil, outbuf = nil); end
def read(length = nil, outbuf = nil); end
def rewind; end
def rewind; end