Developer Tools
HTTP Header Parser
Paste raw HTTP request or response headers to parse them into a clean, readable table.
| Header | Value |
|---|---|
| Content-Type | application/json |
| Cache-Control | no-cache |
| Authorization | Bearer abc123 |
How to use this tool
- 1Paste raw headers, one per line.
- 2See them parsed into a table.
Frequently asked questions
Does this validate the headers?+
No — it just splits each line on the first colon into a name/value pair for readability.