Class: cogen.web.wsgi.WSGIConnection

Methods

__init__ (self, sock, wsgi_app, environ)

render_headers (self)

run (*args, **kws)

A bit bulky atm...

simple_response (self, status, msg='')

Return a operation for writing simple response back to the client.

start_response (self, status, headers, exc_info=None)

WSGI callable to begin the HTTP response.