httpp icon indicating copy to clipboard operation
httpp copied to clipboard

Add support for WebDAV http methods

Open 0x7f opened this issue 7 years ago • 2 comments

I just wanted to do a small WebDAV test based on httpp. Found out that the methods defined in the WebDAV http extension are not supported by httpp atm, so I added them. Don't know whether you want them in the code base in the first place?

For details about the methods see: http://www.webdav.org/specs/rfc2518.html https://en.wikipedia.org/wiki/WebDAV

0x7f avatar Sep 08 '17 21:09 0x7f

Just had a look at node's http-parser and they do support even more methods. What do you think about adding all of them?

https://github.com/nodejs/http-parser/blob/feae95a3a69f111bc1897b9048d9acbc290992f9/http_parser.h#L93-L134

0x7f avatar Sep 08 '17 21:09 0x7f

I'm totally fine to have all those methods supported :)

daedric avatar Sep 09 '17 17:09 daedric