Class: WSGIConnection
Methods
make_new_coroutine (*args, **kws)
render_headers (t)
simple_response (t, status, msg='')
Return a operation for writing simple response back to the client.
start_response (t, status, headers, exc_info=None)
WSGI callable to begin the HTTP response.
Attributes
Value of
{'wsgi.errors': <open file '<stderr>', mode 'w' at 0x0096F0B0>,
'wsgi.file_wrapper': <class cogen.web.wsgi.WSGIFileWrapper at 0x00FE39F0>,
'wsgi.input': None,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}