Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Sophomoresty/gemini-web2api
/ ThreadedServer
Class
ThreadedServer
gemini_web2api.py:826–828 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
824
CONFIG[
"proxy"
] = args.proxy
825
826
class
ThreadedServer(ThreadingMixIn, HTTPServer):
827
daemon_threads = True
828
allow_reuse_address = True
829
830
port = CONFIG[
"port"
]
831
server = ThreadedServer((CONFIG[
"host"
], port), GeminiHandler)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected