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

Method onlyHeader

plugins/slice/Data.h:115–119  ·  view source on GitHub ↗

Check if response only expects header

Source from the content-addressed store, hash-verified

113
114 // Check if response only expects header
115 bool
116 onlyHeader() const
117 {
118 return (m_method_type == TS_HTTP_METHOD_HEAD || m_method_type == TS_HTTP_METHOD_PURGE);
119 }
120
121 ~Data()
122 {

Callers 3

handleFirstServerHeaderFunction · 0.80
handleNextServerHeaderFunction · 0.80
handle_server_respFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected