HTTPResponse.reason Reason phrase returned by server.
BaseHandler.unknown_open(req) This method is not defined in BaseHandler, but subclasses should define
retrieve(url, filename=None, reporthook=None, data=None) Retrieves the contents of url and places it in filename
CacheFTPHandler.setTimeout(t) Set timeout of connections to t seconds.
class ftplib.FTP_TLS(host='', user='', passwd='', acct='', keyfile=None, certfile=None, context=None, timeout=None, source_address=None) A
class http.cookies.Morsel Abstract a key/value pair, which has some
HTTPResponse.fileno() Return the fileno of the underlying socket.
HTTPResponse.read([amt]) Reads and returns the response body, or up to the next amt bytes.
do_GET() The request is mapped to a local file by interpreting the request as a path relative to the current working directory
class xmlrpc.client.ServerProxy(uri, transport=None, encoding=None, verbose=False, allow_none=False, use_datetime=False, use_builtin_types=False, *, context=None)
Page 79 of 80