Browse Source

Fix spec for the #http_spec.path record field.

Loïc Hoguin 14 years ago
parent
commit
0c0b75f76b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/http.hrl

+ 1 - 1
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(),