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

Method is_pragma_no_cache_set

include/proxy/hdrs/HTTP.h:1191–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189 -------------------------------------------------------------------------*/
1190
1191inline bool
1192HTTPHdr::is_pragma_no_cache_set()
1193{
1194 ink_assert(valid());
1195 return (get_cooked_pragma_no_cache());
1196}
1197
1198inline char *
1199HTTPHdr::url_string_get_ref(int *length)

Calls

no outgoing calls

Tested by

no test coverage detected