From a1667dbf46df30a27c3edf693d967c3fe7bd8cc5 Mon Sep 17 00:00:00 2001
From: Hayden Hargreaves
+ Press / to open search. Filtering is live as you type and
+ applies to the Requests pane.
+
Search supports free text and simple field filters.
+ +| Pattern | +Meaning | +
|---|---|
| users api.example.com | +Free text; matches host and URL path (AND between terms) | +
| method:get | +Method equals GET (case-insensitive) | +
| status:404 | +Exact response status code | +
| status:5xx | +Status class match (1xx-5xx) | +
| method: get status: 5xx login | +Mixed filters + terms, including spaced filter syntax | +
+ Tip: press esc to close search and clear the active query. +
+Termtap is a local-only tool. It does not phone home, collect telemetry, or send any data anywhere.