Home
last modified time | relevance | path

Searched refs:IISCGIHandler (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/wsgiref/
Dhandlers.py524 class IISCGIHandler(BaseCGIHandler): class
/external/python/cpython3/Doc/library/
Dwsgiref.rst466 .. class:: IISCGIHandler()
486 :class:`CGIHandler`, i.e., by calling ``IISCGIHandler().run(app)``, where
742 :class:`CGIHandler` and :class:`IISCGIHandler` in place of directly using
/external/python/cpython3/Misc/
DHISTORY11631 - Issue #10155: Add IISCGIHandler to wsgiref.handlers to support IIS CGI