Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Request
Method
Request
src/tscpp/api/Request.cc:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
};
46
47
Request::Request()
48
{
49
state_ = new RequestState();
50
}
51
52
Request::Request(void *hdr_buf, void *hdr_loc)
53
{
Callers
nothing calls this directly
Calls
7
TSMBufferCreate
Function · 0.85
TSUrlCreate
Function · 0.85
TSUrlParse
Function · 0.85
init
Function · 0.50
c_str
Method · 0.45
size
Method · 0.45
init
Method · 0.45
Tested by
no test coverage detected