MCPcopy 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
429HttpServer::HttpServer()
430 : _authRequired(false)
431 , _authTokenHasExpiry(false)
432 , _thread(SharedAsyncThread.newThread()) { }
433
434HttpServer::~HttpServer() {
435 stop();

Callers

nothing calls this directly

Calls 1

newThreadMethod · 0.80

Tested by

no test coverage detected