urllib.request.HTTPSHandler
  • References/Python/Python/Internet

class urllib.request.HTTPSHandler(debuglevel=0, context=None, check_hostname=None) A class to handle opening of HTTPS URLs.

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

Morsel.output(attrs=None, header='Set-Cookie:') Return a string representation of the Morsel, suitable to be sent as an HTTP

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

HTTPResponse.getheader(name, default=None) Return the value of the header name, or default if there is no

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

parse(lines) Parses the lines argument.

2025-01-10 15:47:30
ftplib.FTP.quit()
  • References/Python/Python/Internet

FTP.quit() Send a QUIT command to the server and close the connection. This is the “polite” way to close a connection

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

reverse_pointer The name of the reverse DNS PTR record for the IP address, e.g.:

2025-01-10 15:47:30
nntplib.NNTP.help()
  • References/Python/Python/Internet

NNTP.help(*, file=None) Send a HELP command. Return a pair (response, list) where list is

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

urllib.request.install_opener(opener) Install an OpenerDirector instance as the default global opener. Installing

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

Morsel.set(key, value, coded_value) Set the key, value and coded_value attributes.

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

exception http.client.CannotSendHeader A subclass of ImproperConnectionState.

2025-01-10 15:47:30