Skip to content

Instantly share code, notes, and snippets.

@u1i
Created August 11, 2017 04:01
Show Gist options
  • Save u1i/0f3a0eb8547049c0566cf9e3d7584e35 to your computer and use it in GitHub Desktop.
Save u1i/0f3a0eb8547049c0566cf9e3d7584e35 to your computer and use it in GitHub Desktop.
{
"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