Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ THttpServer
Method
THttpServer
lib/cpp/src/thrift/transport/THttpServer.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
namespace transport {
36
37
THttpServer::THttpServer(std::shared_ptr<TTransport> transport, std::shared_ptr<TConfiguration> config)
38
: THttpTransport(transport, config) {
39
40
}
41
42
THttpServer::~THttpServer() = default;
43
Callers
3
test-leaf.py
File · 0.80
httpServer.py
File · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64