MCPcopy 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
47Request::Request()
48{
49 state_ = new RequestState();
50}
51
52Request::Request(void *hdr_buf, void *hdr_loc)
53{

Callers

nothing calls this directly

Calls 7

TSMBufferCreateFunction · 0.85
TSUrlCreateFunction · 0.85
TSUrlParseFunction · 0.85
initFunction · 0.50
c_strMethod · 0.45
sizeMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected