Request.header_items() Return a list of tuples (header_name, header_value) of the Request headers.
handle() Process the HTTP request. The default implementation creates a handler instance using a wsgiref.handlers
num_addresses The total number of addresses in the network.
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
Page 29 of 80