mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Add missing enable_connect_protocol in typespecs
This commit is contained in:
parent
29234292e0
commit
9af8b0d23a
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
-type opts() :: #{
|
||||
connection_type => worker | supervisor,
|
||||
enable_connect_protocol => boolean(),
|
||||
env => cowboy_middleware:env(),
|
||||
inactivity_timeout => timeout(),
|
||||
middlewares => [module()],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue