http.cookiejar.Cookie.value
  • References/Python/Python/Internet

Cookie.value Cookie value (a string), or

2025-01-10 15:47:30
cgi.print_environ_usage()
  • References/Python/Python/Internet

cgi.print_environ_usage() Print a list of useful (used by CGI) environment variables in HTML.

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
http.server.BaseHTTPRequestHandler.send_header()
  • References/Python/Python/Internet

send_header(keyword, value) Adds the HTTP header to an internal buffer which will be written to the output stream when either

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

OpenerDirector.error(proto, *args) Handle an error of the given protocol. This will call the registered error handlers for the

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

Request.origin_req_host The original host for the request, without port.

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
ipaddress.IPv4Network.max_prefixlen
  • References/Python/Python/Internet

max_prefixlen Refer to the corresponding attribute documentation in IPv4Address

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

Request.method The HTTP request method to use. By default its value is

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

supernet(prefixlen_diff=1, new_prefix=None)

2025-01-10 15:47:30