Last active
February 23, 2016 09:48
-
-
Save Kevin-Bronsdijk/4194452e89eddc9bd388 to your computer and use it in GitHub Desktop.
Debugging-HTTP-Actions
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
{ | |
"uri": "http://www.microsoft.com", | |
"method": "GET" | |
} |
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
{ | |
"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