exception http.client.IncompleteRead A subclass of HTTPException.
finish_request() Actually processes the request by instantiating RequestHandlerClass and calling its handle()
urllib.parse.parse_qsl(qs, keep_blank_values=False, strict_parsing=False, encoding='utf-8', errors='replace') Parse a query
class urllib.request.HTTPCookieProcessor(cookiejar=None) A class to handle HTTP Cookies.
class urllib.request.HTTPDigestAuthHandler(password_mgr=None) Handle authentication with the remote host. password_mgr
FTP.set_pasv(boolean) Enable “passive” mode if boolean is true, other disable passive mode. Passive mode is on by default
SimpleXMLRPCRequestHandler.rpc_paths An attribute value that must be a tuple listing valid path portions of the URL for receiving
IMAP4.open(host, port) Opens socket to port at host. This method is implicitly called by the IMAP4
Cookie.version Integer or
class xmlrpc.client.Binary This class may be initialized from bytes data (which may include NULs). The primary access to the
Page 1 of 80