http: modularization in preparation for h2 and h3 54/42254/11
authorMatus Fabian <[email protected]>
Mon, 27 Jan 2025 13:12:22 +0000 (08:12 -0500)
committerFlorin Coras <[email protected]>
Tue, 11 Feb 2025 20:49:38 +0000 (20:49 +0000)
commit8e641af0459ec3aeed2b81b95d263440e76b4c47
tree039a0e6d9803a76dc6f280424ccf18cb46672c6c
parentc8174f3660d2577c3819b51d65a3f2836d8afe31
http: modularization in preparation for h2 and h3

Prepare code to handle multiple http versions and move http/1
specific code into http1.c

Type: improvement

Change-Id: I1f2c958dadb7721b305c65b2da7c2943695ad740
Signed-off-by: Matus Fabian <[email protected]>
src/plugins/http/CMakeLists.txt
src/plugins/http/http.c
src/plugins/http/http.h
src/plugins/http/http1.c [new file with mode: 0644]
src/plugins/http/http_private.h [new file with mode: 0644]
src/plugins/http/http_timer.h