API Documentation
-
class wsgipack.helper.wsgi.WSGIObject(flow)
-
start_response(status, headers, exc_info=None)
-
write(data)
-
wsgipack.helper.wsgi.wsgi_response_iterator(written, body)
WSGI service for easy calling of WSGI applications
-
class wsgipack.service.wsgi.WSGIService
-
static config(flow, name)
-
static create(flow, name, config=None)
-
start(flow, name)