http.client.HTTPConnection
  • References/Python/Python/Internet

class http.client.HTTPConnection(host, port=None, [timeout, ]source_address=None) An HTTPConnection instance represents

2025-01-10 15:47:30
ipaddress.IPv6Network.broadcast_address
  • References/Python/Python/Internet

broadcast_address

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

can_fetch(useragent, url) Returns True if the useragent is allowed to fetch the url according

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

FTP.transfercmd(cmd, rest=None) Initiate a transfer over the data connection. If the transfer is active, send an EPRT

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

class urllib.request.HTTPPasswordMgrWithDefaultRealm Keep a database of (realm, uri) -> (user, password) mappings

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.add_cgi_vars()
  • References/Python/Python/Internet

add_cgi_vars() Insert CGI variables for the current request into the environ attribute.

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

FTP.storbinary(cmd, fp, blocksize=8192, callback=None, rest=None) Store a file in binary transfer mode. cmd should

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

FTP.mkd(pathname) Create a new directory on the server.

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

urllib.parse.urljoin(base, url, allow_fragments=True) Construct a full (“absolute”) URL by combining a “base URL” (base)

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

class urllib.request.BaseHandler This is the base class for all registered handlers — and handles only the simple mechanics

2025-01-10 15:47:30