Last active
August 21, 2018 11:02
-
-
Save Jxck/7ff6db8eab6b8c812a2f to your computer and use it in GitHub Desktop.
Revisions
-
Jxck revised this gist
Jul 14, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -49,7 +49,7 @@ "frame_payload": { "stream_dependency": null, "weight": null, "header_block_fragment": "HPACKED hex string", "pad_length": null, "exclusive": null, "padding": null @@ -67,9 +67,9 @@ ], "stream_identifier": 2, "frame_payload": { "data": "hex string of data", "pad_length": 6, "padding": "xxxxx" } } } -
Jxck revised this gist
Jul 14, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -41,7 +41,7 @@ "time": 339.1340000089258, "frame": { "length": 20, "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!" } } } ] }, -
Jxck revised this gist
Jul 14, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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!", -
Jxck created this gist
Jul 14, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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": [] } ] } }