diff README @ 8923:651cc905b7c2 quic

HTTP/3: $http3 variable. A new variable $http3 is added. The variable equals to "h3" for HTTP/3 connections, "hq" for hq connections and is an empty string otherwise. The variable $quic is eliminated. The new variable is similar to $http2 variable.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 01 Dec 2021 11:02:17 +0300
parents be08b858086a
children d6ef13c5fd8e
line wrap: on
line diff
--- a/README
+++ b/README
@@ -141,7 +141,11 @@ 3. Configuration
         http3_push_preload
         http3_hq (requires NGX_HTTP_V3_HQ macro)
 
-    An additional variable is available: $quic.
+    In http, an additional variable is available: $http3.
+    The value of $http3 is "h3" for HTTP/3 connections,
+    "hq" for hq connections, or an empty string otherwise.
+
+    In stream, an additional variable is available: $quic.
     The value of $quic is "quic" if QUIC connection is used,
     or an empty string otherwise.