Skip to content

Instantly share code, notes, and snippets.

@Jxck
Last active August 21, 2018 11:02
Show Gist options
  • Select an option

  • Save Jxck/7ff6db8eab6b8c812a2f to your computer and use it in GitHub Desktop.

Select an option

Save Jxck/7ff6db8eab6b8c812a2f to your computer and use it in GitHub Desktop.

Revisions

  1. Jxck revised this gist Jul 14, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions example.com.h2.har.json
    Original file line number Diff line number Diff line change
    @@ -49,7 +49,7 @@
    "frame_payload": {
    "stream_dependency": null,
    "weight": null,
    "header_block_fragment": "this is dummy",
    "header_block_fragment": "HPACKED hex string",
    "pad_length": null,
    "exclusive": null,
    "padding": null
    @@ -67,9 +67,9 @@
    ],
    "stream_identifier": 2,
    "frame_payload": {
    "data": "Hello, world!",
    "data": "hex string of data",
    "pad_length": 6,
    "padding": "Howdy!"
    "padding": "xxxxx"
    }
    }
    }
  2. Jxck revised this gist Jul 14, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions example.com.h2.har.json
    Original file line number Diff line number Diff line change
    @@ -41,7 +41,7 @@
    "time": 339.1340000089258,
    "frame": {
    "length": 20,
    "type": "HEADERS"
    "type": "HEADERS",
    "flags": [
    "END_HEADER"
    ],
    @@ -54,7 +54,7 @@
    "exclusive": null,
    "padding": null
    }
    },
    }
    },
    {
    "startedDateTime": "2015-07-14T00:43:06.167Z",
    @@ -71,7 +71,7 @@
    "pad_length": 6,
    "padding": "Howdy!"
    }
    },
    }
    }
    ]
    },
  3. Jxck revised this gist Jul 14, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions example.com.h2.har.json
    Original file line number Diff line number Diff line change
    @@ -44,7 +44,7 @@
    "type": "HEADERS"
    "flags": [
    "END_HEADER"
    ]
    ],
    "stream_identifier": 1,
    "frame_payload": {
    "stream_dependency": null,
    @@ -64,7 +64,7 @@
    "type": "DATA",
    "flags": [
    "END_STREAM"
    ]
    ],
    "stream_identifier": 2,
    "frame_payload": {
    "data": "Hello, world!",
  4. Jxck created this gist Jul 14, 2015.
    84 changes: 84 additions & 0 deletions example.com.h2.har.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,84 @@
    {
    "log": {
    "version": "1.x",
    "creator": { },
    "pages": [
    {
    "startedDateTime": "2015-07-14T00:43:05.821Z",
    "id": "page_1",
    "title": "https://example.com/",
    "pageTimings": { }
    }
    ],
    "entries": [
    {
    "startedDateTime": "2015-07-14T00:43:05.821Z",
    "time": 288.5760000208393,
    "request": { },
    "response": { },
    "cache": {},
    "timings": { },
    "connection": "356418",
    "pageref": "page_1"
    },
    {
    "startedDateTime": "2015-07-14T00:43:06.167Z",
    "time": 339.1340000089258,
    "request": { },
    "response": { },
    "cache": {},
    "timings": { },
    "connection": "356418",
    "pageref": "page_1"
    }
    ],
    "connections": [
    {
    "connection_id": "356418",
    "frames": [
    {
    "startedDateTime": "2015-07-14T00:43:06.167Z",
    "time": 339.1340000089258,
    "frame": {
    "length": 20,
    "type": "HEADERS"
    "flags": [
    "END_HEADER"
    ]
    "stream_identifier": 1,
    "frame_payload": {
    "stream_dependency": null,
    "weight": null,
    "header_block_fragment": "this is dummy",
    "pad_length": null,
    "exclusive": null,
    "padding": null
    }
    },
    },
    {
    "startedDateTime": "2015-07-14T00:43:06.167Z",
    "time": 339.1340000089258,
    "frame": {
    "length": 20,
    "type": "DATA",
    "flags": [
    "END_STREAM"
    ]
    "stream_identifier": 2,
    "frame_payload": {
    "data": "Hello, world!",
    "pad_length": 6,
    "padding": "Howdy!"
    }
    },
    }
    ]
    },
    {
    "connection_id": "356419",
    "frames": []
    }
    ]
    }
    }