James Gardner: Home > Work > Code > WSGIPack > 0.1.0 > API Documentation

WSGIPack v0.1.0 documentation

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)
James Gardner: Home > Work > Code > WSGIPack > 0.1.0 > API Documentation