diff options
Diffstat (limited to 'include/http.hrl')
-rw-r--r-- | include/http.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http.hrl b/include/http.hrl index 2364daa..3178381 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -58,6 +58,7 @@ raw_qs = undefined :: undefined | binary(), bindings = undefined :: undefined | cowboy_dispatcher:bindings(), headers = [] :: http_headers(), + p_headers = [] :: [any()], %% @todo Improve those specs. cookies = undefined :: undefined | http_cookies(), %% Request body. |