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

Fix spec for cowboy_dispatcher:split_host/1.

This commit is contained in:
Loïc Hoguin 2011-03-21 22:12:23 +01:00
parent 7cacb88fec
commit 193968d53e

View file

@ -25,7 +25,7 @@
-type port_number() :: 0..65535.
-type bindings() :: list({Key::atom(), Value::string()}).
-type path_tokens() :: '*' | list(string()).
-type path_tokens() :: list(string()).
-type match() :: '_' | '*' | list(string() | '_' | atom()).
-type dispatch_rules() :: {Host::match(), list({Path::match(),