RustPoint Tools

HTTP Header Parser

Parse raw HTTP header text into JSON and highlighted fields.

Back to tools
{
  "status": "HTTP/2 200",
  "headers": {
    "content-type": "text/html; charset=utf-8",
    "cache-control": "public, max-age=3600",
    "server": "cloudflare"
  }
}