Created
February 10, 2014 21:59
-
-
Save natbusa/8925098 to your computer and use it in GitHub Desktop.
This file contains 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 | |
< Server: spray-can/1.2-RC2 | |
< Date: Mon, 10 Feb 2014 19:36:43 GMT | |
< Content-Type: application/json; charset=UTF-8 | |
< Content-Length: 247 | |
< | |
{ | |
"main": { | |
"eggs": { | |
"num": 2 | |
}, | |
"bacon": { | |
"strips": 4 | |
} | |
}, | |
"side": { | |
"toast": { | |
"slices": 1 | |
} | |
}, | |
"drink": { | |
"juice": { | |
"glasses": 1 | |
}, | |
"coffee": { | |
"mugs": 2 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment