Skip to content

Commit

Permalink
Added contract for OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Graham committed Apr 15, 2016
1 parent add510c commit d1473e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hard-coded/options/option-request-to-pair-url.contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"request" : {
"method" : "OPTIONS",
"path" : "/kv/pair/weight"
},
"response" : {
"status" : 200,
"allow" : "OPTIONS,GET,HEAD,POST,PUT,DELETE"
}
}

0 comments on commit d1473e4

Please sign in to comment.