MCPcopy Create free account
hub / github.com/apache/trafficserver / get_string

Method get_string

src/proxy/ControlMatcher.cc:55–64  ·  view source on GitHub ↗

HttpRequestData accessors Can not be inlined due being virtual functions

Source from the content-addressed store, hash-verified

53// Can not be inlined due being virtual functions
54//
55char *
56HttpRequestData::get_string()
57{
58 char *str = hdr->url_string_get(nullptr);
59
60 if (str) {
61 unescapifyStr(str);
62 }
63 return str;
64}
65
66const char *
67HttpRequestData::get_host()

Callers 1

MatchMethod · 0.45

Calls 2

url_string_getMethod · 0.80
unescapifyStrFunction · 0.50

Tested by

no test coverage detected