Developer Tools
HTTP Header Parser
Parse raw HTTP headers into structured JSON.
Input
HTTP Header Parser
http headersparserjsonapi
Output
Parsed headers
Headers
3
{
"content-type": "application/json",
"cache-control": "no-cache",
"x-request-id": "abc123"
}
