Skip to content

Instantly share code, notes, and snippets.

@ismaelc
Created April 16, 2015 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismaelc/0e4a2d6e362cfe8807f7 to your computer and use it in GitHub Desktop.
Save ismaelc/0e4a2d6e362cfe8807f7 to your computer and use it in GitHub Desktop.
{
"method": "POST",
"url": "http://mockbin.com/request",
"httpVersion": "HTTP/1.1",
"queryString": [{
"name": "foo",
"value": "bar"
}, {
"name": "foo",
"value": "baz"
}],
"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": "{",
"foo": "",
"bar": "}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment