libweb/include/libweb
Xavier Del Campo 1755ee663c
http: Add support for PUT
Notes:

- Since curl would use the "Expect: 100-continue" header field for PUT
operations, this was a good operation to fix the existing issues in its
implementation.

Breaking changes:

- expect_continue is no longer exclusive to struct http_post. Now, it
has been moved into struct http_payload and it is up to users to check
it.
2023-11-20 16:34:24 +01:00
..
handler.h Split handler_loop from handler_listen 2023-11-20 16:06:19 +01:00
html.h Rename project from slweb to libweb 2023-10-11 00:07:13 +02:00
http.h http: Add support for PUT 2023-11-20 16:34:24 +01:00
server.h Split handler_loop from handler_listen 2023-11-20 16:06:19 +01:00
wildcard_cmp.h Rename project from slweb to libweb 2023-10-11 00:07:13 +02:00