TrafficServer http2 代码分析
TrafficServer 是Apache基金会的 HTTP/HTTP2 代理服务器。
TrafficServer 的 HTTP2 部分主要的代码在 :
- trafficserver/proxy/http2/HTTP2.h, HTTP2.cc
- trafficserver/proxy/http2/Http2Stream.h, Http2Stream.cc
- trafficserver/proxy/http2/Http2ClientSession.h, Http2ClientSession.cc
- trafficserver/proxy/http2/Http2ConnectionState.h, Http2ConnectionState.cc
- trafficserver/proxy/http2/ Http2DependencyTree.h, Http2DependencyTree.cc
- trafficserver/proxy/http2/HPACK.h, HPACK.cc
- trafficserver/proxy/http2/HuffmanCodec.h, HuffmanCodec.cc