Home
last modified time | relevance | path

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

/third_party/python/Lib/wsgiref/
Dhandlers.py538 class IISCGIHandler(BaseCGIHandler): class
/third_party/python/Doc/library/
Dwsgiref.rst468 .. class:: IISCGIHandler()
488 :class:`CGIHandler`, i.e., by calling ``IISCGIHandler().run(app)``, where
744 :class:`CGIHandler` and :class:`IISCGIHandler` in place of directly using
/third_party/python/Misc/
DHISTORY11631 - Issue #10155: Add IISCGIHandler to wsgiref.handlers to support IIS CGI