| [ | |
| { "method" : "put" | |
| , "path" : "/shared_error" | |
| , "status" : 201 | |
| , "response" : "{ \"ok\": true }" | |
| } | |
| , { "path" : "/" | |
| , "response" : "{\"ok\": true, \"version\": \"1.1.0\"}" | |
| } | |
| , { "method" : "delete" | |
| , "path" : "/say_wat_wat" | |
| , "status" : 404 | |
| , "response" : "{\"error\":\"not_found\",\"reason\":\"missing\"}" | |
| } | |
| , { "method" : "delete" | |
| , "path" : "/shared_error" | |
| , "response" : "{ \"ok\": true }" | |
| } | |
| ] |