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

handle() Calls handle_one_request() once (or, if persistent connections are enabled, multiple times) to handle

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

cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.server_software
  • References/Python/Python/Internet

server_software If the origin_server attribute is set, this attribute’s value is used to set the default

2025-01-10 15:47:30
ftplib.FTP_TLS.ssl_version
  • References/Python/Python/Internet

FTP_TLS.ssl_version The SSL version to use (defaults to

2025-01-10 15:47:30
socketserver.BaseServer.finish_request()
  • References/Python/Python/Internet

finish_request() Actually processes the request by instantiating RequestHandlerClass and calling its handle()

2025-01-10 15:47:30
socketserver.BaseRequestHandler.finish()
  • References/Python/Python/Internet

finish() Called after the handle() method to perform any clean-up actions required. The default implementation

2025-01-10 15:47:30
urllib.error.HTTPError.code
  • References/Python/Python/Internet

code An HTTP status code as defined in

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

Cookie.comment String comment from the server explaining the function of this cookie, or

2025-01-10 15:47:30
xmlrpc.client.Binary.data
  • References/Python/Python/Internet

data The binary data encapsulated by the Binary instance. The data is provided as a

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

class urllib.request.HTTPRedirectHandler A class to handle redirections.

2025-01-10 15:47:30