aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cowboy_http2.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_http2.erl b/src/cowboy_http2.erl
index 7f5d738..82f4d2e 100644
--- a/src/cowboy_http2.erl
+++ b/src/cowboy_http2.erl
@@ -24,6 +24,7 @@
-type opts() :: #{
connection_type => worker | supervisor,
+ enable_connect_protocol => boolean(),
env => cowboy_middleware:env(),
inactivity_timeout => timeout(),
middlewares => [module()],