mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Move the dispatcher related types into cowboy_dispatcher.
This commit is contained in:
parent
6712eaa5c8
commit
2beb5c8206
5 changed files with 17 additions and 14 deletions
|
@ -22,7 +22,7 @@
|
|||
-record(state, {
|
||||
socket :: inet:socket(),
|
||||
transport :: module(),
|
||||
dispatch :: dispatch_rules(),
|
||||
dispatch :: cowboy_dispatcher:dispatch_rules(),
|
||||
handler :: {Handler::module(), Opts::term()},
|
||||
req_empty_lines = 0 :: integer(),
|
||||
max_empty_lines :: integer(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue