grim/resticide

Add a bunch of stuff to the readme
develop tip
2016-07-09, Gary Kramlich
f8bc0c4813a9
Add a bunch of stuff to the readme
{
"name": "httpbin post form-data file",
"request": {
"path": "/post",
"method": "POST",
"form-data": {
"foo": {"filename": "banana_slap.wav"}
},
"response": {
"statuscode": 200,
"body": "not this"
}
}
}