Thank you Ellitott for the review,
I agree with all your points. I just made those changes for myself to
support WebDAV methods but generally speaking this is not an important
feature for anyone else.
So let's reject the patch.
The main problem is that any extended http method needs to be
pre-decl
On Fri, Apr 07, 2023 at 12:39:09AM +0300, Sergey Ponomarev wrote:
> The WebDAV is an extension for HTTP for shared folders.
> In order to make wget working with it we have to declare the missing
> constants with methods.
> They don't take part in a logic except of OPTIONS methods that can't have a
The WebDAV is an extension for HTTP for shared folders.
In order to make wget working with it we have to declare the missing constants
with methods.
They don't take part in a logic except of OPTIONS methods that can't have a
body.
Signed-off-by: Sergey Ponomarev
---
uclient-http.c | 18 +++