[
  {
    "method": "GET",
    "path": "/cookie/:id",
    "handler": "cookie.findOne"
  },
  {
    "method": "GET",
    "path": "/cookies",
    "handler": "cookie.find"
  }
]
