aboutsummaryrefslogtreecommitdiffstats
path: root/include/http.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/http.hrl')
-rw-r--r--include/http.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http.hrl b/include/http.hrl
index e4b9716..72e60fb 100644
--- a/include/http.hrl
+++ b/include/http.hrl
@@ -24,7 +24,7 @@
peer = undefined :: undefined | {Address::ip_address(), Port::port_number()},
host = undefined :: undefined | path_tokens(),
raw_host = undefined :: undefined | string(),
- path = undefined :: undefined | path_tokens(),
+ path = undefined :: undefined | '*' | path_tokens(),
raw_path = undefined :: undefined | string(),
qs_vals = undefined :: undefined | bindings(),
raw_qs = undefined :: undefined | string(),