Created
May 18, 2012 22:29
-
-
Save mbierman/2727905 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
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