Searched refs:CGIHTTPRequestHandler (Results 1 – 6 of 6) sorted by relevance
442 .. class:: CGIHTTPRequestHandler(request, client_address, server)450 CGI scripts run by the :class:`CGIHTTPRequestHandler` class cannot execute464 The :class:`CGIHTTPRequestHandler` defines the following data member:471 The :class:`CGIHTTPRequestHandler` defines the following method:482 :class:`CGIHTTPRequestHandler` can be enabled in the command line by passing
8 SimpleHTTPRequestHandler, CGIHTTPRequestHandler663 class request_handler(NoLogRequestHandler, CGIHTTPRequestHandler):888 CGIHTTPRequestHandler.cgi_directories.append('/sub/dir/cgi-bin')894 CGIHTTPRequestHandler.cgi_directories.remove('/sub/dir/cgi-bin')
968 class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): class1282 handler_class = CGIHTTPRequestHandler
626 CGIHTTPRequestHandler of http.server now logs the CGI script exit code,
260 CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed. Replace the
16688 - Patch #3133: http.server.CGIHTTPRequestHandler did not work on windows.