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

Method add_header

src/iocore/net/OCSPStapling.cc:353–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 }
352
353 void
354 add_header(const char *name, int name_len, const char *value, int value_len)
355 {
356 this->_fsm->ext_add_header(name, name_len, value, value_len);
357 }
358
359 void
360 add_header(const char *name, const char *value)

Callers 2

set_bodyMethod · 0.95
query_responderFunction · 0.80

Calls 1

ext_add_headerMethod · 0.45

Tested by

no test coverage detected