aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/http.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http.hrl b/include/http.hrl
index 72e60fb..a3b2e9b 100644
--- a/include/http.hrl
+++ b/include/http.hrl
@@ -26,7 +26,7 @@
raw_host = undefined :: undefined | string(),
path = undefined :: undefined | '*' | path_tokens(),
raw_path = undefined :: undefined | string(),
- qs_vals = undefined :: undefined | bindings(),
+ qs_vals = undefined :: undefined | list({Name::string(), Value::string() | true}),
raw_qs = undefined :: undefined | string(),
bindings = undefined :: undefined | bindings(),
headers = [] :: http_headers(),