From: Frédéric Lécaille Date: Mon, 12 Nov 2018 10:01:10 +0000 (+0100) Subject: MINOR: doc: Add information about "early-hint" http-request action. X-Git-Tag: v1.9-dev7~128 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06f5b6435ba99b7a6a034d27b56192e16249f6f0;p=thirdparty%2Fhaproxy.git MINOR: doc: Add information about "early-hint" http-request action. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 52cc4328e3..349dfab3da 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4130,6 +4130,16 @@ http-request deny [deny_status ] [ { if | unless } ] those that can be overridden by the "errorfile" directive. No further "http-request" rules are evaluated. +http-request early-hint [ { if | unless } ] + + This is used to build an HTTP 103 Early Hints response prior to any other one. + This appends an HTTP header field to this response whose name is specified in + and whose value is defined by which follows the log-format rules + (see Custom Log Format in section 8.2.4). This is particularly useful to pass + to the client som + + See RFC 8297 for more information. + http-request redirect [ { if | unless } ] This performs an HTTP redirection based on a redirect rule. This is exactly