MCPcopy 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

35namespace transport {
36
37THttpServer::THttpServer(std::shared_ptr<TTransport> transport, std::shared_ptr<TConfiguration> config)
38 : THttpTransport(transport, config) {
39
40}
41
42THttpServer::~THttpServer() = default;
43

Callers 3

test-leaf.pyFile · 0.80
httpServer.pyFile · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64