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

Function init_http_header

src/traffic_server/traffic_server.cc:1561–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1559}
1560
1561void
1562init_http_header()
1563{
1564 url_init();
1565 mime_init();
1566 http_init();
1567 hpack_huffman_init();
1568}
1569
1570#if TS_HAS_TESTS
1571struct RegressionCont : public Continuation {

Callers 1

mainFunction · 0.85

Calls 4

url_initFunction · 0.85
mime_initFunction · 0.85
http_initFunction · 0.85
hpack_huffman_initFunction · 0.85

Tested by

no test coverage detected