The zaqar.transport.wsgi.driver module

class Driver(conf, storage, cache, control)

Bases: zaqar.transport.base.DriverBase

before_hooks

Exposed to facilitate unit testing.

listen()

Self-host using ‘bind’ and ‘port’ from the WSGI config group.

class FuncMiddleware(func)

Bases: object

process_resource(req, resp, resource, params)