Created
July 21, 2022 10:00
-
-
Save pimterry/076102da7c03f9e851a3b69613379934 to your computer and use it in GitHub Desktop.
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 characters
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "HTTP Toolkit", | |
"version": "16b657aaeff07eec548e31ccf2d5573154e287ba" | |
}, | |
"pages": [ | |
{ | |
"id": "Curl/7.68.0", | |
"title": "Curl/7.68.0", | |
"startedDateTime": "2022-07-21T11:27:03.285+02:00", | |
"pageTimings": {} | |
} | |
], | |
"entries": [ | |
{ | |
"pageref": "Curl/7.68.0", | |
"startedDateTime": "2022-07-21T11:27:03.285+02:00", | |
"time": 424.13357999996515, | |
"request": { | |
"method": "POST", | |
"url": "http://example.org/", | |
"httpVersion": "HTTP/1.1", | |
"cookies": [], | |
"headers": [ | |
{ | |
"name": "host", | |
"value": "example.org" | |
}, | |
{ | |
"name": "user-agent", | |
"value": "curl/7.68.0" | |
}, | |
{ | |
"name": "accept", | |
"value": "*/*" | |
}, | |
{ | |
"name": "proxy-connection", | |
"value": "Keep-Alive" | |
}, | |
{ | |
"name": "content-length", | |
"value": "4" | |
}, | |
{ | |
"name": "content-type", | |
"value": "application/x-www-form-urlencoded" | |
} | |
], | |
"queryString": [], | |
"headersSize": -1, | |
"bodySize": 4, | |
"postData": { | |
"mimeType": "application/x-www-form-urlencoded", | |
"params": [], | |
"text": "" | |
} | |
}, | |
"response": { | |
"status": 200, | |
"statusText": "OK", | |
"httpVersion": "HTTP/1.1", | |
"cookies": [], | |
"headers": [ | |
{ | |
"name": "accept-ranges", | |
"value": "bytes" | |
}, | |
{ | |
"name": "cache-control", | |
"value": "max-age=604800" | |
}, | |
{ | |
"name": "content-type", | |
"value": "text/html; charset=UTF-8" | |
}, | |
{ | |
"name": "date", | |
"value": "Thu, 21 Jul 2022 09:27:03 GMT" | |
}, | |
{ | |
"name": "etag", | |
"value": "\"3147526947\"" | |
}, | |
{ | |
"name": "expires", | |
"value": "Thu, 28 Jul 2022 09:27:03 GMT" | |
}, | |
{ | |
"name": "last-modified", | |
"value": "Thu, 17 Oct 2019 07:18:26 GMT" | |
}, | |
{ | |
"name": "server", | |
"value": "EOS (vny/0451)" | |
}, | |
{ | |
"name": "content-length", | |
"value": "1256" | |
} | |
], | |
"content": { | |
"mimeType": "text/html; charset=UTF-8", | |
"size": 1256, | |
"text": "<!doctype html>\n<html>\n<head>\n <title>Example Domain</title>\n\n <meta charset=\"utf-8\" />\n <meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n <style type=\"text/css\">\n body {\n background-color: #f0f0f2;\n margin: 0;\n padding: 0;\n font-family: -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n \n }\n div {\n width: 600px;\n margin: 5em auto;\n padding: 2em;\n background-color: #fdfdff;\n border-radius: 0.5em;\n box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);\n }\n a:link, a:visited {\n color: #38488f;\n text-decoration: none;\n }\n @media (max-width: 700px) {\n div {\n margin: 0 auto;\n width: auto;\n }\n }\n </style> \n</head>\n\n<body>\n<div>\n <h1>Example Domain</h1>\n <p>This domain is for use in illustrative examples in documents. You may use this\n domain in literature without prior coordination or asking for permission.</p>\n <p><a href=\"https://www.iana.org/domains/example\">More information...</a></p>\n</div>\n</body>\n</html>\n" | |
}, | |
"redirectURL": "", | |
"headersSize": -1, | |
"bodySize": 1256 | |
}, | |
"cache": {}, | |
"timings": { | |
"blocked": -1, | |
"dns": -1, | |
"connect": -1, | |
"ssl": -1, | |
"send": 2.0800969999982044, | |
"wait": 419.1258950000047, | |
"receive": 2.9275879999622703 | |
} | |
} | |
], | |
"_tlsErrors": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment