mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
quote tokens
This commit is contained in:
parent
d90b27681f
commit
6013d7f7ed
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ These typically only appear as config inside of certain other directives, to mak
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
If a directive accepts response matchers, the usage is represented as either [<response_matcher>] or [<inline_response_matcher>] in the syntax documentation.
|
If a directive accepts response matchers, the usage is represented as either `[<response_matcher>]` or `[<inline_response_matcher>]` in the syntax documentation.
|
||||||
|
|
||||||
- The **<response_matcher>** token can be the name of a previously declared named response matcher. For example: `@name`.
|
- The **<response_matcher>** token can be the name of a previously declared named response matcher. For example: `@name`.
|
||||||
- The **<inline_response_matcher>** token can be the response criteria itself, without requiring prior declaration. For example: `status 200`.
|
- The **<inline_response_matcher>** token can be the response criteria itself, without requiring prior declaration. For example: `status 200`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue