]> granicus.if.org Git - libevent/commit
http: add WebDAV methods support
authorAlexander Drozdov <al.drozdov@gmail.com>
Wed, 13 Mar 2019 07:51:55 +0000 (10:51 +0300)
committerAlexander Drozdov <al.drozdov@gmail.com>
Thu, 14 Mar 2019 08:12:46 +0000 (11:12 +0300)
commit68eb526d7b5a276fc767738193902e7f7b2cfed6
tree00bd7441ebbb4c15856d8144a0bec8182e11e2a9
parentbf19462a551f8d6e9dd3f5967905a7ff14e8f39c
http: add WebDAV methods support

WebDAV introduced new HTTP methods (RFC4918):
PROPFIND, PROPPATCH, MKCOL, LOCK, UNLOCK, COPY, MOVE.

Add support of the methods.
http.c
include/event2/http.h
test/regress_http.c