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

Function http_hdr_status_get

include/proxy/hdrs/HTTP.h:1064–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062 -------------------------------------------------------------------------*/
1063
1064inline HTTPStatus
1065http_hdr_status_get(HTTPHdrImpl const *hh)
1066{
1067 ink_assert(hh->m_polarity == HTTP_TYPE_RESPONSE);
1068 return (HTTPStatus)hh->u.resp.m_status;
1069}
1070
1071/*-------------------------------------------------------------------------
1072 -------------------------------------------------------------------------*/

Callers 3

http_hdr_printFunction · 0.85
status_getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected