Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ HttpServlet
Method
HttpServlet
lib_acl_cpp/src/http/HttpServlet.cpp:26–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
HttpServlet::HttpServlet(void)
27
{
28
init();
29
30
req_ = NULL;
31
res_ = NULL;
32
stream_ = NULL;
33
session_ = NULL;
34
}
35
36
HttpServlet::HttpServlet(socket_stream* stream)
37
: req_(NULL)
Callers
nothing calls this directly
Calls
1
init
Function · 0.50
Tested by
no test coverage detected