From 77e50caaf2ef81cd91075cf836fed0e75718ffb4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 23:12:02 +0200 Subject: Adding debian version 1.8.3-2. Signed-off-by: Daniel Baumann --- .../srcdoc/configure/http1_directives.mt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/vendor-h2o/srcdoc/configure/http1_directives.mt (limited to 'debian/vendor-h2o/srcdoc/configure/http1_directives.mt') diff --git a/debian/vendor-h2o/srcdoc/configure/http1_directives.mt b/debian/vendor-h2o/srcdoc/configure/http1_directives.mt new file mode 100644 index 0000000..77894ac --- /dev/null +++ b/debian/vendor-h2o/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