{
  "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": 137.7,
        "request": {
          "method": "POST",
          "url": "https://api.example.com/v1/orders/o_20260807_0001/receipt",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Content-Type",
              "value": "multipart/form-data; boundary=----NovusSampleBoundary7MA4YWxkTrZu0gW"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 270,
          "bodySize": 342,
          "postData": {
            "mimeType": "multipart/form-data; boundary=----NovusSampleBoundary7MA4YWxkTrZu0gW",
            "params": [
              {
                "name": "receipt",
                "fileName": "receipt.txt",
                "contentType": "text/plain"
              },
              {
                "name": "orderId",
                "value": "o_20260807_0001"
              }
            ],
            "text": "------NovusSampleBoundary7MA4YWxkTrZu0gW\r\nContent-Disposition: form-data; name=\"receipt\"; filename=\"receipt.txt\"\r\nContent-Type: text/plain\r\n\r\nNovus Checkout SAMPLE receipt\r\nTotal: 38.97\r\n\r\n------NovusSampleBoundary7MA4YWxkTrZu0gW\r\nContent-Disposition: form-data; name=\"orderId\"\r\n\r\no_20260807_0001\r\n------NovusSampleBoundary7MA4YWxkTrZu0gW--\r\n"
          }
        },
        "response": {
          "status": 201,
          "statusText": "Created",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ],
          "content": {
            "size": 36,
            "mimeType": "application/json",
            "text": "{\"receiptId\": \"r_0001\", \"bytes\": 46}"
          },
          "redirectURL": "",
          "headersSize": 93,
          "bodySize": 36
        },
        "cache": {},
        "timings": {
          "blocked": 0.4,
          "dns": 0.0,
          "connect": 0.0,
          "send": 14.2,
          "wait": 121.0,
          "receive": 2.1
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "14503"
      }
    ]
  }
}
