b.t.h.wsgi : module documentation

Part of bzrlib.transport.http

WSGI application for bzr HTTP smart server.

For more information about WSGI, see PEP 333:
http://www.python.org/dev/peps/pep-0333/
Function make_app Convenience function to construct a WSGI bzr smart server.
Class RelpathSetter WSGI middleware to set 'bzrlib.relpath' in the environ.
Class SmartWSGIApp A WSGI application for the bzr smart server.
def make_app(root, prefix, path_var='REQUEST_URI', readonly=True, load_plugins=True, enable_logging=True):
Convenience function to construct a WSGI bzr smart server.
Parametersroota local path that requests will be relative to.
prefixSee RelpathSetter.
path_varSee RelpathSetter.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.