b.t.h.w.SmartWSGIApp(object) : class documentation

Part of bzrlib.transport.http.wsgi View In Hierarchy

A WSGI application for the bzr smart server.
Method __init__ Constructor.
Method __call__ WSGI application callable.
Method make_request Undocumented
def __init__(self, backing_transport, root_client_path='/'):
Constructor.
Parametersbacking_transporta transport. Requests will be processed relative to this transport.
root_client_paththe client path that maps to the root of backing_transport. This is used to interpret relpaths received from the client.
def __call__(self, environ, start_response):
WSGI application callable.
def make_request(self, transport, write_func, request_bytes, rcp):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.