mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +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() :: #{
|
-type opts() :: #{
|
||||||
connection_type => worker | supervisor,
|
connection_type => worker | supervisor,
|
||||||
|
enable_connect_protocol => boolean(),
|
||||||
env => cowboy_middleware:env(),
|
env => cowboy_middleware:env(),
|
||||||
inactivity_timeout => timeout(),
|
inactivity_timeout => timeout(),
|
||||||
middlewares => [module()],
|
middlewares => [module()],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue