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.