{
  "slug": "http-header-analyzer",
  "name": "gizza-ai/http-header-analyzer",
  "version": "0.1.0",
  "title": "HTTP Header Analyzer — explain response headers & spot missing security headers — gizza.ai",
  "description": "Paste HTTP response headers for a plain-English explanation of each, an A+–F security grade, and missing security headers. Free, private, in your browser.",
  "tags": [
    "http header analyzer",
    "http response headers",
    "security headers checker",
    "cache-control explained",
    "content-encoding",
    "missing security headers",
    "hsts",
    "content-security-policy",
    "header inspector"
  ],
  "category": "network",
  "urls": {
    "page": "https://gizza.ai/tools/http-header-analyzer/",
    "markdown": "https://gizza.ai/tools/http-header-analyzer/index.md",
    "descriptor": "https://gizza.ai/tools/http-header-analyzer/tool.json",
    "deep_link_example": "https://gizza.ai/tools/http-header-analyzer/?headers=HTTP%2F2%20200%0Acontent-type%3A%20text%2Fhtml%3B%20charset%3Dutf-8%0Acache-control%3A%20public%2C%20max-age%3D3600%0Acontent-encoding%3A%20gzip%0Astrict-transport-security%3A%20max-age%3D31536000%3B%20includeSubDomains%0A"
  },
  "cli": "gizza tool http-header-analyzer \"HTTP/2 200\ncontent-type: text/html; charset=utf-8\ncache-control: public, max-age=3600\ncontent-encoding: gzip\nstrict-transport-security: max-age=31536000; includeSubDomains\n\"",
  "tool": {
    "description": "Parse a block of pasted HTTP response headers and explain each one (caching, compression, content, security, cookie, cors, server, redirect) plus list which recommended security headers are missing.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "headers": {
          "type": "string"
        }
      },
      "required": [
        "headers"
      ],
      "type": "object"
    }
  }
}