Home
last modified time | relevance | path

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

/third_party/python/Lib/wsgiref/
Dsimple_server.py71 class WSGIRequestHandler(BaseHTTPRequestHandler): class
151 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
/third_party/python/Lib/test/
Dtest_wsgiref.py12 from wsgiref.simple_server import WSGIServer, WSGIRequestHandler
41 class MockHandler(WSGIRequestHandler):
265 class WsgiHandler(NoLogRequestHandler, WSGIRequestHandler):
/third_party/python/Lib/test/test_asyncio/
Dutils.py23 from wsgiref.simple_server import WSGIRequestHandler, WSGIServer
132 class SilentWSGIRequestHandler(WSGIRequestHandler):
/third_party/python/Doc/library/
Dwsgiref.rst279 … function:: make_server(host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler)
339 .. class:: WSGIRequestHandler(request, client_address, server)
351 .. method:: WSGIRequestHandler.get_environ()
361 .. method:: WSGIRequestHandler.get_stderr()
367 .. method:: WSGIRequestHandler.handle()
/third_party/python/Misc/NEWS.d/
D3.6.0a2.rst335 Fix wsgiref.simple_server.WSGIRequestHandler to completely write data to the
D3.5.2rc1.rst479 Fix wsgiref.simple_server.WSGIRequestHandler to completely write data to the