Add support for HTTP PUT #3

Merged
xavi merged 3 commits from midokura-xavi/libweb:put into master 2023-11-20 16:47:59 +01:00
Contributor
No description provided.
midokura-xavi added 3 commits 2023-11-20 16:46:04 +01:00
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.
xavi merged commit b94f76033f into master 2023-11-20 16:47:59 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xavi/libweb#3
No description provided.