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{}.