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:
parent
c366343ac6
commit
0c0b75f76b
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue