Skip to content

Instantly share code, notes, and snippets.

@Kevin-Bronsdijk
Last active February 23, 2016 09:48
Show Gist options
  • Save Kevin-Bronsdijk/4194452e89eddc9bd388 to your computer and use it in GitHub Desktop.
Save Kevin-Bronsdijk/4194452e89eddc9bd388 to your computer and use it in GitHub Desktop.
Debugging-HTTP-Actions
{
"uri": "http://www.microsoft.com",
"method": "GET"
}
{
"statusCode": 200,
"headers": {
"connection": "keep-alive",
"accept-Ranges": "bytes",
"date": "Tue, 23 Feb 2016 07:23:10 GMT",
"eTag": "\"6082151bd56ea922e1357f5896a90d0a:1425454794\"",
"server": "Apache"
},
"body": "<html><head><title>Microsoft Corporation.........</body></html>\r\n"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment