class http.client.HTTPConnection(host, port=None, [timeout, ]source_address=None) An HTTPConnection instance represents
broadcast_address
can_fetch(useragent, url) Returns True if the useragent is allowed to fetch the url according
FTP.transfercmd(cmd, rest=None) Initiate a transfer over the data connection. If the transfer is active, send an EPRT
class urllib.request.HTTPPasswordMgrWithDefaultRealm Keep a database of (realm, uri) -> (user, password) mappings
add_cgi_vars() Insert CGI variables for the current request into the environ attribute.
FTP.storbinary(cmd, fp, blocksize=8192, callback=None, rest=None) Store a file in binary transfer mode. cmd should
FTP.mkd(pathname) Create a new directory on the server.
urllib.parse.urljoin(base, url, allow_fragments=True) Construct a full (“absolute”) URL by combining a “base URL” (base)
class urllib.request.BaseHandler This is the base class for all registered handlers — and handles only the simple mechanics
Page 28 of 80