header value is not present if field is prefixed with !

This commit is contained in:
Arsh 2025-01-09 12:31:26 -05:00
parent 336f78e78f
commit 992e39fd0a
No known key found for this signature in database
GPG key ID: B09B8AE8D3751F1F
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ encode [<matcher>] <formats...> {
match { match {
status <code...> status <code...>
header <field> <value> header <field> [<value>]
} }
} }
``` ```

View file

@ -44,7 +44,7 @@ header [<matcher>] [[+|-|?|>]<field> [<value>|<find>] [<replace>]] {
# or a match block # or a match block
match { match {
status <code...> status <code...>
header <field> <value> header <field> [<value>]
} }
} }
``` ```