]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: doc: Add information about "early-hint" http-request action.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 12 Nov 2018 10:01:10 +0000 (11:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2018 20:08:55 +0000 (21:08 +0100)
doc/configuration.txt

index 52cc4328e3847fb153c8e7a96a92a9f7ed485103..349dfab3da5232952d274ca03fc7151ce97d55b4 100644 (file)
@@ -4130,6 +4130,16 @@ http-request deny [deny_status <status>] [ { if | unless } <condition> ]
   those that can be overridden by the "errorfile" directive.
   No further "http-request" rules are evaluated.
 
+http-request early-hint <name> <fmt> [ { if | unless } <condition> ]
+
+  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
+  <name> and whose value is defined by <fmt> 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 <rule> [ { if | unless } <condition> ]
 
   This performs an HTTP redirection based on a redirect rule. This is exactly