Searched refs:CGIHandler (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | wsgiref.rst | 453 .. 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/ |
D | wsgiref.rst | 450 .. 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/ |
D | handlers.py | 423 class CGIHandler(BaseCGIHandler): class
|
/external/python/cpython3/Lib/wsgiref/ |
D | handlers.py | 494 class CGIHandler(BaseCGIHandler): class
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a4.rst | 146 ``wsgiref.handlers.CGIHandler``.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 13711 wsgiref.handlers.CGIHandler.
|