Parse raw HTTP headers into key/value pairs.
Parsed headers will appear here.
Turns pasted HTTP headers into a structured object. Duplicate headers are stored as arrays.
Content-Type: application/json Set-Cookie: a=1 Set-Cookie: b=2
1. Paste raw headers (one per line).
2. Parsed output updates automatically.