urllib.request.HTTPSHandler.https_open()
  • References/Python/Python/Internet

HTTPSHandler.https_open(req) Send an HTTPS request, which can be either GET or POST, depending on req.has_data()

2025-01-10 15:47:30
urllib.request.HTTPRedirectHandler.http_error_302()
  • References/Python/Python/Internet

HTTPRedirectHandler.http_error_302(req, fp, code, msg, hdrs) The same as http_error_301(), but called for the ‘found’

2025-01-10 15:47:30
urllib.parse.unquote()
  • References/Python/Python/Internet

urllib.parse.unquote(string, encoding='utf-8', errors='replace') Replace %xx escapes by their single-character

2025-01-10 15:47:30
urllib.parse.unquote_to_bytes()
  • References/Python/Python/Internet

urllib.parse.unquote_to_bytes(string) Replace %xx escapes by their single-octet equivalent, and return a

2025-01-10 15:47:30
wsgiref.simple_server.WSGIRequestHandler
  • References/Python/Python/Internet

class wsgiref.simple_server.WSGIRequestHandler(request, client_address, server) Create an HTTP handler for the given request

2025-01-10 15:47:30
imaplib.IMAP4.error
  • References/Python/Python/Internet

exception IMAP4.error Exception raised on any errors. The reason for the exception is passed to the constructor as a string

2025-01-10 15:47:30
wsgiref.handlers.BaseCGIHandler
  • References/Python/Python/Internet

class wsgiref.handlers.BaseCGIHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False) Similar to CGIHandler

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.error_status
  • References/Python/Python/Internet

error_status The HTTP status used for error responses. This should be a status string as defined in

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.traceback_limit
  • References/Python/Python/Internet

traceback_limit The maximum number of frames to include in tracebacks output by the default log_exception() method

2025-01-10 15:47:30
ipaddress.IPv6Network.with_netmask
  • References/Python/Python/Internet

with_netmask

2025-01-10 15:47:30