urllib.request.Request.header_items()
  • References/Python/Python/Internet

Request.header_items() Return a list of tuples (header_name, header_value) of the Request headers.

2025-01-10 15:47:30
wsgiref.simple_server.WSGIRequestHandler.handle()
  • References/Python/Python/Internet

handle() Process the HTTP request. The default implementation creates a handler instance using a wsgiref.handlers

2025-01-10 15:47:30
ipaddress.IPv4Network.num_addresses
  • References/Python/Python/Internet

num_addresses The total number of addresses in the network.

2025-01-10 15:47:30
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