aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http/http2/hpack.c
AgeCommit message (Collapse)AuthorFilesLines
2025-02-28http: hpack headers encodingMatus Fabian1-1/+207
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-10/+608
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/+297
RFC7541 section 5, Huffman encoding included Type: feature Change-Id: I5a024f654610729b8f3f53734aa242bb4b5a25fe Signed-off-by: Matus Fabian <matfabia@cisco.com>