b.t.h.ProxyDigestAuthServer(DigestAuthServer, ProxyAuthServer) : class documentation

Part of bzrlib.tests.http_utils View In Hierarchy

A proxy server requiring basic authentication
Method __init__ Constructor.

Inherited from DigestAuthServer:

Method digest_authorized Undocumented

Inherited from AuthServer (via DigestAuthServer):

Method add_user Declare a user with an associated password.
Method authorized Check that the given user provided the right password

Inherited from HttpServer (via DigestAuthServer, AuthServer):

Method create_server Undocumented
Method log Capture Server log output.
Method start_server See bzrlib.transport.Server.start_server.
Method get_url See bzrlib.transport.Server.get_url.
Method get_bogus_url See bzrlib.transport.Server.get_bogus_url.
Method _get_remote_url Undocumented

Inherited from TestingTCPServerInAThread (via DigestAuthServer, AuthServer, HttpServer):

Method __repr__ Undocumented
Method run_server Undocumented
Method stop_server Remove the server and cleanup any resources it owns.
Method set_ignored_exceptions Install an exception handler for the server.
Method pending_exception Raise uncaught exception in the server.

Inherited from ProxyAuthServer:

Method init_proxy_auth Undocumented

Inherited from AuthServer (via ProxyAuthServer):

Method add_user Declare a user with an associated password.
Method authorized Check that the given user provided the right password

Inherited from HttpServer (via ProxyAuthServer, AuthServer):

Method create_server Undocumented
Method log Capture Server log output.
Method start_server See bzrlib.transport.Server.start_server.
Method get_url See bzrlib.transport.Server.get_url.
Method get_bogus_url See bzrlib.transport.Server.get_bogus_url.
Method _get_remote_url Undocumented

Inherited from TestingTCPServerInAThread (via ProxyAuthServer, AuthServer, HttpServer):

Method __repr__ Undocumented
Method run_server Undocumented
Method stop_server Remove the server and cleanup any resources it owns.
Method set_ignored_exceptions Install an exception handler for the server.
Method pending_exception Raise uncaught exception in the server.
def __init__(self, protocol_version=None):
Constructor.
Parametersrequest_handlera class that will be instantiated to handle an http connection (one or several requests).
protocol_versionif specified, will override the protocol version of the request handler.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.