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

Method method_get_wksidx

include/proxy/hdrs/HTTP.h:960–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958}
959
960inline int
961HTTPHdr::method_get_wksidx() const
962{
963 ink_assert(valid());
964 ink_assert(m_http->m_polarity == HTTP_TYPE_REQUEST);
965
966 return (m_http->u.req.m_method_wks_idx);
967}
968
969/*-------------------------------------------------------------------------
970 -------------------------------------------------------------------------*/

Callers 15

setup_client_requestFunction · 0.80
is_request_conditionalFunction · 0.80
EndRemapRequestMethod · 0.80
ModifyRequestMethod · 0.80
issue_revalidateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected