mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Rename dispatch() into dispatch_rules().
This commit is contained in:
parent
ecf117b375
commit
ef2673b61e
3 changed files with 4 additions and 3 deletions
|
@ -24,4 +24,4 @@
|
|||
|
||||
-type dispatch_rule() :: {Host::match(), list({Path::match(),
|
||||
Handler::module(), Opts::term()})}.
|
||||
-type dispatch() :: list(dispatch_rule()).
|
||||
-type dispatch_rules() :: list(dispatch_rule()).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue