MCPcopy Create free account
hub / github.com/apache/mesos / HttpProxy

Method HttpProxy

3rdparty/libprocess/src/http_proxy.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace process {
32
33HttpProxy::HttpProxy(const Socket& _socket)
34 : ProcessBase(ID::generate("__http__")),
35 socket(_socket) {}
36
37
38void HttpProxy::finalize()

Callers

nothing calls this directly

Calls 1

generateFunction · 0.85

Tested by

no test coverage detected