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

Method print

include/proxy/hdrs/HTTP.h:757–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755 -------------------------------------------------------------------------*/
756
757inline int
758HTTPHdr::print(char *buf, int bufsize, int *bufindex, int *dumpoffset) const
759{
760 ink_assert(valid());
761 return http_hdr_print(m_http, buf, bufsize, bufindex, dumpoffset);
762}
763
764/*-------------------------------------------------------------------------
765 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 1

http_hdr_printFunction · 0.85

Tested by

no test coverage detected