HTTPHandler.http_open(req) Send an HTTP request, which can be either GET or POST, depending on req.has_data().
ipaddress.ip_address(address) Return an IPv4Address or IPv6Address object depending on the IP address
urllib.parse.urlencode(query, doseq=False, safe='', encoding=None, errors=None, quote_via=quote_plus) Convert a mapping object
Cookie.domain_initial_dot True if the domain explicitly specified by the server began with a dot ('.')
AbstractBasicAuthHandler.http_error_auth_reqed(authreq, host, req, headers) Handle an authentication request by getting a user/password
urllib.parse.SplitResult.geturl() Return the re-combined version of the original URL as a string. This may differ from the original
xmlrpc.client.loads(data, use_datetime=False, use_builtin_types=False) Convert an XML-RPC request or response into Python objects
address_string() Returns the client address.
exception nntplib.NNTPDataError Exception raised when there is some error in the response data.
Telnet.mt_interact() Multithreaded version of interact().
Page 46 of 80