MCPcopy Index your code
hub / github.com/masterking32/MasterHttpRelayVPN / _ThreadedHTTPServer

Class _ThreadedHTTPServer

apps_script/vps_exit_node.py:307–311  ·  view source on GitHub ↗

HTTP server that handles each request in a separate thread.

Source from the content-addressed store, hash-verified

305
306
307class _ThreadedHTTPServer(socketserver.ThreadingMixIn, http.server.HTTPServer):
308 """HTTP server that handles each request in a separate thread."""
309
310 allow_reuse_address = True
311 daemon_threads = True
312
313
314def main() -> None:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected