Skip to content

Instantly share code, notes, and snippets.

@joerussbowman
Created December 28, 2009 17:43
Show Gist options
  • Save joerussbowman/264799 to your computer and use it in GitHub Desktop.
Save joerussbowman/264799 to your computer and use it in GitHub Desktop.
[
{
"uri": "/mydb/mycollection/",
"method": "POST",
"headers": {
"Content-Type": "application/x-www-form-urlencoded",
"Content-Length": "123"
},
"body": "v=SOME JSON ENCODED STRING WITH VALUE _id = 1"
},
{
"uri": "/mydb/mycollection/",
"method": "GET",
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment