Home
last modified time | relevance | path

Searched refs:ThreadingHTTPServer (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/http/
Dserver.py144 class ThreadingHTTPServer(socketserver.ThreadingMixIn, HTTPServer): class
1241 ServerClass=ThreadingHTTPServer,
1288 class DualStackServer(ThreadingHTTPServer):
/third_party/python/Doc/library/
Dhttp.server.rst42 .. class:: ThreadingHTTPServer(server_address, RequestHandlerClass)
52 The :class:`HTTPServer` and :class:`ThreadingHTTPServer` must be given
/third_party/python/Doc/whatsnew/
D3.7.rst971 The new :class:`ThreadingHTTPServer <http.server.ThreadingHTTPServer>` class
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst6017 http.server now exposes a ThreadingHTTPServer class and uses it when the