Constructor

Methods

Class: cogen.web.async.SynchronousInputMiddleware

Middleware for providing a regular synchronous wsgi.input to the app. Note that it reads the whole input in memory so you sould rather use the async input (environ['cogen.input']) for large requests.

Constructor

__init__ (self, app, global_conf={}, buffer_length=1024)

Methods

__call__ (self, environ, start_response)