http: implement HTTP PUT method 57/43157/8
authorAndrew Yourtchenko <[email protected]>
Fri, 13 Jun 2025 14:13:27 +0000 (16:13 +0200)
committerFlorin Coras <[email protected]>
Wed, 18 Jun 2025 01:27:56 +0000 (01:27 +0000)
commit897615764bac73b9eed97b03d48bb8f92dd4eb10
treeaf9643debedca002ca7020b42e2ec03848570ade
parentd2bf69ddeb80dc62ad97596aa2e79ddac533fb2a
http: implement HTTP PUT method

This implements the HTTP PUT request with the ability
to stream the data in chunks, rather than sending
the entire request body at once.

Type: feature
Change-Id: Ib04103a4bacf76a3c0bf9483a63a2edb693276c6
Signed-off-by: Andrew Yourtchenko <[email protected]>
src/plugins/http/http.c
src/plugins/http/http.h
src/plugins/http/http1.c
src/plugins/http/http_buffer.c
src/plugins/http/http_buffer.h
src/plugins/http/http_private.h