Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2955
const char *
2956
TSHttpHdrReasonLookup(TSHttpStatus status)
2957
{
2958
return http_hdr_reason_lookup(static_cast<HTTPStatus>(status));
2959
}
2960
2961
////////////////////////////////////////////////////////////////////
2962
//
Callers
15
handle_response
Function · 0.85
handle_response
Function · 0.85
handle_response
Function · 0.85
handle_response
Function · 0.85
REGRESSION_TEST(SDK_API_TSHttpHdr)
Function · 0.85
WriteResponseHeader
Function · 0.85
handleFirstServerHeader
Function · 0.85
form416HeaderAndBody
Function · 0.85
gen_header
Function · 0.85
WriteResponseHeader
Function · 0.85
initialize
Method · 0.85
EditRedirectResponse
Function · 0.85
Calls
1
http_hdr_reason_lookup
Function · 0.85
Tested by
1
REGRESSION_TEST(SDK_API_TSHttpHdr)
Function · 0.68