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

Method method_get

include/proxy/hdrs/HTTP.h:951–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

949 -------------------------------------------------------------------------*/
950
951inline const char *
952HTTPHdr::method_get(int *length)
953{
954 ink_assert(valid());
955 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST);
956
957 return http_hdr_method_get(m_http, length);
958}
959
960inline int
961HTTPHdr::method_get_wksidx() const

Callers 10

checkMethod · 0.80
ip_allow_deny_requestMethod · 0.80
redirect_requestMethod · 0.80
PerformACLFilteringMethod · 0.80
send_headersMethod · 0.80
TSHttpHdrMethodGetFunction · 0.80

Calls 1

http_hdr_method_getFunction · 0.85

Tested by

no test coverage detected