Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
namespace process {
32
33
HttpProxy::HttpProxy(const Socket& _socket)
34
: ProcessBase(ID::generate(
"__http__"
)),
35
socket(_socket) {}
36
37
38
void HttpProxy::finalize()
Callers
nothing calls this directly
Calls
1
generate
Function · 0.85
Tested by
no test coverage detected