Headers View
The Headers view displays all response headers in a clean, readable table.
Table Layout
Section titled “Table Layout”| Column | Description |
|---|---|
| Header | The header name (e.g. Content-Type) |
| Value | The header value (e.g. application/json; charset=utf-8) |
Example
Section titled “Example”Content-Type: application/json; charset=utf-8Cache-Control: no-cacheX-RateLimit-Limit: 100X-RateLimit-Remaining: 95Date: Tue, 12 May 2026 12:00:00 GMTHeaders are listed in the order they were received. Common headers include:
| Header | Description |
|---|---|
Content-Type | Media type of the response body |
Content-Length | Size of the response body in bytes |
Cache-Control | Caching directives |
Set-Cookie | Cookies set by the server |
X-* | Custom headers |
Date | Response timestamp |