Skip to content

Instantly share code, notes, and snippets.

@mbierman
Created May 18, 2012 22:29
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 mbierman/2727905 to your computer and use it in GitHub Desktop.
Save mbierman/2727905 to your computer and use it in GitHub Desktop.
HTTP/1.1 200 OK
Date:
Thu, 17 May 2012 00:53:35 GMT
Content-Length:
565
Set-Cookie:
rememberMe=deleteMe; Path=/; Max-Age=0; Expires=Wed, 16-May-2012 00:53:36 GMT
Content-Type:
application/json
Connection:
close
Server:
Apache-Coyote/1.1
{
"action": "post",
"application": "5af333d7-6c65-11e1-8b9e-1231381a0091",
"params": {
"moo": [
"cow"
],
"foo": [
"bar"
]
},
"path": "/bins",
"uri": "https://usergrid-prod-api.elasticbeanstalk.com/5af333d7-6c65-11e1-8b9e-1231381a0091/bins",
"entities": [
{
"uuid": "bc18549b-9fba-11e1-8b99-1231381c404f",
"type": "bin",
"created": 1337216016627,
"modified": 1337216016627,
"metadata": {
"path": "/bins/bc18549b-9fba-11e1-8b99-1231381c404f"
}
}
],
"timestamp": 1337216016601,
"duration": 50
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment