Home
last modified time | relevance | path

Searched refs:CGIHandler (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
Dwsgiref.rst453 .. class:: CGIHandler()
457 it as a CGI script. Simply invoke ``CGIHandler().run(app)``, where ``app`` is
468 A specialized alternative to :class:`CGIHandler`, for use when deploying on
486 :class:`CGIHandler`, i.e., by calling ``IISCGIHandler().run(app)``, where
494 Similar to :class:`CGIHandler`, but instead of using the :mod:`sys` and
600 defaults to false in :class:`BaseHandler`, but :class:`CGIHandler` sets it to
619 as :class:`BaseCGIHandler` and :class:`CGIHandler`) that are not HTTP origin
729 :class:`BaseCGIHandler` and :class:`CGIHandler`.
742 :class:`CGIHandler` and :class:`IISCGIHandler` in place of directly using
/external/python/cpython2/Doc/library/
Dwsgiref.rst450 .. class:: CGIHandler()
454 it as a CGI script. Simply invoke ``CGIHandler().run(app)``, where ``app`` is
465 Similar to :class:`CGIHandler`, but instead of using the :mod:`sys` and
568 defaults to false in :class:`BaseHandler`, but :class:`CGIHandler` sets it to
587 as :class:`BaseCGIHandler` and :class:`CGIHandler`) that are not HTTP origin
694 :class:`BaseCGIHandler` and :class:`CGIHandler`.
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py423 class CGIHandler(BaseCGIHandler): class
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py494 class CGIHandler(BaseCGIHandler): class
/external/python/cpython2/Misc/NEWS.d/
D2.7a4.rst146 ``wsgiref.handlers.CGIHandler``.
/external/python/cpython3/Misc/
DHISTORY13711 wsgiref.handlers.CGIHandler.