Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Doc/library/
Dcgihttpserver.rst26 CGI scripts run by the :class:`CGIHTTPRequestHandler` class cannot execute
33 .. class:: CGIHTTPRequestHandler(request, client_address, server)
49 The :class:`CGIHTTPRequestHandler` defines the following data member:
57 The :class:`CGIHTTPRequestHandler` defines the following methods:
/aosp_15_r20/external/python/cpython2/Lib/
DCGIHTTPServer.py35 class CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): class
372 def test(HandlerClass = CGIHTTPRequestHandler,
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/python/cpython3/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')
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_httpservers.py22 from CGIHTTPServer import CGIHTTPRequestHandler
455 class request_handler(NoLogRequestHandler, CGIHTTPRequestHandler):
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/http/
H A Dserver.py978 class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): class
1295 handler_class = CGIHTTPRequestHandler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/http/
Dserver.py978 class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): class
1295 handler_class = CGIHTTPRequestHandler
/aosp_15_r20/external/python/cpython3/Lib/http/
Dserver.py978 class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): class
1295 handler_class = CGIHTTPRequestHandler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/http/
Dserver.py978 class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): class
1295 handler_class = CGIHTTPRequestHandler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/http/
Dserver.py978 class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): class
1295 handler_class = CGIHTTPRequestHandler
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/http/
Dserver.py978 class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): class
1295 handler_class = CGIHTTPRequestHandler
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst626 CGIHTTPRequestHandler of http.server now logs the CGI script exit code,
D3.10.0a3.rst260 CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed. Replace the
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY16688 - Patch #3133: http.server.CGIHTTPRequestHandler did not work on windows.