HTTPSHandler.https_open(req) Send an HTTPS request, which can be either GET or POST, depending on req.has_data()
HTTPRedirectHandler.http_error_302(req, fp, code, msg, hdrs) The same as http_error_301(), but called for the ‘found’
urllib.parse.unquote(string, encoding='utf-8', errors='replace') Replace %xx escapes by their single-character
urllib.parse.unquote_to_bytes(string) Replace %xx escapes by their single-octet equivalent, and return a
class wsgiref.simple_server.WSGIRequestHandler(request, client_address, server) Create an HTTP handler for the given request
exception IMAP4.error Exception raised on any errors. The reason for the exception is passed to the constructor as a string
class wsgiref.handlers.BaseCGIHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to CGIHandler
error_status The HTTP status used for error responses. This should be a status string as defined in
traceback_limit The maximum number of frames to include in tracebacks output by the default log_exception() method
with_netmask
Page 64 of 80