0
Fork 0
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:
Loïc Hoguin 2018-04-23 14:34:53 +02:00
parent 29234292e0
commit 9af8b0d23a
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -24,6 +24,7 @@
-type opts() :: #{
connection_type => worker | supervisor,
enable_connect_protocol => boolean(),
env => cowboy_middleware:env(),
inactivity_timeout => timeout(),
middlewares => [module()],