Skip to content

Responses

After sending a request, the response pane displays the status code, response time, headers, body (auto-formatted if JSON), and body size.

When the response pane is focused, switch between views with /:

Tab Content
Body Response body with JSON syntax highlighting and line numbers
Headers Response headers sorted alphabetically
Timeline History of every send for this request

/ scrolls the active tab. PgUp/PgDn page-scrolls.

Each send is stored as a timeline entry on disk at .timeline/<request-id>.yml. Navigate entries with /, press Return to expand and see the full request + response snapshot.

An expanded entry shows two blocks:

  • Request — method, URL, auth summary, headers, body
  • Response — status line, size, headers, body

Entries with errors show ERR in red with the error message.

Max 50 entries per request — older ones are pruned automatically.

Press Ctrl+B to copy the response body to clipboard. Uses OSC52 — works over SSH.

Errors display inline in the response pane when:

  • The server is unreachable
  • DNS resolution fails
  • A timeout occurs
  • The response is malformed