Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1561
void
1562
init_http_header()
1563
{
1564
url_init();
1565
mime_init();
1566
http_init();
1567
hpack_huffman_init();
1568
}
1569
1570
#if TS_HAS_TESTS
1571
struct RegressionCont : public Continuation {
Callers
1
main
Function · 0.85
Calls
4
url_init
Function · 0.85
mime_init
Function · 0.85
http_init
Function · 0.85
hpack_huffman_init
Function · 0.85
Tested by
no test coverage detected