blob: cf612d5f4736aa938cb379a1480ebc7e7a71aa7f [file] [log] [blame]
[
{ "method" : "put"
, "path" : "/shared_headers"
, "status" : 201
, "response" : "{ \"ok\": true }"
}
, { "method" : "put"
, "path" : "/shared_headers/new/att"
, "body" : "Hello"
, "status" : 201
, "response" : "{\"ok\":true,\"id\":\"new\",\"rev\":\"1-5142a2\"}"
}
, { "path" : "/shared_headers/new"
, "status" : 304
, "response" : ""
, "reqheaders" : {
"If-None-Match": "\"1-5142a2\""
}
}
, { "path" : "/shared_headers/new/att"
, "status" : 200
, "response" : "\"Hello\""
}
, { "method" : "delete"
, "path" : "/shared_headers"
, "status" : 200
, "response" : "{ \"ok\": true }"
}
]