{
  "id": "bbg-p0421-web-request-lifecycle-web-request",
  "title": "HTTP Concept Mind Map",
  "chapter": "web-request-lifecycle",
  "batch": "05",
  "rank": 47,
  "sourcePage": 421,
  "sourcePointer": "p. 421",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "network-topology",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render inspected",
      "preserve HTTP mindmap: methods, status codes, headers, caching, cookies, versions HTTP/1.1 to HTTP/3, HTTPS/TLS, proxies, APIs, and streaming uses",
      "omit source branding, copied radial layout, and dense product labels"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: HTTP methods",
      "concept: status codes",
      "concept: headers and cookies",
      "concept: caching",
      "concept: HTTP versions and HTTPS"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "map",
      "label": "HTTP concerns",
      "x": 58,
      "y": 126,
      "w": 844,
      "h": 332
    }
  ],
  "shapes": [
    {
      "id": "http",
      "kind": "circle",
      "label": "HTTP",
      "detail": "web protocol",
      "x": 414,
      "y": 246,
      "w": 132,
      "h": 132,
      "tone": "orange"
    },
    {
      "id": "methods",
      "kind": "rect",
      "label": "Methods",
      "detail": "GET POST",
      "x": 110,
      "y": 164,
      "w": 126,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "status",
      "kind": "rect",
      "label": "Status codes",
      "detail": "1xx-5xx",
      "x": 110,
      "y": 362,
      "w": 126,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "headers",
      "kind": "rect",
      "label": "Headers cookies",
      "detail": "metadata state",
      "x": 314,
      "y": 154,
      "w": 126,
      "h": 58,
      "tone": "teal"
    },
    {
      "id": "cache",
      "kind": "cylinder",
      "label": "Caching",
      "detail": "freshness",
      "x": 314,
      "y": 372,
      "w": 126,
      "h": 78,
      "tone": "purple"
    },
    {
      "id": "versions",
      "kind": "rect",
      "label": "Versions",
      "detail": "1.1 2 3",
      "x": 628,
      "y": 154,
      "w": 126,
      "h": 58,
      "tone": "red"
    },
    {
      "id": "https",
      "kind": "rect",
      "label": "HTTPS TLS",
      "detail": "security",
      "x": 628,
      "y": 372,
      "w": 126,
      "h": 58,
      "tone": "gray"
    },
    {
      "id": "api",
      "kind": "gateway",
      "label": "APIs proxies",
      "detail": "routing",
      "x": 770,
      "y": 258,
      "w": 126,
      "h": 78,
      "tone": "orange"
    }
  ],
  "connectors": [
    {
      "from": "methods",
      "to": "http",
      "label": "action",
      "flow": "main"
    },
    {
      "from": "status",
      "to": "http",
      "label": "result",
      "flow": "data"
    },
    {
      "from": "headers",
      "to": "http",
      "label": "metadata",
      "flow": "data"
    },
    {
      "from": "cache",
      "to": "http",
      "label": "reuse",
      "flow": "control"
    },
    {
      "from": "versions",
      "to": "http",
      "label": "evolve",
      "flow": "main"
    },
    {
      "from": "https",
      "to": "http",
      "label": "secure",
      "flow": "control"
    },
    {
      "from": "api",
      "to": "http",
      "label": "uses",
      "flow": "async"
    }
  ]
}
