aboutsummaryrefslogtreecommitdiff
path: root/include/ejabberd_http.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/ejabberd_http.hrl')
-rw-r--r--include/ejabberd_http.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ejabberd_http.hrl b/include/ejabberd_http.hrl
index 5718ff033..3c38969ca 100644
--- a/include/ejabberd_http.hrl
+++ b/include/ejabberd_http.hrl
@@ -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{}.