urllib.request.Request.set_proxy()
  • References/Python/Python/Internet

Request.set_proxy(host, type) Prepare the request by connecting to a proxy server. The host and type will

2025-01-10 15:47:30
http.client.IncompleteRead
  • References/Python/Python/Internet

exception http.client.IncompleteRead A subclass of HTTPException.

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

hostmask The host mask, as a string.

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

class urllib.request.DataHandler Open data URLs. New

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

compare_networks(other) Refer to the corresponding attribute documentation in IPv4Network

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

with_netmask A string representation of the network, with the mask in net mask notation.

2025-01-10 15:47:30
http.cookies.BaseCookie.output()
  • References/Python/Python/Internet

BaseCookie.output(attrs=None, header='Set-Cookie:', sep='\r\n') Return a string representation suitable to be sent as HTTP headers

2025-01-10 15:47:30
http.cookies.BaseCookie.value_decode()
  • References/Python/Python/Internet

BaseCookie.value_decode(val) Return a decoded value from a string representation. Return value can be any type. This method

2025-01-10 15:47:30
imaplib.IMAP4.getquotaroot()
  • References/Python/Python/Internet

IMAP4.getquotaroot(mailbox) Get the list of quota roots for the named mailbox. This method

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

FileCookieJar.filename Filename of default file in which to keep cookies. This attribute may be assigned to.

2025-01-10 15:47:30