telnetlib.Telnet.read_sb_data()
  • References/Python/Python/Internet

Telnet.read_sb_data() Return the data collected between a SB/SE pair (suboption begin/end). The callback should access these

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.protocol_version
  • References/Python/Python/Internet

protocol_version This specifies the HTTP protocol version used in responses. If set to 'HTTP/1.1', the server will

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.send_error()
  • References/Python/Python/Internet

send_error(code, message=None, explain=None) Sends and logs a complete error reply to the client. The numeric code

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
wsgiref.handlers.BaseHandler.error_output()
  • References/Python/Python/Internet

error_output(environ, start_response) This method is a WSGI application to generate an error page for the user. It is only invoked

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

OpenerDirector.add_handler(handler) handler should be an instance of BaseHandler. The following methods

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

Request.selector The URI path. If the Request uses a proxy, then selector will be the full URL that is passed to

2025-01-10 15:47:30
smtpd.SMTPChannel.smtp_state
  • References/Python/Python/Internet

smtp_state Holds the current state of the channel. This will be either COMMAND initially and then DATA

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

BaseHandler.close() Remove any parents.

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

is_multicast

2025-01-10 15:47:30