http.cookiejar.DefaultCookiePolicy.DomainRFC2965Match
  • References/Python/Python/Internet

DefaultCookiePolicy.DomainRFC2965Match When setting cookies, require a full RFC 2965 domain-match.

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

with_netmask

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

class http.server.BaseHTTPRequestHandler(request, client_address, server) This class is used to handle the HTTP requests that

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
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
http.cookiejar.CookieJar.extract_cookies()
  • References/Python/Python/Internet

CookieJar.extract_cookies(response, request) Extract cookies from HTTP response and store them in the CookieJar

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

class ipaddress.IPv4Network(address, strict=True) Construct an IPv4 network definition. address can be one of the following:

2025-01-10 15:47:30
ipaddress.IPv4Interface.network
  • References/Python/Python/Internet

network The network (IPv4Network) this interface belongs to.

2025-01-10 15:47:30
uuid.UUID.variant
  • References/Python/Python/Internet

UUID.variant The UUID variant, which determines the internal layout of the UUID. This will be one of the integer constants

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

request_version Contains the version string from the request. For example, 'HTTP/1.0'.

2025-01-10 15:47:30