http.server.BaseHTTPRequestHandler.headers
  • References/Python/Python/Internet

headers Holds an instance of the class specified by the MessageClass class variable. This instance parses and manages

2025-01-10 15:47:30
telnetlib.Telnet.interact()
  • References/Python/Python/Internet

Telnet.interact() Interaction function, emulates a very dumb Telnet client.

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

address_exclude(network) Computes the network definitions resulting from removing the given network from this one.

2025-01-10 15:47:30
telnetlib.Telnet.read_very_lazy()
  • References/Python/Python/Internet

Telnet.read_very_lazy() Return any data available in the cooked queue (very lazy). Raise

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

BaseHandler.parent A valid OpenerDirector, which can be used to open using a different protocol, or handle errors

2025-01-10 15:47:30
http.cookiejar.CookiePolicy.rfc2965
  • References/Python/Python/Internet

CookiePolicy.rfc2965 Implement RFC 2965 protocol.

2025-01-10 15:47:30
http.client.HTTPConnection.request()
  • References/Python/Python/Internet

HTTPConnection.request(method, url, body=None, headers={}) This will send a request to the server using the HTTP request method

2025-01-10 15:47:30
urllib.request.HTTPRedirectHandler.http_error_303()
  • References/Python/Python/Internet

HTTPRedirectHandler.http_error_303(req, fp, code, msg, hdrs) The same as http_error_301(), but called for the ‘see

2025-01-10 15:47:30
http.client.HTTPResponse.msg
  • References/Python/Python/Internet

HTTPResponse.msg A http.client.HTTPMessage instance containing the response headers. http.client.HTTPMessage

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

FTP.voidcmd(cmd) Send a simple command string to the server and handle the response. Return nothing if a response code corresponding

2025-01-10 15:47:30