{
  "log": {
    "version": "1.2",
    "creator": {
      "name": "Novus Examples HAR writer",
      "version": "1.2",
      "comment": "HAR 1.2 - de-facto format from an abandoned W3C editorial draft (2012); never published as a W3C Recommendation"
    },
    "browser": {
      "name": "Sample Browser",
      "version": "126.0"
    },
    "pages": [
      {
        "startedDateTime": "2026-08-07T09:14:22.031Z",
        "id": "page_1",
        "title": "https://www.example.com/cart",
        "pageTimings": {
          "onContentLoad": 214.5,
          "onLoad": 388.9
        }
      }
    ],
    "entries": [
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.031Z",
        "time": 88.0,
        "request": {
          "method": "GET",
          "url": "https://www.example.com/cart",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "www.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            }
          ],
          "queryString": [],
          "headersSize": 121,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "text/html"
            },
            {
              "name": "Server",
              "value": "example-edge/1.4"
            },
            {
              "name": "Cache-Control",
              "value": "no-store"
            }
          ],
          "content": {
            "size": 67,
            "mimeType": "text/html",
            "text": "<!doctype html><title>Cart</title><link rel=stylesheet href=/a.css>"
          },
          "redirectURL": "",
          "headersSize": 137,
          "bodySize": 67
        },
        "cache": {},
        "timings": {
          "blocked": 0.4,
          "dns": 1.6,
          "connect": 18.2,
          "send": 0.3,
          "wait": 62.4,
          "receive": 5.1,
          "ssl": 12.0
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.121Z",
        "time": 21.0,
        "request": {
          "method": "GET",
          "url": "https://cdn.example.net/a.css",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "cdn.example.net"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            }
          ],
          "queryString": [],
          "headersSize": 121,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "text/css"
            },
            {
              "name": "Cache-Control",
              "value": "public, max-age=31536000"
            }
          ],
          "content": {
            "size": 36,
            "mimeType": "text/css",
            "text": "body{font-family:system-ui;margin:0}"
          },
          "redirectURL": "",
          "headersSize": 126,
          "bodySize": 36
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.2,
          "wait": 18.4,
          "receive": 2.2
        },
        "serverIPAddress": "203.0.113.24",
        "connection": "14504"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.143Z",
        "time": 33.9,
        "request": {
          "method": "GET",
          "url": "https://cdn.example.net/app.js",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "cdn.example.net"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            }
          ],
          "queryString": [],
          "headersSize": 121,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "text/javascript"
            },
            {
              "name": "Cache-Control",
              "value": "public, max-age=604800"
            }
          ],
          "content": {
            "size": 41,
            "mimeType": "text/javascript",
            "text": "export const cart=()=>fetch('/api/cart');"
          },
          "redirectURL": "",
          "headersSize": 131,
          "bodySize": 41
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.2,
          "wait": 24.9,
          "receive": 8.6
        },
        "serverIPAddress": "203.0.113.24",
        "connection": "14504"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.181Z",
        "time": 14.8,
        "request": {
          "method": "GET",
          "url": "https://cdn.example.net/logo.png",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "cdn.example.net"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            }
          ],
          "queryString": [],
          "headersSize": 121,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "image/png"
            }
          ],
          "content": {
            "size": 0,
            "mimeType": "image/png",
            "encoding": "base64",
            "text": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg=="
          },
          "redirectURL": "",
          "headersSize": 86,
          "bodySize": 0
        },
        "cache": {},
        "timings": {
          "blocked": 0.1,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.1,
          "wait": 11.2,
          "receive": 3.4
        },
        "serverIPAddress": "203.0.113.24",
        "connection": "14504"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.241Z",
        "time": 11.4,
        "request": {
          "method": "GET",
          "url": "https://www.example.com/favicon.ico",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "www.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            }
          ],
          "queryString": [],
          "headersSize": 121,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "image/x-icon"
            }
          ],
          "content": {
            "size": 0,
            "mimeType": "image/x-icon"
          },
          "redirectURL": "",
          "headersSize": 89,
          "bodySize": 0
        },
        "cache": {},
        "timings": {
          "blocked": 0.3,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.2,
          "wait": 9.8,
          "receive": 1.1
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      }
    ]
  }
}
