urllib.request.ProxyBasicAuthHandler
  • References/Python/Python/Internet

class urllib.request.ProxyBasicAuthHandler(password_mgr=None) Handle authentication with the proxy. password_mgr, if

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

hosts()

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.requestline
  • References/Python/Python/Internet

requestline Contains the string representation of the HTTP request line. The terminating CRLF is stripped. This attribute should

2025-01-10 15:47:30
xmlrpc.client.Binary.decode()
  • References/Python/Python/Internet

decode(bytes) Accept a base64

2025-01-10 15:47:30
socketserver.BaseServer.serve_forever()
  • References/Python/Python/Internet

serve_forever(poll_interval=0.5) Handle requests until an explicit shutdown() request. Poll for shutdown every

2025-01-10 15:47:30
nntplib.NNTPReplyError
  • References/Python/Python/Internet

exception nntplib.NNTPReplyError Exception raised when an unexpected reply is received from the server.

2025-01-10 15:47:30
poplib.POP3
  • References/Python/Python/Internet

class poplib.POP3(host, port=POP3_PORT[, timeout]) This class implements the actual POP3 protocol. The connection is created

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

is_reserved

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

class wsgiref.handlers.CGIHandler CGI-based invocation via sys.stdin, sys.stdout, sys.stderr

2025-01-10 15:47:30
http.client.HTTPConnection.putheader()
  • References/Python/Python/Internet

HTTPConnection.putheader(header, argument[, ...]) Send an

2025-01-10 15:47:30