case get(matcher) => { action }
get("/:slug(.:format)(/)") { if (params.get('slug).map(_.toLowerCase(ENGLISH)) == Some("index.json")) pass() } get("/(index(.:format))") { }