urllib.request.HTTPPasswordMgrWithPriorAuth.add_password()
  • References/Python/Python/Internet

HTTPPasswordMgrWithPriorAuth.add_password(realm, uri, user, passwd, is_authenticated=False) realm, uri, user

2025-01-10 15:47:30
wsgiref.util.shift_path_info()
  • References/Python/Python/Internet

wsgiref.util.shift_path_info(environ) Shift a single name from PATH_INFO to SCRIPT_NAME and return

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

handle_request() Process a single request. This function calls the following methods in order: get_request(),

2025-01-10 15:47:30
urllib.request.ProxyDigestAuthHandler
  • References/Python/Python/Internet

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

2025-01-10 15:47:30
telnetlib.Telnet.read_until()
  • References/Python/Python/Internet

Telnet.read_until(expected, timeout=None) Read until a given byte string, expected, is encountered or until timeout

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

_write(data) Buffer the bytes data for transmission to the client. It’s okay if this method actually transmits the

2025-01-10 15:47:30
smtpd.SMTPChannel.addr
  • References/Python/Python/Internet

addr Holds the address of the client, the second value returned by

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

urllib.parse.quote_plus(string, safe='', encoding=None, errors=None) Like quote(), but also replace spaces by plus

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

shutdown() Tell the serve_forever() loop to stop and wait until it does.

2025-01-10 15:47:30
urllib.request.HTTPDefaultErrorHandler
  • References/Python/Python/Internet

class urllib.request.HTTPDefaultErrorHandler A class which defines a default handler for HTTP error responses; all responses

2025-01-10 15:47:30