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

Function TSHttpHdrReasonLookup

src/api/InkAPI.cc:2955–2959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2953}
2954
2955const char *
2956TSHttpHdrReasonLookup(TSHttpStatus status)
2957{
2958 return http_hdr_reason_lookup(static_cast<HTTPStatus>(status));
2959}
2960
2961////////////////////////////////////////////////////////////////////
2962//

Callers 15

handle_responseFunction · 0.85
handle_responseFunction · 0.85
handle_responseFunction · 0.85
handle_responseFunction · 0.85
WriteResponseHeaderFunction · 0.85
handleFirstServerHeaderFunction · 0.85
form416HeaderAndBodyFunction · 0.85
gen_headerFunction · 0.85
WriteResponseHeaderFunction · 0.85
initializeMethod · 0.85
EditRedirectResponseFunction · 0.85

Calls 1

http_hdr_reason_lookupFunction · 0.85

Tested by 1