aboutsummaryrefslogtreecommitdiffstats
path: root/include/http.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/http.hrl')
-rw-r--r--include/http.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http.hrl b/include/http.hrl
index e5311c4..84b9489 100644
--- a/include/http.hrl
+++ b/include/http.hrl
@@ -60,6 +60,7 @@
headers = [] :: http_headers(),
p_headers = [] :: [any()], %% @todo Improve those specs.
cookies = undefined :: undefined | http_cookies(),
+ meta = [] :: [{atom(), any()}],
%% Request body.
body_state = waiting :: waiting | done,