Skip to content

Commit

Permalink
Add inline match parsing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored Jan 8, 2025
1 parent aa3f21a commit f1cabf4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions caddytest/integration/caddyfile_adapt/header.caddyfiletest
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
header {
+Link "Foo"
+Link "Bar"
match status 200
}
header >Set Defer
header >Replace Deferred Replacement
Expand Down Expand Up @@ -144,6 +145,11 @@
"Foo",
"Bar"
]
},
"require": {
"status_code": [
200
]
}
}
},
Expand Down

0 comments on commit f1cabf4

Please sign in to comment.