MINOR: acl: define explicit HTTP_3.0
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 17 Nov 2023 15:21:01 +0000 (16:21 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 20 Nov 2023 17:01:07 +0000 (18:01 +0100)
commit89da4e9e5d8ef467d52beb9234f832aa9aa87bce
treef6bae73256e7cd819665dd8c478d864ea5a63c7e
parentdecf29d06d1deb51bbcd7550c279a7135f5b8ad4
MINOR: acl: define explicit HTTP_3.0

Some ACL shortcuts are defined to match HTTP requests by their version.
This exists for HTTP_1.0 to HTTP_2.0. This patch adds HTTP_3.0
definition.
doc/configuration.txt
src/acl.c