From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- .../libh2o/srcdoc/configure/http1_directives.mt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 web/server/h2o/libh2o/srcdoc/configure/http1_directives.mt (limited to 'web/server/h2o/libh2o/srcdoc/configure/http1_directives.mt') diff --git a/web/server/h2o/libh2o/srcdoc/configure/http1_directives.mt b/web/server/h2o/libh2o/srcdoc/configure/http1_directives.mt new file mode 100644 index 00000000..77894acc --- /dev/null +++ b/web/server/h2o/libh2o/srcdoc/configure/http1_directives.mt @@ -0,0 +1,24 @@ +? my $ctx = $main::context; +? $_mt->wrapper_file("wrapper.mt", "Configure", "HTTP/1 Directives")->(sub { + +

+This document describes the configuration directives for controlling the HTTP/1 protocol handler. +

+ +{directive}->( + name => "http1-request-timeout", + levels => [ qw(global) ], + default => 'http1-request-timeout: 10', + desc => q{Timeout for incoming requests in seconds.}, +)->(sub {}); + +$ctx->{directive}->( + name => "http1-upgrade-to-http2", + levels => [ qw(global) ], + default => 'http1-upgrade-to-http2: ON', + desc => q{Boolean flag (ON or OFF) indicating whether or not to allow upgrade to HTTP/2.}, +)->(sub {}); +?> + +? }) -- cgit v1.2.3