From c285f0034909306449fcc674b3a3fa314533b331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 27 Mar 2011 01:07:01 +0100 Subject: Fix the type spec for qs_vals, a list of key/values. --- include/http.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/http.hrl') 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(), -- cgit v1.2.3