Created
August 11, 2017 04:01
-
-
Save u1i/0f3a0eb8547049c0566cf9e3d7584e35 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
{ | |
"method": "POST", | |
"url": "http://mockbin.com/request", | |
"httpVersion": "HTTP/1.1", | |
"queryString": [ | |
{ "name": "tach", "value": "les" }, | |
{ "name": "adios", "value": "amigos" } | |
], | |
"headers": [ | |
{ "name": "Accept", "value": "application/json" }, | |
{ "name": "Content-Type", "value": "application/json" } | |
], | |
"cookies": [ | |
{ "name": "foo", "value": "bar" }, | |
{ "name": "bar", "value": "baz" } | |
], | |
"postData": { | |
"mimeType": "application/json", | |
"text": "{\"hello\": \"uli\"}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment