Filters

The filters page allows you to create filter presets that can then later be used in HTTPQL queries. We provide a few presets for each new project, but you can modify or update them if you wish to.

The filters are project specific for the moment.

Filters page overview

Name & Alias

The name and alias are used to reference the filter preset in queries using either preset:"Preset name" or preset:preset-alias. This means they must be unique across all presets.

The alias can only contain lowercase letters (a-z), numbers (0-9) and some symbols (- and _).

Expression

The expression is an HTTPQL query, but it has some limitations:

  • It cannot reference other presets
  • The shortcut "my value" is always expanded as (req.raw.cont:"my value" OR resp.raw.cont:"my value")