Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ initResponse
Method
initResponse
src/tscpp/api/utils_internal.h:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
static void
80
initResponse(Response &response, TSMBuffer hdr_buf, TSMLoc hdr_loc)
81
{
82
response.init(hdr_buf, hdr_loc);
83
}
84
85
static const std::list<TransactionPlugin *> &
86
getTransactionPlugins(const Transaction &transaction)
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected