PURR / DOCS
HTTP requests
Build the request, send it, and inspect what came back.
Still in progressThese docs are being written. Some guides are only short overviews for now.
Compose and inspect
Headers, auth, body, timing and response data stay close without competing for your screen.
Response filtering
Filter JSON responses in place with jq or JSONPath. Keep the original response intact and inspect only the data you care about.
Request timeline
See connection time, TTFB, download time, headers, redirects, TLS details, and more without leaving the response.
The request timeline describes the lifecycle of a single request. To follow the spans behind a response, explore Jaeger tracing.