HTTPPasswordMgrWithPriorAuth.add_password(realm, uri, user, passwd, is_authenticated=False) realm, uri, user
wsgiref.util.shift_path_info(environ) Shift a single name from PATH_INFO to SCRIPT_NAME and return
handle_request() Process a single request. This function calls the following methods in order: get_request(),
class urllib.request.ProxyDigestAuthHandler(password_mgr=None) Handle authentication with the proxy. password_mgr,
Telnet.read_until(expected, timeout=None) Read until a given byte string, expected, is encountered or until timeout
_write(data) Buffer the bytes data for transmission to the client. It’s okay if this method actually transmits the
addr Holds the address of the client, the second value returned by
urllib.parse.quote_plus(string, safe='', encoding=None, errors=None) Like quote(), but also replace spaces by plus
shutdown() Tell the serve_forever() loop to stop and wait until it does.
class urllib.request.HTTPDefaultErrorHandler A class which defines a default handler for HTTP error responses; all responses
Page 79 of 80