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

DefaultCookiePolicy.DomainStrict Equivalent to DomainStrictNoDots|DomainStrictNonDomain.

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

sixtofour For addresses that appear to be 6to4 addresses (starting with 2002::/16) as defined by

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

class urllib.request.HTTPHandler A class to handle opening of HTTP URLs.

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

wsgiref.util.application_uri(environ) Similar to request_uri(), except that the PATH_INFO and

2025-01-10 15:47:30
xmlrpc.client.Fault.faultCode
  • References/Python/Python/Internet

faultCode A string indicating the fault type.

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

Request.get_method() Return a string indicating the HTTP request method. If Request.method is not None

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

network_address The network address for the network. The network address and the prefix length together uniquely define a network

2025-01-10 15:47:30
http.server.SimpleHTTPRequestHandler.do_HEAD()
  • References/Python/Python/Internet

do_HEAD() This method serves the 'HEAD' request type: it sends the headers it would send for the equivalent GET

2025-01-10 15:47:30
smtplib.SMTPException
  • References/Python/Python/Internet

exception smtplib.SMTPException Subclass of

2025-01-10 15:47:30
xmlrpc.client.ProtocolError
  • References/Python/Python/Internet

class xmlrpc.client.ProtocolError A ProtocolError object describes a protocol error in the underlying transport

2025-01-10 15:47:30