http.client.HTTPResponse.version
  • References/Python/Python/Internet

HTTPResponse.version HTTP protocol version used by server. 10 for HTTP/1.0, 11 for HTTP/1.1.

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

cgi.parse_multipart(fp, pdict) Parse input of type multipart/form-data (for file uploads). Arguments

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

POP3.stat() Get mailbox status. The result is a tuple of 2 integers: (message count, mailbox size).

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

class ipaddress.IPv6Address(address) Construct an IPv6 address. An AddressValueError is raised if address

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

network

2025-01-10 15:47:30
http.cookiejar.FileCookieJar.load()
  • References/Python/Python/Internet

FileCookieJar.load(filename=None, ignore_discard=False, ignore_expires=False) Load cookies from a file. Old

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

data The binary data encapsulated by the Binary instance. The data is provided as a

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

Telnet.set_option_negotiation_callback(callback) Each time a telnet option is read on the input flow, this callback

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

HTTPConnection.send(data) Send data to the server. This should be used directly only after the endheaders() method

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

urllib.parse.urlparse(urlstring, scheme='', allow_fragments=True) Parse a URL into six components, returning a 6-tuple. This

2025-01-10 15:47:30