quote tokens

This commit is contained in:
Arsh 2025-01-09 14:01:43 -05:00
parent d90b27681f
commit 6013d7f7ed
No known key found for this signature in database
GPG key ID: B09B8AE8D3751F1F

View file

@ -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`.