Searched refs:WSGIRequestHandler (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/wsgiref/ |
D | simple_server.py | 71 class WSGIRequestHandler(BaseHTTPRequestHandler): class 151 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
|
/third_party/python/Lib/test/ |
D | test_wsgiref.py | 12 from wsgiref.simple_server import WSGIServer, WSGIRequestHandler 41 class MockHandler(WSGIRequestHandler): 265 class WsgiHandler(NoLogRequestHandler, WSGIRequestHandler):
|
/third_party/python/Lib/test/test_asyncio/ |
D | utils.py | 23 from wsgiref.simple_server import WSGIRequestHandler, WSGIServer 132 class SilentWSGIRequestHandler(WSGIRequestHandler):
|
/third_party/python/Doc/library/ |
D | wsgiref.rst | 279 … 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/ |
D | 3.6.0a2.rst | 335 Fix wsgiref.simple_server.WSGIRequestHandler to completely write data to the
|
D | 3.5.2rc1.rst | 479 Fix wsgiref.simple_server.WSGIRequestHandler to completely write data to the
|