Home
last modified time | relevance | path

Searched refs:CGIHTTPRequestHandler (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/library/
Dhttp.server.rst460 .. class:: CGIHTTPRequestHandler(request, client_address, server)
468 CGI scripts run by the :class:`CGIHTTPRequestHandler` class cannot execute
482 The :class:`CGIHTTPRequestHandler` defines the following data member:
489 The :class:`CGIHTTPRequestHandler` defines the following method:
500 :class:`CGIHTTPRequestHandler` can be enabled in the command line by passing
/third_party/python/Lib/test/
Dtest_httpservers.py8 SimpleHTTPRequestHandler, CGIHTTPRequestHandler
701 class request_handler(NoLogRequestHandler, CGIHTTPRequestHandler):
926 CGIHTTPRequestHandler.cgi_directories.append('/sub/dir/cgi-bin')
932 CGIHTTPRequestHandler.cgi_directories.remove('/sub/dir/cgi-bin')
/third_party/python/Lib/http/
Dserver.py978 class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): class
1295 handler_class = CGIHTTPRequestHandler
/third_party/python/Misc/
DNEWS10270 - bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed.
12821 - bpo-40094: CGIHTTPRequestHandler of http.server now logs the CGI script
DHISTORY16688 - Patch #3133: http.server.CGIHTTPRequestHandler did not work on windows.