httpmon provides both quick substring filtering and advanced filter expressions to narrow down captured flows.Documentation Index
Fetch the complete documentation index at: https://docs.httpmon.dev/llms.txt
Use this file to discover all available pages before exploring further.

Quick filter
Press/ in the flow list to focus the filter bar. Type any text to perform a case-insensitive substring match against the host and path of each flow.
Advanced filter expressions
For more precise filtering, use structured expressions. Separate multiple terms with spaces to combine them with AND logic.| Expression | Description |
|---|---|
s:200 | Exact status code |
s:2xx | Status code range (2xx, 4xx, 5xx) |
m:GET | HTTP method |
m:POST | HTTP method |
ct:json | Content-type contains substring |
ct:html | Content-type contains substring |
re:pattern | Regex match on host+path |
!term | Negate any filter term |

