http.server.BaseHTTPRequestHandler.log_request()
  • References/Python/Python/Internet

log_request(code='-', size='-') Logs an accepted (successful) request. code should specify the numeric HTTP code associated

2025-01-10 15:47:30
xmlrpc.server.CGIXMLRPCRequestHandler.register_function()
  • References/Python/Python/Internet

CGIXMLRPCRequestHandler.register_function(function, name=None) Register a function that can respond to XML-RPC requests. If

2025-01-10 15:47:30
ipaddress.IPv4Interface.with_hostmask
  • References/Python/Python/Internet

with_hostmask A string representation of the interface with the network as a host mask.

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
http.client.HTTPConnection.endheaders()
  • References/Python/Python/Internet

HTTPConnection.endheaders(message_body=None) Send a blank line to the server, signalling the end of the headers. The optional

2025-01-10 15:47:30
ipaddress.collapse_addresses()
  • References/Python/Python/Internet

ipaddress.collapse_addresses(addresses) Return an iterator of the collapsed IPv4Network or IPv6Network

2025-01-10 15:47:30
webbrowser.open_new_tab()
  • References/Python/Python/Internet

webbrowser.open_new_tab(url) Open url in a new page (“tab”) of the default browser, if possible, otherwise equivalent

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
smtplib.SMTP.login()
  • References/Python/Python/Internet

SMTP.login(user, password, *, initial_response_ok=True) Log in on an SMTP server that requires authentication. The arguments

2025-01-10 15:47:30
cgi.test()
  • References/Python/Python/Internet

cgi.test() Robust test CGI script, usable as main program. Writes minimal HTTP headers and formats all information provided

2025-01-10 15:47:30