Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ HttpServer
Method
HttpServer
Source/Http/HttpServer.cpp:429–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
}
428
429
HttpServer::HttpServer()
430
: _authRequired(false)
431
, _authTokenHasExpiry(false)
432
, _thread(SharedAsyncThread.newThread()) { }
433
434
HttpServer::~HttpServer() {
435
stop();
Callers
nothing calls this directly
Calls
1
newThread
Method · 0.80
Tested by
no test coverage detected