Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Last active October 21, 2020 07:03
Show Gist options
  • Save GaetanoPiazzolla/4e4d61f70ead6cb45b9b4f65822b69f0 to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/4e4d61f70ead6cb45b9b4f65822b69f0 to your computer and use it in GitHub Desktop.
HAR entry example
{
"request": {
"method": "GET",
"url": "http://www.softwareishard.com/blog/har-12-spec/",
"httpVersion": "HTTP/1.1",
"headers": [ ],
"cookies": [ ]
},
"response": {
"status": 200,
"statusText": "OK",
"httpVersion": "HTTP/1.1",
"headers": [ ],
"cookies": [ ],
"content": {
"size": 69556,
"mimeType": "text/html",
"text": "<html><div>A nice HTML page</div></html>"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment