Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/_images/httpql_multi_line_comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/_images/httpql_single_line_comment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/reference/httpql.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,17 @@ Caido supports the priority of operations: `AND` has a higher priority than `OR`
::: tip
While parentheses are optional, we recommend using them to make your logical grouping clear.
:::

## Comments

Caido supports both single-line and multi-line comments in HTTPQL queries.

::: tip
Comments can be used to write descriptions or temporary disable certain query statements.
:::

<img alt="Single-line comment." src="/_images/httpql_single_line_comment.png" center />

---

<img alt="Single-line comment." src="/_images/httpql_multi_line_comment.png" center />