0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix spec for the #http_spec.path record field.

This commit is contained in:
Loïc Hoguin 2011-03-21 22:32:02 +01:00
parent c366343ac6
commit 0c0b75f76b

View file

@ -24,7 +24,7 @@
peer = undefined :: undefined | {Address::ip_address(), Port::port_number()}, peer = undefined :: undefined | {Address::ip_address(), Port::port_number()},
host = undefined :: undefined | path_tokens(), host = undefined :: undefined | path_tokens(),
raw_host = undefined :: undefined | string(), raw_host = undefined :: undefined | string(),
path = undefined :: undefined | path_tokens(), path = undefined :: undefined | '*' | path_tokens(),
raw_path = undefined :: undefined | string(), raw_path = undefined :: undefined | string(),
qs_vals = undefined :: undefined | bindings(), qs_vals = undefined :: undefined | bindings(),
raw_qs = undefined :: undefined | string(), raw_qs = undefined :: undefined | string(),