]> granicus.if.org Git - ejabberd/commitdiff
Add support for PATCH http method
authorMickael Remond <mremond@process-one.net>
Wed, 28 Mar 2018 15:34:47 +0000 (17:34 +0200)
committerMickael Remond <mremond@process-one.net>
Wed, 28 Mar 2018 15:34:47 +0000 (17:34 +0200)
This is needed to improve out APIs.

include/ejabberd_http.hrl

index 5718ff033a918d8de204594428e9091b2c1abe61..3c38969ca212aed2b64b876dd1e12269b5097cc0 100644 (file)
@@ -46,6 +46,6 @@
         buf                     :: binary(),
          http_opts = []          :: list()}).
 
--type method() :: 'GET' | 'HEAD' | 'DELETE' | 'OPTIONS' | 'PUT' | 'POST' | 'TRACE'.
+-type method() :: 'GET' | 'HEAD' | 'DELETE' | 'OPTIONS' | 'PUT' | 'POST' | 'TRACE' | 'PATCH'.
 -type protocol() :: http | https.
 -type http_request() :: #request{}.