Re: [PATCH 3/3] uclient-fetch: Support for WebDAV methods

2023-04-08 Thread Sergey Ponomarev
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

Re: [PATCH 3/3] uclient-fetch: Support for WebDAV methods

2023-04-07 Thread Elliott Mitchell
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

[PATCH 3/3] uclient-fetch: Support for WebDAV methods

2023-04-06 Thread Sergey Ponomarev
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 +++