aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http/http2/hpack.h
AgeCommit message (Collapse)AuthorFilesLines
8 dayshttp: http/2 core skeletonMatus Fabian1-0/+1
Type: feature Change-Id: Ia6581b685c9dbc89e72bdec320b7f52f6f962542 Signed-off-by: Matus Fabian <matfabia@cisco.com>
2025-02-28http: hpack headers encodingMatus Fabian1-0/+23
1) header encoding without dynamic table 2) serialization of response header block Type: feature Change-Id: I7ec470310e5aec0f8055492e92682261b4af5e81 Signed-off-by: Matus Fabian <matfabia@cisco.com>
2025-02-25http: hpack headers decodingMatus Fabian1-2/+83
1) parsing of binary format (RFC7541 section 6) 2) simple dynamic table implementation 3) parsing of request header block Type: feature Change-Id: If43e175a0643f9731c15efc412a82345d9e33cee Signed-off-by: Matus Fabian <matfabia@cisco.com>
2025-02-19http: hpack primitive typesMatus Fabian1-0/+76
RFC7541 section 5, Huffman encoding included Type: feature Change-Id: I5a024f654610729b8f3f53734aa242bb4b5a25fe Signed-off-by: Matus Fabian <matfabia@cisco.com>