http: http/3 framing layer 21/43821/4
authorMatus Fabian <[email protected]>
Wed, 1 Oct 2025 16:40:29 +0000 (12:40 -0400)
committerFlorin Coras <[email protected]>
Thu, 2 Oct 2025 20:40:09 +0000 (20:40 +0000)
commitcddc11b310d65e2d80739ebe2c539070c46d1dbd
treeb08bb16aa56932c38bbb30888f81c74f41ea6293
parente55fbcd209f61dc821fa90cbb45fa1c41b959a64
http: http/3 framing layer

DATA, HEADERS, SETTINGS and GOAWAY frames parsing and serailizing

Type: feature

Change-Id: Id6e8ea3fe010292c73b4604496f8394c1ddba2c7
Signed-off-by: Matus Fabian <[email protected]>
src/plugins/http/CMakeLists.txt
src/plugins/http/http.h
src/plugins/http/http3/frame.c [new file with mode: 0644]
src/plugins/http/http3/frame.h [new file with mode: 0644]
src/plugins/http/http3/http3.h
src/plugins/http/test/http_test.c