Skip to content

Headers View

The Headers view displays all response headers in a clean, readable table.

ColumnDescription
HeaderThe header name (e.g. Content-Type)
ValueThe header value (e.g. application/json; charset=utf-8)
Content-Type: application/json; charset=utf-8
Cache-Control: no-cache
X-RateLimit-Limit: 100
X-RateLimit-Remaining: 95
Date: Tue, 12 May 2026 12:00:00 GMT

Headers are listed in the order they were received. Common headers include:

HeaderDescription
Content-TypeMedia type of the response body
Content-LengthSize of the response body in bytes
Cache-ControlCaching directives
Set-CookieCookies set by the server
X-*Custom headers
DateResponse timestamp