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

Method reason_get

include/proxy/hdrs/HTTP.h:1102–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100 -------------------------------------------------------------------------*/
1101
1102inline const char *
1103HTTPHdr::reason_get(int *length)
1104{
1105 ink_assert(valid());
1106 ink_assert(m_http->m_polarity == HTTP_TYPE_RESPONSE);
1107
1108 return http_hdr_reason_get(m_http, length);
1109}
1110
1111/*-------------------------------------------------------------------------
1112 -------------------------------------------------------------------------*/

Callers 4

build_responseMethod · 0.80
initMethod · 0.80
TSHttpHdrReasonGetFunction · 0.80

Calls 1

http_hdr_reason_getFunction · 0.85

Tested by

no test coverage detected