diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html index c51c6fa7..1a012b4d 100644 --- a/advanced/composing_routers.html +++ b/advanced/composing_routers.html @@ -1072,7 +1072,7 @@ diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html index 136d6513..2eadbc03 100644 --- a/advanced/configuring_routers.html +++ b/advanced/configuring_routers.html @@ -778,7 +778,7 @@ diff --git a/advanced/dev_workflow.html b/advanced/dev_workflow.html index 766d0a8e..ca4ab59a 100644 --- a/advanced/dev_workflow.html +++ b/advanced/dev_workflow.html @@ -837,7 +837,7 @@ diff --git a/advanced/different_routers.html b/advanced/different_routers.html index 575478b4..1e7a9695 100644 --- a/advanced/different_routers.html +++ b/advanced/different_routers.html @@ -781,7 +781,7 @@ diff --git a/advanced/route_validation.html b/advanced/route_validation.html index 2d42ded6..fffea9ad 100644 --- a/advanced/route_validation.html +++ b/advanced/route_validation.html @@ -873,7 +873,7 @@ diff --git a/advanced/shared_routes.html b/advanced/shared_routes.html index 13674e47..4016e8f0 100644 --- a/advanced/shared_routes.html +++ b/advanced/shared_routes.html @@ -793,7 +793,7 @@ diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html index 029a2d4e..e1932d61 100644 --- a/basics/name_based_routing.html +++ b/basics/name_based_routing.html @@ -796,7 +796,7 @@ diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html index a5e14162..4eb9e6bb 100644 --- a/basics/path_based_routing.html +++ b/basics/path_based_routing.html @@ -754,7 +754,7 @@ diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html index 4abfbe88..f2d14358 100644 --- a/basics/route_conflicts.html +++ b/basics/route_conflicts.html @@ -797,7 +797,7 @@ diff --git a/basics/route_data.html b/basics/route_data.html index 8fe465fd..e323565f 100644 --- a/basics/route_data.html +++ b/basics/route_data.html @@ -795,7 +795,7 @@ diff --git a/basics/route_data_validation.html b/basics/route_data_validation.html index 0bf05d51..f445a577 100644 --- a/basics/route_data_validation.html +++ b/basics/route_data_validation.html @@ -847,7 +847,7 @@ diff --git a/basics/route_syntax.html b/basics/route_syntax.html index b42bf8e2..d7fe611d 100644 --- a/basics/route_syntax.html +++ b/basics/route_syntax.html @@ -738,6 +738,9 @@ ; ["/add-user" {:post {:interceptors [add-user]}}] ; ["/add-order" {:post {:interceptors [add-order]}}])] +

Encoding

+

Reitit does not apply any encoding to your paths. If you need that, you must encode them yourself. +E.g., /foo bar should be /foo%20bar.

@@ -781,7 +784,7 @@ diff --git a/basics/router.html b/basics/router.html index cb66065e..5bce2368 100644 --- a/basics/router.html +++ b/basics/router.html @@ -764,7 +764,7 @@ diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html index 6f713151..edefa7ea 100644 --- a/coercion/clojure_spec_coercion.html +++ b/coercion/clojure_spec_coercion.html @@ -770,7 +770,7 @@ diff --git a/coercion/coercion.html b/coercion/coercion.html index 7da99236..eaa86943 100644 --- a/coercion/coercion.html +++ b/coercion/coercion.html @@ -861,7 +861,7 @@ diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html index 9be45756..28ca84ed 100644 --- a/coercion/data_spec_coercion.html +++ b/coercion/data_spec_coercion.html @@ -760,7 +760,7 @@ diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html index 22d1b2dd..7f6c2764 100644 --- a/coercion/schema_coercion.html +++ b/coercion/schema_coercion.html @@ -761,7 +761,7 @@ diff --git a/development.html b/development.html index 9630da71..5b4c330f 100644 --- a/development.html +++ b/development.html @@ -751,7 +751,7 @@ lein test diff --git a/faq.html b/faq.html index b8ca5854..a33ddafd 100644 --- a/faq.html +++ b/faq.html @@ -829,7 +829,7 @@ diff --git a/frontend/basics.html b/frontend/basics.html index eaa81350..27ef2e33 100644 --- a/frontend/basics.html +++ b/frontend/basics.html @@ -739,7 +739,7 @@ React breaking due to errors). diff --git a/frontend/browser.html b/frontend/browser.html index 142a0228..bdf2ca93 100644 --- a/frontend/browser.html +++ b/frontend/browser.html @@ -743,7 +743,7 @@ router instance and passes the instance to all calls.

diff --git a/frontend/controllers.html b/frontend/controllers.html index 7b81b23c..35c96bd1 100644 --- a/frontend/controllers.html +++ b/frontend/controllers.html @@ -756,7 +756,7 @@ missing resources.

diff --git a/http/interceptors.html b/http/interceptors.html index e8bc544e..53bd67bb 100644 --- a/http/interceptors.html +++ b/http/interceptors.html @@ -744,7 +744,7 @@ diff --git a/index.html b/index.html index 3e3cdcd5..7541c466 100644 --- a/index.html +++ b/index.html @@ -869,7 +869,7 @@ diff --git a/performance.html b/performance.html index cf816ec0..86c9a89b 100644 --- a/performance.html +++ b/performance.html @@ -808,7 +808,7 @@ diff --git a/ring/coercion.html b/ring/coercion.html index eb7161a6..4b6d4ca2 100644 --- a/ring/coercion.html +++ b/ring/coercion.html @@ -862,7 +862,7 @@ diff --git a/ring/compiling_middleware.html b/ring/compiling_middleware.html index f4064f5d..e30c6480 100644 --- a/ring/compiling_middleware.html +++ b/ring/compiling_middleware.html @@ -789,7 +789,7 @@ diff --git a/ring/data_driven_middleware.html b/ring/data_driven_middleware.html index 0e94b772..fa1901fe 100644 --- a/ring/data_driven_middleware.html +++ b/ring/data_driven_middleware.html @@ -817,7 +817,7 @@ diff --git a/ring/default_handler.html b/ring/default_handler.html index 1ab235d1..578221e7 100644 --- a/ring/default_handler.html +++ b/ring/default_handler.html @@ -795,7 +795,7 @@ diff --git a/ring/default_middleware.html b/ring/default_middleware.html index bd8866a2..6c368c8e 100644 --- a/ring/default_middleware.html +++ b/ring/default_middleware.html @@ -940,7 +940,7 @@ Server: Jetty(9.2.21.v20170120) diff --git a/ring/dynamic_extensions.html b/ring/dynamic_extensions.html index f65f76b7..4c0704cc 100644 --- a/ring/dynamic_extensions.html +++ b/ring/dynamic_extensions.html @@ -764,7 +764,7 @@ diff --git a/ring/middleware_registry.html b/ring/middleware_registry.html index 9e4191ce..c76010d4 100644 --- a/ring/middleware_registry.html +++ b/ring/middleware_registry.html @@ -775,7 +775,7 @@ diff --git a/ring/reverse_routing.html b/ring/reverse_routing.html index b3d50d02..102f6a4d 100644 --- a/ring/reverse_routing.html +++ b/ring/reverse_routing.html @@ -760,7 +760,7 @@ diff --git a/ring/ring.html b/ring/ring.html index cf6b0b2d..86295d20 100644 --- a/ring/ring.html +++ b/ring/ring.html @@ -820,7 +820,7 @@ diff --git a/ring/route_data_validation.html b/ring/route_data_validation.html index a52e46bc..0c86d791 100644 --- a/ring/route_data_validation.html +++ b/ring/route_data_validation.html @@ -972,7 +972,7 @@ diff --git a/ring/static.html b/ring/static.html index b92b1c18..c5eeaed5 100644 --- a/ring/static.html +++ b/ring/static.html @@ -796,7 +796,7 @@ diff --git a/ring/swagger.html b/ring/swagger.html index 97be44bd..ef631b31 100644 --- a/ring/swagger.html +++ b/ring/swagger.html @@ -1004,7 +1004,7 @@ diff --git a/ring/transforming_middleware_chain.html b/ring/transforming_middleware_chain.html index 7d2a490d..0a37bbdc 100644 --- a/ring/transforming_middleware_chain.html +++ b/ring/transforming_middleware_chain.html @@ -752,7 +752,7 @@ diff --git a/search_index.json b/search_index.json index 7ae16be1..eca3abf7 100644 --- a/search_index.json +++ b/search_index.json @@ -1 +1 @@ -{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["\"/api/admin/users\"})","\"/api/ipa\")","\"/api/orders/1\")","\"/api/orders/1\"}","\"/api/orders/2\"}","\"/api/orders/:id\"","\"/api/orders/:id\",","\"/api/ping\"","\"/api/ping\")","\"/api/ping\"}","\"0.2.1\"]","\"1\"}","\"ok\",","\"ok\"})","#match{:templ","#methods{...}","#object[user$handler]}","#partialmatch{:templ","#reitit","#{:id}}","&","'())","'[reitit.cor","'[reitit.r","(","(:api","(app","(clojure.spec),","(def","(defn","(fn","(fnil","(handler","(r/match","(r/partial","(r/router","(requir","(ring/get","(ring/r","(ring/rout","(schema","(updat","(wip)","200,","2})","2},","::ipa)","::order","::ping)","::ping))","::ping]","::ping}","::ping}]",":a",":admin]]}",":admin}",":api]]",":api]]}",":bodi",":data",":get",":get,",":handler",":middlewar",":name",":path",":post",":put,",":request",":requir",":result",":uri",":user/ord",":wrap",";",";;",">","[\"/admin\"","[\"/api\"","[\"/api/orders/:id\"","[\"/ping\"","[\"/users\"","[[\"/api/ping\"","[[#object[user$wrap]","[[wrap","[_]","[handler","[metosin/reitit","[request]","add","apidoc","app","base","bi","browser","bundl","bundled:","class","clojure(script).","clojure.spec","clojure.spec)","clojurian","coercion","common","compilation,","conflict","conj","core","data","direct","discuss","driven","dynam","exampl","extend","extens","fast","first","frontend","functions,","handler","handler}]]])))","help.","helper","http","id","id)","id))","id)))","id]","id]]))","id}","id},","integr","interceptor","introduct","latest","match?","method","method.","middlewar","middleware,","modular","modules:","more.","name","nil","nil,","optionally,","param","paramet","part","path","pedest","pluggabl","r])","reitit","request)","requir","resolut","revers","ring","ring])","rout","router","router)","routing:","schema","separately:","sieppari","simpl","slack","spec","style","support","swagger","swagger2","syntax","tool","true","ui","ui.","version","wrap","{:get","{:handler","{:id","{:middlewar","{:name","{:request","{:statu","{}"],"basics/route_syntax.html":["\"/\"","'add","'get","(*path).","(:id)","([\"/get","(condp","(cqr","(defn","(for","(name","(non","(str","::admin]","::admin}]","::db]]","::db]}","::db}]","::ping]","::ping]]","::ping}]]","::pong}]]",":command",":get",":let",":name",":post)]]",":queri",";","=","[\"\"","[\"/add","[\"/admin\"","[\"/api\"","[\"/api/:version/ping\"]]","[\"/api/admin/db\"","[\"/api/ping\"","[\"/db\"","[\"/ping\"","[\"/ping\"]","[\"/pong\"","[\"/pong\"]]","[\"/public/*path\"]","[::admin],","[::admin]}","[::api","[:command","[[\"/api/admin\"","[[\"/ping\"","[[\"/ping\"]","[[\"/users/:us","[[:queri","[[type","[actions]","[add","[get","[interceptor]}}])])","[path","action","argument","arguments:","catch","child","cqr","creat","data,","defin","easi","exampl","flattened:","gener","id\"]","ignored.","interceptor))","interceptor]","it'","list","method","nest","nil","option","order\"","order]])","order]}}])]","paramet","parameter:","parameters:","path","programmatically:","rout","route:","routes.","routes:","same","sequential)","simpl","string","syntax","two","type","user\"","user]","user]}}]","vector","wrap","{:get","{:interceptor","{:middlewar","{:name","{:post","{method"],"basics/router.html":["'[reitit.cor","(def","(defprotocol","(match","(option","(r/rout","(r/router","(requir","(rout","(router","(via","::ping]","::user]]))",":a",":mix",":user/ping}]",":user/user}]]",";","[\"/api\"","[\"/api/user/:id\"","[\"/ping\"","[\"/user/:id\"","[[\"/api/ping\"","[thi","[this])","actual","argument","behind","coerc","compil","conflict","creat","created,","data","done:","expand","flatten","follow","function,","implement","instanc","map.","name","name]","need","option","params]))","path","path])","protocol)","protocol.","protocol:","r])","raw","reitit.core/expand","reitit.core/rout","resolv","rout","router","router)","router:","routing,","satisfi","scene","select","step","take","tree","tree:","{:name"],"basics/path_based_routing.html":["\"/api/user/1\"","\"/api/user/1\")","\"/api/user/:id\"","\"/hello\")","\"1\"}}","#match{:templ","'[reitit.cor","(def","(onli","(r/match","(r/router","(requir","::ping]","::user]]))",":a",":data",":path",":result",":user/user}",";","[\"/api\"","[\"/ping\"","[\"/user/:id\"","argument","base","done","exact","following:","function.","given","information:","match","match,","matched,","miss","nil","nil,","nil:","on","param","paramet","partialmatch,","path","provid","r])","reitit.core/match","return","revers","rout","router","router:","routing)","take","us","{:id","{:name"],"basics/name_based_routing.html":["\"/api/ping\"","\"/api/ping\"}","\"/api/user/1\"","\"/api/user/1?iso=m%c3%b6ly\"","\"/api/user/:id\"","\"/api/user/:id\",","\"1\"})","\"1\"}}","\"möly\"}))","#match{:templ","#partialmatch{:templ","#{:id}","#{:id}}","'[reitit.cor","(","(current","(def","(r/match","(r/partial","(r/rout","(r/router","(requir","(reverse)","/api/user/:id:","1})","::kikka)","::ping)","::ping]","::user","::user)","::user))","::user]]))",":a",":data",":name",":path",":requir",":result",":user/ping}",":user/user]",":user/user}",":user/user},",";",">",">path",">path))",">path:","[\"/api\"","[\"/ping\"","[\"/user/:id\"","[:user/p","automat","base","booleans,","coerc","data","defined,","except","exceptioninfo","given","help","internal)","keyword","list","map","match","match?","miss","name","name!","name.","names:","nil","nil,","nil:","numbers,","objects:","option","param","paramet","parameters:","partialmatch","path","path,","protocol","provid","queri","r])","reitit.core/match","reitit.impl/intostring.","return","returned:","rout","route:","router","router)","router:","set,","strings,","support","take","throw","too:","true","turn","version:","{:id","{:iso","{:name","{}"],"basics/route_data.html":["\"/ping\"","\"/ping\")","\"/ping\"}","\"index.html\")])","#(slurp","#match{:templ","#{:admin}","#{:admin}}","#{:db","'[reitit.cor","(def","(expand","(extend","(java.io.file.","(r/expand","(r/match","(r/rout","(r/router","(requir","(via","::db]","::ping)","::ping]","::users]","::users}",":a",":append,",":coerc",":compil",":data",":displac",":expand",":handler",":name",":path",":prepend,",":replac",":result",":role",":user/ping}",":user/ping}]",";","[\"/\"","[\"/admin\"","[\"/api\"","[\"/api/admin/db\"","[\"/api/admin/users\"","[\"/db\"","[\"/ping\"","[\"/pong\"","[\"/users\"","[::api","[::api]","[::api]}","[::db]","[[\"/api/ping\"","[[\"/ping\"","[file","^:replac","accumul","adapt","add","admin}}]]","admin}}]]]))","applic","architectur","argument","argument:","attach","avail","back","behavior","both","case","client","clojure.spec","colect","components.","core","creation","data","data.","data:","default","default,","defin","differ","direct","enabl","exampl","expand","expans","featur","file)","format","function","function,","hook","hook)","hooks.","identity]","identity]}","identity}}]]","identity}}]]))","implement","interpret","java.io.fil","keys.","keyword","leaf","map","match","match.","merge.","meta","naiv","name","nest","new","nil","nil]","non","on","option","options)))","options.","options]","overridden","param","path","principl","protocol.","provid","r/expand","r])","raw","recurs","recursive.","reitit.","reitit.core/expand","resolv","retriev","return","root","rout","router","router)","see","sequenti","support","target","them.","time.","total","toward","tree:","trees,","type","us","valid","via","{:get","{:handler","{:interceptor","{:name","{:role","{}"],"basics/route_data_validation.html":["\"/api\"","\"/api\",","\"clojure.core$identity@15b59b0e\"],","\"clojure.core$identity@15b59b0e\"]}","\"clojure.core$identity@15b59b0e\"]},","\"clojure.core$identity@15b59b0e\"]}}})},","\"clojure.spec.alpha$merge_spec_impl$reify__2124@7461744b\"],","\"identity\"","\"identity\",","\"identity\"},","\"identity\"}]","\"identity\"}])","\"identity\"}}})},","#:clojure.spec.alpha{:problem","#object[clojure.core$ident","#object[clojure.spec.alpha$merge_spec_impl$reify__2124","#object[reitit.core$...]","#{:admin","#{:adminz}}","#{:adminz}},","#{:adminz}}]","#{:adminz}}}})},","#{})","#{}))","%","'[clojure.spec.alpha","'[expound.alpha","'[reitit.cor","'[reitit.spec","(#reitit.spec.problem{:path","()","(clojure.core/contains?","(clojure.core/fn","(clojure.spec.alpha/col","(clojure.spec.alpha/key","(coll","(default","(r/router","(requir","(s/coll","(s/def","(s/key","(s/merg","({:path","+","...","...,","0]}),","0x15b59b0e","0x7461744b","1","2","::role","::rs/default","::rs/explain",":a",":adminz,",":coerc",":compil",":data",":in",":into",":manager}",":manager})",":manager},",":opt",":pred",":problem",":reitit.spec/default",":reitit.spec/handl",":reitit.spec/handler])",":reitit.spec/handler],",":req",":role",":scope",":spec",":user/rol",":user/role:",":user/role],",":user/roles)),",":user/roles:",":val",":valid",":valu",":via",";","=>","[\"/api\"","[%]","[::roles])","[:handler]","[:handler],","[:handler]}),","[:reitit.spec/default","[:reitit.spec/nam","[:user/rol","[:user/roles],","[],","[]}),","^^^^^^^","`:admin`,`:manager`","`:user/roles`","accident","ad","anything,","app","appli","ariti","at:","author","below","better","case","clojure.core/fn?,","clojure.lang.exceptioninfo:","clojure.spec","clojure.spec.alpha/explain","compiled.","compilerexcept","compiling:","compiling:(/users/tommi/projects/metosin/reitit/test/cljc/reitit/spec_test.cljc:151:1)","contain","custom","data","data)","data,","data:","descript","detect","e/expound","e])","easi","effect","error","errors.","exampl","except","exist","expect","explain","explicitli","expound","fail","fast","fast,","first","fn?","follow","found.","fulli","function","go","helper","hinder","hook","ident","identity}]","implicitli","in:","instead","invalid","it'","key","key:","main","name.","namespac","nil,","note:","of:","on","on:","opt","options:","part","place.","predicate:","pretti","print","problem.","problems.","qualifi","r])","read","reitit.cor","reitit.spec","relev","requir","rout","router","rs/valid","rs])","run","s])","same","side","sight","spec","spec!","spec!})","spec:","str","str)","successfuli","throw","tree","turn","un","us","val:","valid","valu","verifi","way.","whole","without","wrong.","{::rs/explain","{:handler","{:problem","{:spec","{:valid","|"],"basics/route_conflicts.html":["#object[reitit.core$linear_router$reify]","'[reitit.cor","(def","(fn","(legaci","(println","(r/path","(r/router","(requir","/:user","/:version/statu","/admin/p","/bulk/:bulk","/ping","/public/*path","::admin]","::ping]","::ping]])",":a",":conflict",";",";:reitit.core/p",";compilerexcept","=>",">","[\"/:user","[\"/:version/status\"]])","[\"/admin\"","[\"/admin/ping\"","[\"/bulk/:bulk","[\"/public/*path\"]","[[\"/ping\"","[[\"/ping\"]","[conflicts]","allow","api)","automatically.","both","case","cases,","check","clojure.lang.exceptioninfo:","compilerexcept","conflict","conflict,","conflicts)))})","conflicts:","contain","creat","default,","defaults:","descript","disabl","ex","fast","id","id\"]","id/ord","id/orders\"]","ignor","info","log","message.","name","names.","names:","nil})","on","option.","overrid","path","paths:","r])","reitit.core/router,","resolut","resolution.","rout","router","routes)","str","thrown","via","way","{:conflict"],"coercion/coercion.html":["\"/:company/users/:us","\"/metosin/users/123\")","\"/metosin/users/123\"))","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"/metosin/users/ikitommi\"))","\"123\"},","\"ikitommi\"))}}","\"metosin\",","#coercionerror{:schema","#match{:templ","#object[reitit.coercion$request_coercer$]},","'[reitit.coercion","'[reitit.coercion.schema])","'[reitit.cor","'[schema.cor","(:reitit.coercion/request","(and","(assoc","(coercion/coerce!","(core.clj:4739)","(def","(defn","(done","(if","(integer?","(match","(not","(r/match","(r/router","(requir","(with","123}}","::user",":a",":body,",":coercion",":data",":error",":form,",":header",":paramet",":parameters.",":path",":path.",":query,",":result",":user",":user/us",";","=>",">","[\"/:company/users/:us","[match","[path]","actual","ad","again:","against","another.","any},","appli","applied.","apply.","attach","back.","base","befor","better","blown","both","catch","clojure.core/ex","clojure.spec","coerc","coerce!","coercer","coercers.","coercers}))","coercion","coercion)","coercion,","coercion.","coercion/compil","coercion])","compil","creation","data","data.","default,","defin","defined).","defined,","depend","differ","do","done","done.","done:","effect","enabl","enough","error:","exampl","exceptioninfo","explain","explicit","failed...","failed:","fails,","follow","format","full","function","helper","here'","hold","http","id","id\"","id\",","implement","implementation.","info","int,","interceptor","int}}},","inventoried.","java.lang.string,","key","key.","level,","magical.","make","manual","match","match))))","match:","middleware,","modules:","much","multipl","need","nil,","non","normal","now","on","once,","param","paramet","parameters:","paremet","pars","part.","path","path)]","perform","plumat","process","protocol","r","r])","reitit","reitit,","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coerce!","reitit.coercion/coercion","reitit.coercion/compil","request","responses)","ring","rout","router","router,","router.","routing.","rule","s/int}}}]","s/int}}}]))","s/str","s])","schema","schema:","scope","see","separ","ship","singl","spec","step","steps.","strings:","success","syntax","thing","this:","thrown,","time),","transform","two","type","under","us","via","view","view,","view]))","view},","why?","wildcard","within","yield","{:compani","{:compil","{:name","{:path","{:user"],"coercion/schema_coercion.html":["\"/:company/users/:us","\"/metosin/users/123\")","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"123\"},","\"metosin\",","#match{:templ","#object[reitit.coercion$request_coercer$]},","'[reitit.coercion","'[reitit.coercion.schema])","'[reitit.cor","'[schema.cor","(assoc","(coercion/coerce!","(def","(defn","(if","(match","(r/match","(r/router","(requir","123}}","::user",":a",":coercion",":data",":paramet",":path",":result",":user",":user/us",";","=>",">","[\"/:company/users/:us","[match","[path]","clojure(script)","coerce!","coercers}))","coercion","coercion/compil","coercion:","coercion])","data","declar","descript","exceptioninfo","fail","failed...","id","id\"","id\",","int}}},","java.lang.string,","librari","match","match))))","param","path","path)]","plumat","r])","reitit.coercion.schema/coercion","request","router","s/int}}}]","s/str","s])","schema","success","validation.","view","view,","{:compani","{:compil","{:name","{:path"],"coercion/clojure_spec_coercion.html":["\"/:company/users/:us","\"/metosin/users/123\")","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"123\"},","\"metosin\",","#match{:templ","#object[reitit.coercion$request_coercer$]},","'[clojure.spec.alpha","'[reitit.coercion","'[reitit.coercion.spec])","'[reitit.cor","'[spec","(assoc","(coercion/coerce!","(def","(defn","(if","(match","(r/match","(r/router","(requir","(s/def","(s/key","123}}","2116","2251","::compani","::path","::user",":a",":coercion",":data",":paramet",":path",":req",":result",":user",":user/us",";",";;","=>",">","[\"/:company/users/:us","[::compani","[match","[path]","add","alpha","base","chang","clj","clojure.spec","clojure.spec,","clojure.spec.alpha/conform,","coerce!","coercers}))","coercion","coercion.","coercion/compil","coercion:","coercion])","concid","data","data,","destructur","doesn't","elegantly.","exampl","exceptioninfo","fail","failed...","gener","help","id","id\"","id\",","id]))","internal,","it'","it,","itself","later.","leaf","lean","librari","match","match))))","need","now,","param","params}},","params}}]","path","path)]","primitives!","r])","record","reitit","reitit.coercion.spec/coercion","remov","request","router","s])","solv","spec","spec.","spec/int?)","spec/string?)","spec])","specifi","structur","success","support","tool","tools.spec","un","us","valid","view","view,","warn","working.","wrap","{:compani","{:compil","{:name","{:path"],"coercion/data_spec_coercion.html":["\"/:company/users/:us","\"/metosin/users/123\")","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"123\"},","\"metosin\",","#match{:templ","#object[reitit.coercion$request_coercer$]},","'[reitit.coercion","'[reitit.coercion.spec])","'[reitit.cor","(assoc","(coercion/coerce!","(def","(defn","(if","(match","(r/match","(r/router","(requir","123}}","::user",":a",":coercion",":data",":paramet",":path",":result",":user",":user/us",";","=>",">","[\"/:company/users/:us","[match","[path]","alternative,","bonus,","box.","clojure.specs.","coerce!","coercers}))","coercion","coercion/compil","coercion:","coercion])","conform","data","defin","exceptioninfo","fail","failed...","free","id","id\"","id\",","int?}}},","int?}}}]","macro","match","match))))","out","param","path","path)]","r])","reitit.coercion.spec/coercion","request","router","runtim","spec","string?","string?,","success","support","syntax","transform","via","view","view,","{:compani","{:compil","{:name","{:path"],"ring/ring.html":["\"/api/admin/db\"})","\"/api/ping\"})","\"/favicon.ico\"})","\"/ping\"","\"/ping\"})","\"0.2.1\"]","\"ok\"}","\"ok\"})","#endpoint{:data","#methods{:ani","#object[...],","#object[...]}","#object[...]},","%","&","'[reitit.r","(","(app","(conj","(def","(defn","(fn","(fnil","(handler","(reitit/match","(reitit/routes))","(requir","(ring/get","(ring/r","(ring/rout","(updat","2","200,","3","::acc","::ping","::ping)",":a",":admin",":admin]]}",":api)]}",":bodi",":db",":db]]",":delet",":delete,",":delete]]",":get",":get,",":handler",":handler)})",":handler]}",":head,",":middlewar",":options,",":patch,",":path)",":post",":put,",":put.",":request",":uri",";",";;",">","[\"/admin\"","[\"/api\"","[\"/db\"","[\"/ping\"","[#(wrap","[::acc]}]","[:api","[[\"/ping\"","[[wrap","[])","[]}}]]","[_]","[handler","[metosin/reitit","[request]","[{:key","abstract","acc","ad","add","allow","api,","app","app:","appli","applic","applications,","args*]","argument","ariti","async","base","both","built","chain","clojur","clojurescript,","compil","compiler,","compon","conj","construct","correctly:","creat","custom","data","defined.","detail","driven","element","ensur","exampl","expand","following:","found.","frameworks.","function","function.","handl","handler","handler:","handler]","handler])))","handlers,","handler}])))","handler}}]]])))","http","id))))","id]","inspir","it'","key,","keys:","keyword","level","librari","look","lookup","map","matches,","method","method.","methods.","middlewar","middleware:","modular","name","name,","nest","nil","node.j","normal","note","optim","out","provid","python'","rack.","record","registri","reitit.ring/r","reitit.ring/rout","request","respons","results:","resut","revers","ring","ring])","rout","router","router)","router.","routing:","ruby'","servers,","share","show","simpl","simple,","structur","submap.","support","third","too.","top","under","unifi","us","valu","varieti","vector","vector.","web","work","wrap","wsgi","{:handler","{:middlewar","{:name","{:request","{:statu"],"ring/reverse_routing.html":["\"/users\"})","\"/users/0?iso=m%c3%b6ly\"}","\"/users/1?iso=m%c3%b6ly\"}","\"/users/2?iso=m%c3%b6ly\"}","\"/users/3?iso=m%c3%b6ly\"}","\"/users/4?iso=m%c3%b6ly\"}","\"/users/5?iso=m%c3%b6ly\"}","\"/users/6?iso=m%c3%b6ly\"}","\"/users/7?iso=m%c3%b6ly\"}","\"/users/8?iso=m%c3%b6ly\"}","\"/users/9?iso=m%c3%b6ly\"})}","\"möly\"}))})})}]","\"user...\"})}]])))","'[reitit.cor","'[reitit.r","(","(a","(app","(constantli","(def","(fn","(for","(r/match","(rang","(requir","(ring/r","(ring/rout","({:uri","10)]","200","200,","::r/match)","::r/router","::user",":a",":bodi",":get",":get,",":uri",";",";;",">",">path",">path,","[\"/users/:id\"","[::r/router]}]","[[\"/users\"","[i","[{:key","app","avail","below","both","convert","endpoints.","exampl","extra","handler","handler:","inject","i})","map","match","method","middlewar","name","on","option","param","paramet","path,","queri","r/match","r])","reitit.ring/r","request","revers","ring","ring])","rout","router","take","that,","too.","us","{:get","{:id","{:iso","{:name","{:request","{:statu","{:uri"],"ring/default_handler.html":["\"\"}","\"\"})","\"\"})))","\"/\"})","\"/invalid\"})","\"/ping\"})","\"/pong\"})","\"kosh\"}","\"kosh\"})","\"kosh\"})})))","'[reitit.r","(app","(constantli","(def","(defn","(handler","(no","(requir","(ring/creat","(ring/r","(ring/rout","200,","404,","405,","406,",":a",":bodi",":get,",":method",":not",":post,",":uri",";","[\"/ping\"","[\"/pong\"","[[\"/ping\"","[_]","accept","allow","app","argument","correct","custom","default","default,","defaults:","differenti","error","found","handler","handler)))","handler:","handler])","handler])))","handler}]","http","match,","matched)","matched),","method","more","nil","nil).","nil)]])","respons","responses,","responses:","return","returned,","ring","ring/creat","ring:","ring])","rout","second","set","used.","valid","{:get","{:not","{:request","{:statu","{:uri"],"ring/static.html":["\"/\"})","\"/*\",","\"/assets/*\".","\"pong\"})]","\"pong\"})])","\"public\"","'[reitit.r","(clojur","(constantli","(requir","(ring/creat","(ring/r","(ring/rout","200,",":",":a",":bodi",":cache,",":etag,",":gzip",":index",":last",":loader",":paramet",":path",":root","[\"/*\"","[\"/assets/*\"","[\"/ping\"","[\"index.html\"]","[[\"/ping\"","actual","be","better","class","classpath.","clojurescript","compos","configur","conflict","default","descript","directory,","disabl","e.g.","extern","file","files.","good","handler","handler))","handler)))","handler)]]","handler)]])","handler.","index","intern","key","keyword","loader","locat","look","map","matched.","modified?,","mount","multipl","name","need","nil)})","non","none","on","only)","option","outsid","parameter,","path","paths,","reitit.ring/cr","resolution:","resolv","resourc","return","ring","ring])","root,","rout","router.","routes,","serv","served.","static","support","system","take","thing","to.","todo","two","unnam","us","vector","way","way,","wildcard","work","{:conflict","{:path","{:statu"],"ring/dynamic_extensions.html":["\"/api/admin/ping\",","\"/api/admin/ping\"})","\"/api/ping\"})","\"forbidden\"}","\"ok\"}","\"ok\"}))","#{:admin}}","#{:admin}})","'[clojure.set","'[reitit.r","(and","(app","(constantli","(def","(defn","(effect","(fn","(handler","(if","(let","(not","(requir","(ring/get","(ring/r","(ring/rout","(seq","(set/subset?","(some","200,","403,","::role","::roles)]",":a",":bodi",":data",":get,",":uri",";",">","[\"/admin\"","[\"/ping\"","[::roles]","[[\"/api\"","[handler]","[requir","[wrap","[{:key","access","ad","anonym","app","author","base","better.","build","compil","data","driven","dynam","enforc","exampl","extens","extract","guard","handler","handler]","handler]]]]","hoc","inject","match","match)","match.","method","middlewar","mount","much","nice,","public","reitit.ring/get","request","request)))))","request}]","requir","required)","ring","ring])","role","roles)))","roles:","roles]}})))","rout","route:","router","routes):","routes.","runtim","see","set])","system.","us","user","via","wrap","{::role","{:data","{:middlewar","{:request","{:statu"],"ring/data_driven_middleware.html":["\"/api/ping\"})","\"middlewar","#{:session}","#{:user}","&","'[reitit.middlewar","'[reitit.r","(app","(conj","(def","(defn","(fn","(fnil","(handler","(middleware/cr","(of","(optional)","(requir","(ring/r","(ring/rout","(updat","1]","2","200,","2]]}","3","3]]","::acc","::wrap2","::wrap3",":a",":bodi",":compil",":descript",":get,",":handler",":handler)})",":handler]}",":middlewar",":name",":provides.",":requir",":spec",":uri",":wrap",";","=>","[\"/api\"","[\"/ping\"","[1","[::acc]}]","[[wrap","[[wrap3","[])","[handler","[request]","[wrap2","[{:key","acc","access","actual","against","againt","allowed.","api","app","appli","arbitrari","arg","authorizationmiddlewar","avail","chain","chain,","class","clojure.spec","compil","compilation.","compos","composit","conj","correctly:","creat","data","data,","data:","debug","default,","defin","definit","depend","descript","details.","doc","downsid","driven","duct","e.g.","easi","enabl","endpoint","entri","etc.","expand","first","follow","form","function","function,","function.","functions,","futur","good","handler","handler}}]])))","hard.","id))))","id]","idea","ident","injectuserintorequestmiddlewar","inventories,","issu","it'","key","keys,","keyword","level","make","map","merg","method","middlewar","middleware)","middleware.","middleware])","mount","name","new","normal","opaqu","optim","order.","penalty.","performance.","processing,","produc","protocol.","provid","purpose:","qualifi","raw","record","reitit","reitit.middleware/intomiddlewar","reitit.middleware/middlewar","rel","request","request.","requir","resolut","respons","response.","results,","ring","ring])","rout","router","router.","runtim","see","set","special","style","support","thing","things.\"","thu","top","transform","type","understand","unwrap","us","valid","valu","vector","welcom","wrap","wrap2","wrap3","wrap})","wrap}))","wrong","yield","zero","{:get","{:middlewar","{:name","{:request","{:statu"],"ring/transforming_middleware_chain.html":["\"/api/ping\"})","#(interleav","%","(actually,","(app","(def","(repeat","(ring/r","(ring/rout","1","1]","2","200,","2]]}","3","3]]",":bodi",":debug",":debug]))})))",":get,",":handler",":handler]}",":reitit.middleware/transform",":uri",";","[\"/api\"","[\"/ping\"","[1","[3","[[wrap","[[wrap3","[wrap","[wrap2","ad","app","between","chain","compil","debug","endpoint.","extra","get","handler","handler}}]]","method","middlewar","middleware.","new","option","per","return","revers","reverse)})))","ring","router","router):","transform","underli","vector","{::middleware/transform","{:get","{:middlewar","{:request","{:statu"],"ring/middleware_registry.html":["\"/api/bonus\"})","\"goto","\"look","'[reitit.middlewar","'[reitit.r","(all","(app","(def","(defn","(e.g.","(fn","(fnil","(handler","(requir","(ring/r","(ring/rout","(updat","+","0)","10]}})))","200,","20]]}","30}}",":a",":bodi",":bonu",":bonus10",":descript",":get",":get,",":id",":middlewar",":reitit.middleware/registri",":uri",";",";avail",";compilerexcept",";|","=>","[\"/api\"","[\"/bonus\"","[:bonu","[:bonus10]","[[:bonu","[bonus]}]","[handler","[request]","[{:key","app","applic","bad","bonu","bonus}})))","bonus}})}]]","clojure.lang.exceptioninfo:","common","complex","configur","contain","creation","data","databases.","default","defin","definition\"","descript","doesn't","duct","easi","edn","enabl","error","evalu","exampl","expected:","extern","extra","fail","fast","file","files.","format","found","good","handler","handlers)","help","id","indirection,","intomiddleware.","isn't","it'","itself)","keep","key","keyword","keywords.","liter","look","make","map","message.","method","middlewar","middleware:","middleware])","more","options.","persist","prefil","referenc","registri","registry,","registry.","registry:","registry?","reitit","reitit.ring_test$wrap_bonus@59fddabb","remov","request","ring","ring.","ring])","rout","router","source\".","store","support","syntax","thing","todo","under","us","value))))","value]","work","wrap","{::middleware/registri","{:bonu","{:middlewar","{:request","{:statu","|"],"ring/default_middleware.html":["\"/fail\"","\"/fail\"})","\"/fail\"}}","\"0.2.1\"]","\"default\"","\"default\")","\"error\"","\"error\")","\"exception\"","\"exception\")","\"fail\"","\"fail\")))]","\"forc","\"java.lang.exception\"}}","\"kukka\"})}}]]","\"negoti","\"sql","\"text/xml\"}","\"total\":","#'app","&","'[reitit.coercion.spec","'[reitit.r","'[reitit.ring.coercion","'[reitit.ring.middleware.except","'[reitit.ring.middleware.multipart","'[reitit.ring.middleware.muuntaja","'[ring.adapter.jetti","(+","(.getclass","(:uri","(app","(def","(default","(defn","(deriv","(ex","(exception.","(exception/cr","(fn","(handler","(jetty/run","(json,","(merg","(no","(partial","(pr","(println","(requir","(ring/r","(ring/rout","(throw","1)","11","16:59:54","16:59:58","2)","20","200","2018","22","3","3)","3000,","4)","5)","500","500,","8",":3000/math",":3000/xml","::default","::error","::except","::exception)","::exception/default","::exception/wrap","::failue})))]","::failur","::horror",":a",":bodi",":body}",":class",":coercion",":consum",":data",":except",":get,",":handler",":header",":join?",":middlewar",":multipart]",":muuntaja",":muuntaja/request",":muuntaja/respons",":paramet",":parameters}]",":produc",":reitit.ring/response,",":respons",":type",":uri",":user/failue}",":y",";",";;",";{:statu","=>",">","[\"/fail\"","[\"/xml\"","[:paramet","[[\"/math\"","[_]","[except","[exception/except","[handler","[messag","[metosin/reitit","[muuntaja/format","[x","[{{{:key","accept","accept,","action:","actual","alreadi","ancestor","api","app","application/json;","ariti","aug","automat","automatically.","available:","base","better","bodi","cases,","catch","catches:","charset","charset=utf","child","class","class.","clojure.lang.exceptioninfo","coercion","common","compojur","configur","configuration.","contain","content","creat","custom","data","data.","data:","date:","decod","default","default).","defin","definit","descript","doesn't","driven","e","easier","edn,","emit","emit'","encod","encoding.","error","ex","exampl","except","exception\")","exception)","exception/cr","exception/default","exception/except","exception])","exist.","expect","explicit","false})","follow","gener","gmt","handl","handler","handler).","handler.","handlers.","handling.","header","headers.","hierarchi","http","http/1.1","httpie:","https://github.com/metosin/reitit/blob/master/examples/r","idenfi","idenfitifi","identifi","identifier.","info","instance,","int?,","int?}}","int?}}}","invok","it'","java.sql.sqlexcept","jetti","jetty(9.2.21.v20170120)","jetty])","key","keyword","kukka","length:","lift","lookup","m/instanc","manag","mani","map","mathc","messag","method","middlewar","middleware,","middleware.","middleware]}})))","mount","multipart","multipart/cr","multipart/multipart","multipart])","muuntaja","muuntaja.core/muuntaja","muuntaja/format","muuntaja])","negoti","negotiation,","noth","ok","option","options.","order:","overrid","param","performance.","polish","post","preconfigur","prefer","print","publish","rcs/coercion","rcs])","reitit","request","request)))","request))})))","request)}})","request.","request]","respons","response\"","result","return","ring","ring,","ring])","rout","route.","rrc/coerc","rrc])","safe","see","select","server:","set","set.","singl","special","sqlexcept","stack","str","super","swagger","swagger/src/example/server.clj.","take","test","text/xml","thown/rais","trace","transit)\"","type","type\"","type:","us","version","via","wed,","wrap","wrapper","x","x:=1","xml","y)}})}}]","y:=2","y]}","yield","{","{\"content","{200","{:bodi","{:data","{:get","{:messag","{:middlewar","{:muuntaja","{:port","{:post","{:request","{:statu","{:summari","{:total","{:type","{:x","{;;","}"],"ring/coercion.html":["\"(constrain","\"(not","\"/api/ping\"})","\"/api/plus/3\"","\"1\"}","\"abba\"}","\"abba\"},","\"any\"","\"any\"},","\"int\",","\"pong\"}","\"pong\"})}]","'[reitit.coercion.schema])","'[reitit.cor","'[reitit.r","'[reitit.ring.coercion","'[schema.cor","'positiveint))","(","(+","(:query,","(app","(def","(fn","(integer?","(let","(mapv","(positiveint","(r/match","(requir","(ring/get","(ring/r","(ring/rout","(s/constrain","10}})","200","200,","2}})","400,","500,","6))\"},","6},","6}}","::mw/coerc","::ping","::ping)","::plu","::plus)",":a",":bodi",":body,",":body.",":body]}}",":coercion",":error",":form,",":get",":get,",":handler",":header",":in",":middlewar",":name)))",":paramet",":path",":path)",":post",":queri",":query,",":reitit.coercion/request",":reitit.coercion/respons",":respons",":responses.",":result",":schema,",":type",":uri",":valu",":x)",":y)",":z))]",";",">",">>","[\"/api\"","[\"/ping\"","[\"/plus/:z\"","[::mw/coerc","[:request","[:respons","[]","[_]","[parameters]}]","[rrc/coerc","[total","[{:key","\\\"abba\\\"))\"},","access","actual","againt","also,","and/or","anything,","app","app)","appli","apply.","attach","basic","below","both","chain","clojure.spec","code","coerc","coerced.","coercer","coercion","coercion,","coercion.","compil","construct","data","data.","defin","defined,","defined.","defined:","detail","doesn't","done:","enabl","endpoint","exampl","except","explain","follow","full","guide.","handler","handler/middlewar","here'","implement","input","int","invalid","inventoried.","it'","itself","key","key.","method","middlewar","middleware:","middleware]}})))","models.","modules:","mount","multipl","name","need","normal","optim","param","paramet","params]}}","plu","pluggabl","plumat","pos?","positiveint","positiveint)\"},","positiveint}}}","pretti","protocol","queri","r])","read","reitit","reitit,","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coercion","reitit.ring.coercion:","request","request.","request:","respons","response:","response]","ring","ring,","ring])","rout","route.","router","router,","routes:","rrc/coerc","rrc])","rule","s/int","s/int}","s/int}}","s])","schema","schema.","schema:","scope","ship","singl","spec","step","success","thing","total}}))})","total}}))}}]]","transform","type","under","us","valid","within","without","{\"x\"","{200","{:bodi","{:coercion","{:data","{:i","{:middlewar","{:name","{:queri","{:request","{:schema","{:statu","{:total","{:x","{:z"],"ring/route_data_validation.html":["\"/api/internal/users\"})","\"forbidden\"}","\"ok\"}","\"ok\"})","#{:admin","#{:admin}}}]]","#{:admin}}}]]]","#{:manager}","#{:manager}}","#{:public","#{}))","'[clojure.set","'[clojure.spec.alpha","'[expound.alpha","'[reitit.r","'[reitit.ring.spec","'[reitit.spec","(","(:get,","(and","(app","(def","(defn","(fn","(handler","(if","(let","(not","(println","(requir","(ring/get","(ring/r","(ring/rout","(s/coll","(s/def","(s/key","(seq","(set/subset?","(some","200,","403,","::role","::roles)]","::rs/explain","::zone",":a",":bodi",":data",":delet",":get",":intern",":internal}",":internal})",":into",":manager})",":middlewar",":post",":public",":public}",":req",":spec",":uri",":valid",":wrap",":zone",":zone)]",";",";;",">","[\"/api\"","[\"/api/internal/users\"","[\"/internal\"","[\"/ping\"","[\"/public\"","[\"/users\"","[::roles]","[::zone])","[[\"/api/public/ping\"","[_]","[handler]","[request]","[requir","[zone","[{:key","abil","about.","ad","alway","app","around","behavior","cleanli","clojure.spec","common","contribut","core","creation:","data","data:","defin","design,","differences:","dynam","e/expound","e])","effect","endpoint","endpoints.","enforc","etc.)","even","exampl","explicit","extens","fail","fast","feature,","few","fix","flatten","fulli","good:","handler","handler}","handler}]","handler}]]","handler}}]]]","harder","have","here","ignor","implicit","instead","invalid:","key","key.","keyset.","let'","match)","merg","method","mid","middlewar","middleware]}","miss","on:","option","path","power","powerful.","present","present:","problem:","push","qualifi","reason","reitit.ring.spec/valid","reitit.spec/valid","request","request)))))","request))))})","request}]","requir","required)","reus","reuse)","ring","ring])","role","roles)))","roles]","roles]}","roles]}]","roles]}]]","rout","router","router,","routes:","rrs/valid","rrs])","rs])","s/key","s])","separ","set])","silent","simpl","spec","spec!","specs.","str})))","support","turn","un","us","valid","validation,","via","work","wrap","zone","zone)","{:data","{:get","{:handler","{:middlewar","{:name","{:request","{:statu","{:valid","{:zone"],"ring/compiling_middleware.html":["\"middlewar","#(respond","%))","%))))","'[reitit.spec","(","(:request","([request","([request]","(and","(coerc","(coercion/coerc","(coercion/respons","(compiled)","(def","(defn","(fn","(handler","(if","(let","(records,","(requir","(respons","(ring/get","50%","::coerc","::rs/respons",":a",":coercion",":coercion)",":compil",":compile.",":data",":opts)]",":respons",":responses)",":result",":spec",":wrap.","=>",">","?intomiddleware.","[coercer","[coercion","[handler]","[method","[respons","[{:key","`reitit.coercion/coercion`","access","actual","approaches,","below","better.","but,","closur","code,","coerc","coercer","coercion","coercion.","compil","creation","data","data,","decid","defin","demonstr","done","dynam","easi","easier","enabl","enforc","etc.)","everyth","exact","expect","extend","extens","extract","fast","faster","faster.","function","handler","inform","instead","it'","it?","itself","key","know","less","link","local","lookup","match","method","middlewar","middleware/interceptor","mount","mount.\"","much","nil.","normal","nothing.\"","opt","optim","opts)]","opts]","otherwis","pass","pluggabl","processing.","provid","raise))))))","raise)))))))})","raise]","read","reason","reasoning:","record","relev","request","request)","request)))","request.","requir","respond","respons","response))","response)))","responses)","responses]}","return","ring","role","rout","router","rs])","runtim","shape","spec","system.","time","time.","to,","transform","two","type","us","validation.","via","want,","way","wrap","written","yield","{:name"],"ring/swagger.html":["\"/\"","\"/\"})","\"/\"})))","\"/api/pong\"","\"/one","\"/one/ping\"","\"/one/swagger.json\"}","\"/swagger.json\"","\"/swagger.json\"})","\"/two/deep/ping\")","\"/two/ping\"","\"/two/ping\")","\"/two/swagger.json\"}","\"0.2.1\"]","\"2.0\"","\"download","\"image/png\"}","\"mi","\"ping\"})}]","\"ping\"})}])","\"plu","\"pong\"})}]]","\"reitit.png\"))})}}]]","\"server","\"swagger","\"upload","#'app","#{::one","#{:reitit.swagger/default}","&","'[reitit.r","'[reitit.swagg","(","(\"/common/ping\"","(+","(:requir","(:tags,","(app","(constantli","(def","(defn","(fn","(io/input","(io/resourc","(jetty/run","(keyword","(n","(println","(requir","(ring/creat","(ring/r","(ring/rout","(swagger","(swagger/cr","...","/examples/r","/swagger.json","0..n","2","200","200,","3","3000\"))","3000,","4",":","::one","::one}}","::two","::two}}","::two}}}",":a",":bodi",":body}",":config",":descript",":get",":get,",":handler",":header",":id",":id].",":join?",":middlewar",":multipart}",":muuntaja",":no",":paramet",":parameters}]",":path",":post",":produces,",":query}",":respons",":root",":summari",":summary)",":swagger",":tag",":uri",":url",":x",":y",";",";;",";{:statu",">","[\"/deep\"","[\"/download\"","[\"/files\"","[\"/math\"","[\"/one","[\"/one\"","[\"/ping\"","[\"/plus\"","[\"/pong\"","[\"/swagger.json\"","[\"/two\"","[\"/upload\"","[\"files\"]}}","[\"image/png\"]}","[\"math\"]}}","[:swagger","[;;","[[\"/api\"","[[\"/common\"","[[\"/swagger.json\"","[]","[_]","[clojure.java.io","[file]}","[metosin/reitit","[muuntaja.cor","[reitit.coercion.spec]","[reitit.r","[reitit.ring.coercion","[reitit.ring.middleware.except","[reitit.ring.middleware.multipart","[reitit.ring.middleware.muuntaja","[reitit.swagg","[ring.adapter.jetti","[ring.middleware.param","[x","[{{{:key","accept","act","actual","annot","api","api\"}}","apis.","app","application.","apply.","argument","bodi","boolean","both","classpath.","clojur","clojure.","clojure.spec","clojurescript","coerc","coercion","coercion/coerc","coercion]","collect","complet","configur","content","contribut","correctli","creat","currently,","custom","data","data,","data.","decod","default","defin","definitions,","descript","doc","docs:","document","documentation,","each","easili","easy,","enabl","encod","endpoint","endpoint,","endpoint.","etc.","exampl","example.serv","except","exception/except","exception]","exceptions,","exclud","extract","false})","feature,","file","file\"","file}})}}]","follow","form","format","formatter.","gener","hander","handl","handler","handler))))","handler)}}]","handler)}}])","handler)}}]])","handler.","host","http://localhost:3000","http://spec.commonmark.org/","id","identifi","index","input","int?,","int?}}","int?}}}","integr","interact","interceptor","interceptor.","interfac","io]))","is.","it'","jetti","jetty]","key","keys)","keys.","keyword","keywords)","keywords.","long","m/instanc","m]","macchiato","make","map","method","middlewar","middleware]}})","miss","modul","module.","more","mount","multipart","multipart/multipart","multipart/temp","multipart]","multipl","muuntaja/format","muuntaja]","name","need","negoti","negotiation,","new","normal","note:","now","on.","option","options:","outsid","page,","param","paramet","parameter,","parameters\"","params/wrap","params]","part","particip","part}}","part}}}","pass","path","ping","port","post","pr!","pre","process","project","queri","reitit","reitit.coercion.spec/coercion","reitit.swagg","reitit.swagger.swagg","reitit.swagger/cr","render","request","resourc","responess,","respons","return","ring","ring]","ring])","root,","rout","route,","route]","route]]","route]])))","router.","router:","rule","run","same","schema","scope","see","separ","sequenc","serv","set","short","simpl","spec","spec,","spec:","specif","specification,","specification.","specification:","start","store","stream","string","summari","support","swagger","swagger.","swagger2","swagger]","swagger])","swaggger","tag","take","thank","thing","time","to.","todo","tool","tools.","true","turn","two","two\"","two/swagger.json\"}","type\"","ui","ui\"","ui,","ui.","ui/creat","ui:","ui]","ui])","under","unnam","us","user","valid","valu","version","via","visual","webjar","welcom","whole","wildcard","with:","within","work","wrap","x","y)}})}","y)}})}}]]]","y]}","{\"/api/ping\"","{\"content","{200","{:bodi","{:coercion","{:data","{:file","{:get","{:id","{:info","{:multipart","{:no","{:path","{:port","{:post","{:produc","{:queri","{:request","{:statu","{:summari","{:swagger","{:tag","{:titl","{:total","{:x","{}}","{}}}}}"],"frontend/basics.html":["(to","basic","break","coerc","coercer","compil","console.warn","core","default","due","error","errors).","few","frontend","function","functions:","https://github.com/metosin/reitit/tree/master/examples/frontend","includ","instead","javascript,","log","match","name","name!","option","param","parameters.","pars","path","prevent","provid","queri","react","reitit.frontend","router","string,","throw","uri","us","version","wrap"],"frontend/browser.html":["#.","(index.html).","(reitit.frontend.easy)","alway","api","api:","browser","calls.","chang","check","correct","current","downsid","easi","entri","exampl","example.","file","follow","fragment","fragment,","frontend","function","handler","histori","history.","html5","i.e.","includ","instanc","integr","integrations.","know","leav","look","make","manag","mean","modifi","never","normal,","part","pass","previou","provid","push","reitit","replac","request","requir","respond","return","ring","rout","route,","router","server","server.","simpl","somewher","state","store","two","uri","url","us","without","wrapper"],"frontend/controllers.html":["(also","(e.g.","(mayb","(wip)","altern","alway","api","appli","applic","authent","automat","bad","befor","both","call","check","code","code,","control","current","data","describ","disabl","done","done).","done,","done.","easi","enabl","enter","even","event","frame","graphql","handler).","https://github.com/metosin/reitit/tree/master/examples/frontend","implement","isn't","left.","load","logic","manual","match","miss","navig","need","per","possibl","prevent","query)","re","rememb","request","requir","resourc","resources,","resources.","rout","route,","router","run","server.","similar","solut","start","state","statu","to:","tri","unauthent","until","updat","us","user","way","yet."],"http/interceptors.html":["\"0.2.1\"]","(of","(wip)",":executor",":interceptor",":middleware,","[metosin/reitit","alpha","altern","at:","basic","both","build","chains.","code","compar","consid","current","default","differences:","entri","exampl","execut","executor","extra","handl","handler.","http","https://github.com/metosin/reitit/tree/master/examples/http","https://github.com/metosin/reitit/tree/master/examples/pedest","implement","instead","interceptor","interceptor,","key","level","librari","mandatori","map","middleware.","modul","module.","option","package.","pedest","pedestal.","poitn","progress","provid","quality.","reitit","reitit.http/http","reitit.http/rout","reitit.interceptor","reitit.interceptor/executor)","ring","rout","router","see","shipped,","sieppari","statu","style","support","take","top","type","us","work","wrap"],"advanced/configuring_routers.html":["#{route}}","()","(data)","(default",":coerc",":compil",":conflict",":data",":expand",":path",":rout",":router",":spec",":valid","=>","[])","actual","arg","avail","base","clojure.spec","coerc","compil","configur","conflict","conflicts!)","data","data,","definit","descript","effect","expand","follow","function","handl","handler","implement","initi","key","nil","opt","option","options.","overrid","path","reitit.core/expand)","reitit.core/router:","reitit.core/throw","reitit.spec","resolv","result","return","rout","route,","router","see","side","throw","us","valid","via","{rout","{})"],"advanced/composing_routers.html":["\"/\"","\"/\"))]","\"/avaruus\"","\"/avaruus\"}]","\"/beers/lager\")","\"/beers/sahti\")","\"/beers/saison\")","\"/dynamic\"","\"/dynamic/duo\"","\"/dynamic/duo\")","\"/gin/napue\")","\"/kerran/*\"","\"/kerran/avaruus\"}","\"/olipa/*\"","\"/olipa/iso/kala\"}","\"/olipa/kerran/avaruus\")","\"/olipa/kerran/avaruus\"}","\"/olipa/kerran/iso/kala\")","\"/vodka/russian\")","\"avaruus\"}","\"beer\"","\"bock\"])","\"duo\"","\"kerran/avaruus\"}","\"kerran/iso/kala\"}","\"sahti\"","#object[...]","#object[...]}","#object[reitit.core$lookup_router]}","#object[reitit.core$mixed_router]}","#object[user$reify__24359]}]]","#reitit.core.match{:templ","'[clojure.str","'[compojure.cor","'[reitit.cor","(","(:templat","(add","(app","(appli","(atom","(comp","(con","(constantli","(context","(creat","(def","(defn","(deref","(for","(if","(into","(keyword","(let","(list","(map","(mapv","(merg","(name","(nested)","(r/match","(r/option","(r/rout","(r/router","(rand","(recurs","(reifi","(request","(requir","(reset","(reset!","(some","(str","(str/last","(sub","(swap!","+","/:this/should/:fail","/baz/:id/:subid","/beers/sahti","/beers/saison","/ciders/weston","/dynamic/duo","/gin/napu","/saison","100)))]))))","12000n","20000n","23ns.","40n","440n","600n","::bar]]))","::baz]]))","::fail]])","::foo]","::route1])","::route2])","::route3])))",":a",":avaruus]",":avaruus}",":beer",":beer/bock}]",":beer/lager}]",":beer/sahti}]",":ciders]",":ciders}]",":coerc",":compil",":conflict",":data",":data))))",":duo",":duo)))",":duo55]",":duo71]",":dynam",":dynamic,",":expand",":get})",":ihminen]])}]])}]]))",":kerran",":lager]",":lager]])))",":makkara]",":name",":napue]",":napue}]",":olipa",":olut]",":path",":ping]",":refer",":request",":result",":router",":router)]",":saison]",":saison]])",":user/bar}]",":user/bar}]]",":user/baz}]]",":user/foo}]",":user/route1}]",":user/route2}]",":user/route3}]]",";",";#match{:templ",";[#reitit.core.match{:templ",";[:beer/sahti]",";[[\"/foo\"",";[[\"/gin/napue\"",";[[\"/route1\"",";compilerexcept",";{:lookup",">",">>","@router","@router)","[\"/bar/:id\"","[\"/baz/:id/:subid\"","[\"/beers\"","[\"/beers/*\"","[\"/beers/bock\"","[\"/beers/lager\"","[\"/beers/sahti\"","[\"/ciders/*\"","[\"/duo\"","[\"/dynamic/*\"","[\"/ihminen\"","[\"/kerran/*\"","[\"/makkara\"","[\"/olipa/*\"","[\"/route1\"","[\"/route2\"","[\"/route3\"","[\"lager\"","[&","[(str","[:beer","[:dynam","[:napue]","[:olipa","[[\"/:this/should/:fail\"","[[\"/avaruus\"","[[\"/baz/:id/:subid\"","[[\"/foo\"","[[\"/gin/napue\"","[[\"/lager\"","[[\"/olut\"","[[\"/ping\"","[[\"/saison\"","[]","[_]","[beer","[beers]","[context])","[match","[router","[submatch","[subpath","[subrout","above,","achiev","ad","add","against","ahead","allow","and/or","anyth","app","applied,","approach","around","atom:","avoided.","background,","beer","beer)","beer)])]","beers)))","beers:","beers]","below","benchmark","better","both","can't","cases,","cases.","catch","chains.","chang","changed.","changed:","choise.","clojure.lang.exceptioninfo:","clojure.lang.ideref","compar","compil","compojur","compojure.","compojure:","compos","conflict","constant","contain","core","correctly?","cost.","creat","created,","creation","data","data,","data:","database.","deepli","didn't","disabled,","doesn't","don't","driven","dynam","each","effect","embed","entri","exampl","expected:","expos","extra","faster.","faster?","first,","fulli","function","gave","generation,","have","helper","here'","hook","immut","immutat","implement","includ","index","insert","instead","int","interceptor","invalid","it'","it:","key","key,","key.","let'","level","level,","lookup","lookups:","magnitud","make","match","match)","match))))","match,","matches:","mathces.","mayb","merg","method","middlewar","modifi","more","much","multipl","name","need","nest","nester","nesting/composition.","new","nil","nil)))","non","normal","not...","now","ns","on","onc","one:","ones,","option","option.","options.","options:","order","origin","over","param","parameter.","path","path)","path)]","path.","path:","path]","paths:","perform","performance.","previou","protocol","queri","quick","r/option","r/options.","r/rout","r])","re","recreat","recurs","recursive,","refer","references:","reitit","reitit.core/merg","request.","request:","reset","resolution:","resolv","return","ring","root","rout","route.","route:","router","router!","router)","router)))","router,","router2","router2)","router:","routers))","routers))))","routers,","routers.","routers:","routers?","routers]","router}]","router}]]))","routes)","routes,","routes.","routes:","routes]","routing,","rule","saison!?","second,","see","separ","slower","slower,","slowest","small","so,","specs,","static","static.","str])","submatch)))","subpath)]","subrout","subrouters.","such","support","sure.","swap","system","that,","that?","then,","this,","through","time","time)","time,","time.","todo","too.","top","tree","tree:","trivial","two","type","under","understand","updat","us","valid","vector","via","walk","wanted,","we'll","whole","work","works:","wrap","{:","{:name","{:uri","{}"],"advanced/different_routers.html":["'[reitit.cor","(def","(r/router","(requir","::ping]","::users]]","::users]]))",":a",":linear",":lookup",":mix",":router",":segment",":singl",";","[\"/api/:users\"","[[\"/ping\"","ask","base","catch","configur","conflicts.","contain","creat","descript","differ","expand","fast","faster","found.","function","hash","implement","implementation.","implementation:","inspect","lookup","manual","match","much","name","on","optim","option,","origin","out","overrid","paramet","path","pedest","protocol,","r/linear","r])","reitit","resolv","rout","route.","router","router)","router,","router:","routers.","routers:","router}))","routes.","search","see","select","set","sever","ship","slow,","start","static","string","suitabl","super","table.","top","trees.","trie","two","until","us","valid","wildcard","work","{:router"],"advanced/route_validation.html":["\"/\"))","\"/\")))","\"/\"))))","\"0.4.0\"]","\"tenant1\"","#'reitit.core/rout","%","%)","'[clojure.spec.alpha","'[clojure.spec.test.alpha","'[expound.alpha","'[reitit.cor","'[reitit.spec","'[reitit.spec])","(*","(?","([\"/api\"","([...","(and","(blank?","(cat","(clojure.core/fn","(clojure.core/or","(clojure.spec.alpha/*","(clojure.spec.alpha/?","(clojure.spec.alpha/and","(clojure.spec.alpha/cat","(clojure.spec.alpha/col","(clojure.spec.alpha/nil","(clojure.spec.alpha/or","(clojure.string/blank?","(clojure.string/start","(def","(fn","(nilabl","(or","(r/router","(requir","(s/explain","(s/valid?","(set!","(start","(stest/instru","...","...])","2","::spec/raw","::tenant1])",":a",":arg",":child",":clojure.spec.alpha/spec",":clojure.spec.alpha/valu",":dev",":into",":path",":path]",":reitit.spec/arg)",":reitit.spec/path",":reitit.spec/path:",":reitit.spec/raw",":rout",":user/tenant1",":user/tenant1]",";","[\"/api\"","[\"/ping\"]","[\"/public\"","[\"pong\"]]])","[\"tenant1\"","[%]","[...","[0]","[1]","[:rout","[:routes]","[]))","[expound","^^^^^^","`reitit/router)","add","argument","at:","bootstrapping:","call","clojure.core/string?","clojure.lang.exceptioninfo:","clojure.spec","compilerexcept","conform","contain","db","db)","definit","depend","detect","develop","error","exampl","expound","expound/printer)","expound])","fail","fals","first","function","go:","higher","in:","instrument","namespac","options.","out*","predicate:","pretti","print","problems.","r])","raw","readi","reitit.core/rout","reitit.spec","relev","rout","route))))","route:","router","routes,","routes:","s/*explain","s])","satisfi","spec","spec:","spec])","stest])","time","to:","tool","us","val:","valid","with?"],"advanced/dev_workflow.html":["!","\"/api/ns2/more/bar\")","\"/api/ns2/more/bar\",","\"/api/ns2/more/bar\"}","#(r/router","'[ns1])","'[ns2])","'[reitit.cor","(:requir","(constantli","(def","(defn","(n","(ns1/routes)]])","(ns2/routes)]","(r/match","(r/router","(requir","(router)","(routes)))","(routes))))",":","::bar","::bar])","::ping]","::ping]])",":a",":data",":ns1/bar",":ns1/bar},",":path",":result",";#reitit.core.match{:templ",";;",";[\"/bar\"",";the","?","[\"/api\"","[\"/bar\"","[\"/more\"","[\"/ns2\"","[\"/ping\"","[[\"/ping\"","[]","[reitit.cor","again","alway","appli","applic","astut","bit","call","chang","consid","contrari","correct,","crude","dev","dev,","developement,","developement.","differ","dure","dynam","easi","exampl","expect","fast","fix","frankli","full","function","function.","functions.","goal","goe","hit","inde","invocation.","it,","iterations.","let'","mani","match","multipl","name","name]","name])","namespac","namespace,","namespace.","namespaces.","name},","need","new","nil,","notic","now","ns1","ns1)","ns1,","ns1/rout","ns1/routes]])","ns2)","ns2/routes]","ns3)","ns3.","on","onc","order","param","pass","path","perform","possible,","practic","problem","prod","product","production.","queri","quit","r])","r]))","reader","recompil","reitit,","reitit.","reload","replac","requir","result","rout","router","routers,","routes))","sampl","see","slower","small","solut","span","still","sun.","that'","time.","top","tree","tree,","two","under","us","var","want","way","we'll","we'r","whole","without","workflow","worklfow","{:name","{},"],"advanced/shared_routes.html":["\"/kikka\"","\"/kikka\"}","\"/kikka\"})","\"bar\"})","\"get\"})","\"post\"}","\"post\"})","#?(:clj","&","'[reitit.cor","'[reitit.r","(app","(assoc","(declar","(def","(defn","(fn","(if","(in","(keyword?","(mi","(or","(r/expand","(r/match","(r/router","(requir","(ring/r","(ring/rout","(some",".cljc","200,","::bar","::bar]]","::bar]])","::kikka","::kikka)","::kikka]",":a",":bodi",":data",":expand",":get",":handler",":name",":path",":post",":post,",":result",":uri",":user/kikka}",";",";#match{:templ",";;",">","[\"/bar\"","[\"/kikka\"","[[\"/kikka\"","[_]","[data","[registry]","app","application,","argument,","backend","backend,","bar","bar})})))","both","both,","clojur","clojurescript,","clojurescript:","clujor","common","condit","core","custom","data","data)","data)))","default","defin","enabl","expand","file):","files.","first,","fronend,","frontend","function","function.","get","given","handler","kikka","kikka))","kikka}","kikka})","kikka})}]","method","multimethod.","multipl","name","need","nil","non","on","option","opts)","opts))))","opts]","param","post","processing,","r])","raw","reader","registri","reitit","reitit.core.rout","reitit.core/expand","request","revers","ring])","rout","router","routes))","routes:","routing.","sequenti","share","tabl","table.","those","us","work","{::kikka","{:expand","{:get","{:handler","{:name","{:request","{:statu"],"performance.html":["\"/auth/login\")))","\"/workspace/1/1\")))","&","'[criterium.cor","'[reitit.cor","(30x","(ataraxy,","(cc/quick","(def","(dotim","(if","(matches,","(micro","(or","(per","(r/match","(r/router","(real","(requir","(static","(wildcard",")benchmark","/api/command/add","1","1.9m","100","1000)","1000):","1000]","16","2,5","24x","256","3.2","300","312m","4","50+","500x","530","6",":",":a",":auth/login]",":auth/recovery]",":lookup",":mix",":request",":segment",":workspace/page]]))",";;","=>",">","[\"/auth/recovery/token/:token\"","[\"/workspace/:project/:page\"","[[\"/auth/login\"","[_","`lein","abstract","accur","actual","against.","algorithm,","algorithms,","also,","alway","anoth","api","ataraxi","average,","awesom","base","baselin","bench","benchmark.","best","better","better,","between","bide","bidi,","both","box","busi","but,","cach","cache:","card","case,","case.","cc])","chosen","ci","code","compil","compojur","comput","conflict","contain","core","core):","cores:","cqr","created,","creation","data.","definit","definitions.","degrade.","depends.","differ","disabl","do","don't","e.g.","effect","enabl","ensur","environment.","error.","errors.","exampl","execut","fail","fallback","fast","fast.","faster","fastest","featur","few","first","flatten","follow","found","found,","function","gb","ghz","go","go.","great","handl","handler.","have","help","here.","http","i7","idea","identifier:","immut","implementation.","indic","infinit","inlin","intel","interceptor)","interceptors,","intern","invok","it'","jvm","kb","know.","l2","l3","larg","large!","lib","librari","libs.","life","life)","life,","long","look","lookup","lot","lot.","lupapiste.","macbook","macbookpro11,3","magnitud","magnitude.","manag","map","match","matter","matter?","mb","mean","measur","measure?","memory:","method","mid","middlewar","middleware,","mix","model","more","mostli","mount","move","much","multimethod","multipl","mutabl","name:","need","new","nice","non","not.","notabl","note:","nothing.","ns","number","ok","on","opensensor","ops/sec","optim","order","order.","origin","out","over","parameters.","path","path)","path.","pedest","pedestal).","pedestal,","perf","perform","performance,","performance.","performance:","pleas","poke","port","possibl","precompute/compil","prefix","present.","pro","process","processor","processors:","proof","protocol","pull","quick","r])","rational","re","readme:","real","realistic.","realli","really,","record","regress","reitit","repl","repl`","repo","request","resolut","rest","rest(ish)","result","rewritten.","ring","rout","router","router,","router.","router:","routers.","routes)","routes,","run","same","sampl","scenario","scientif","second","segment","separ","serv","setup:","shine","simpl","site","size","slower","slowest","small","snappi","so,","someth","speed:","stabl","start","static","static,","still","style","swagger","tabl","take","taken","test","test).","test,","tests,","thank","thing","three","time","time,","tip","total","tree","tree,","tree.","trees,","tri","true).","trust","two","unmount","us","usual","view","want","welcome!","well,","wild","wildcard","work","µs","µs."],"development.html":["\"1.0.0\"","#","./scripts/lein","./scripts/set","./scripts/test.sh","build","built","bump","chang","clean,","cli","clj","clojar","deploy","develop","document","g","gitbook","gitbook.","instal","instruct","lein","locally:","modul","new","npm","preview","run","serv","test","up","version","version:","work"],"faq.html":["\"/\"","\"/api\"","\"/users/:id\"","#reitit","&","(","(clojure)","(context","(def","(defrout","(fn","(get","(human","(ok","(reitit","(simple)","(wrap","30",":","::ping]","::ping}]",":auth/login]",":auth/recovery]",":bodi",":get",":handler",":id))))}",":name",":page",":rout",":secure]]}",":token]",":workspace/page]])",":workspace/page]]]]])",";;",">","[\"/\"","[\"/api\"","[\"/api/ping\"","[\"/auth/recovery/token/:token\"","[\"/pizza\"","[\"/users/:id\"","[\"/workspace/:project","[\"workspace/\"","[[\"/auth/login\"","[[\"auth/login\"","[[\"auth/recovery/token/\"","[[[:project","[[wrap","[]","[id","[parameters]}]","[wrap","[{:key","ad","algorithm.","allow","alreadi","anoth","api","appli","apps,","argument","ask","awesome.","base","behav","best","bi","bidi","bidi.","bidi:","bidi?","both","busi","channel","class","clojur","clojure,","clojure.","clojurescript","clojurescript.","clojurian","coercion.","compil","compojur","compojure,","compojure.","compojure:","compojure?","compos","conflict","contribute?","core","data","data,","debug.","destructur","differ","differences:","differently,","direct","discuss","dispatch","driven","driven,","dynam","easi","effect","enough","exist","expos","extensions.","extra","faq","fast.","faster","featur","felt","first","frequent","frontend","full","fun","function","goal","good","great","guard","hacki","handler}]]])","hard","here","http","ident","identity,","influenc","int?}}}","interceptor","issues.","it'","it.","join","keyword","known","lib","librari","library?","log]","machin","macro","main","make","mani","map","maps.","margin","match","micro","mid","middlewar","missing:","mix","modul","module:","mostli","much","multipl","name","need","none","on","optim","order","origin","overal","param","paramet","part","path","pattern","pedest","pedestal,","pedestal:","pedestal?","perfect.","perform","performance.","pizza","pluggabl","post","process","projects.","proven","provid","question","readabl","readable)","realli","really,","reitit","reitit,","reitit.","reitit:","relat","represent","representation.","request.","resolut","resolv","ring","roadmap","rout","router","routes,","same","same.","seconds,","separ","ship","similar","slack","so,","source:","spec","special","specs,","speed","static","still","string","sub","support","syntax","syntax,","syntax.","syntax:","tabl","take","taken","target","terse,","thank","things.","thu","thus,","time","too).","took","tree","trickeri","trivial","us","user","uuid","uuid\"","uuid/:pag","uuid]","verbose.","wildcard","work","works,","written","{:get","{:id","{:middlewar","{:paramet","{:path","{:post"]},"length":38},"tokenStore":{"root":{"0":{"docs":{},"]":{"docs":{},"}":{"docs":{},")":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"x":{"1":{"5":{"docs":{},"b":{"5":{"9":{"docs":{},"b":{"0":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.012345679012345678}}}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"7":{"4":{"6":{"1":{"7":{"4":{"4":{"docs":{},"b":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},".":{"docs":{},".":{"docs":{},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"1":{"0":{"0":{"0":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},")":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"docs":{},")":{"docs":{},"]":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"1":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"2":{"0":{"0":{"0":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{}},"3":{"docs":{},"}":{"docs":{},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}},"docs":{}},"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},":":{"5":{"9":{"docs":{},":":{"5":{"4":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"8":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"}":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.013761467889908258}}}},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},".":{"9":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"docs":{}}},"2":{"0":{"0":{"0":{"0":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}},",":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942}}}},"1":{"8":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"docs":{}},"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}},"1":{"1":{"6":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"docs":{}},"docs":{}},"2":{"5":{"1":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"docs":{}},"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"3":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"4":{"docs":{},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"5":{"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}},"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"}":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}}}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},",":{"5":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}}},"3":{"0":{"0":{"0":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"\"":{"docs":{},")":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"}":{"docs":{},"}":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"1":{"2":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"docs":{}},"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"]":{"docs":{},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},".":{"2":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}}},"4":{"0":{"0":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}},"3":{"docs":{},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"4":{"docs":{},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.022222222222222223}}}},"5":{"docs":{},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334}}}},"6":{"docs":{},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334}}}},"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"4":{"0":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"5":{"0":{"0":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"docs":{},"%":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},"+":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"3":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}},"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"6":{"0":{"0":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"8":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"docs":{},"\"":{"0":{"docs":{},".":{"2":{"docs":{},".":{"1":{"docs":{},"\"":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.024886877828054297},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}},"docs":{}}},"4":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"docs":{}}},"docs":{}}},"1":{"2":{"3":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},"docs":{}},"docs":{},"\"":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"}":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}},".":{"0":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}},"docs":{}}},"docs":{}}},"2":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"docs":{}}},"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.004524886877828055}}}}}}}}}},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"}":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}}}}}}}}}}},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"\"":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"2":{"docs":{},"\"":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.004524886877828055}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"}":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{},"/":{"3":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585}}}},"docs":{}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.013761467889908258}},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}},"n":{"docs":{},"s":{"2":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}},"}":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}}}}}}}}}}}},"docs":{}}}},"\"":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"}":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},")":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},")":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}}}}}}}}},":":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"u":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"1":{"2":{"3":{"docs":{},"\"":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}},"docs":{}},"docs":{}},"docs":{},"i":{"docs":{},"k":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"\"":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"}":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}},"/":{"0":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"1":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"2":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"3":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"4":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"5":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"6":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"7":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"8":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"9":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}}}}}}}}}}}},"*":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"/":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"}":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"/":{"docs":{},"d":{"docs":{},"u":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"\"":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"}":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"d":{"docs":{},"k":{"docs":{},"a":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"1":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"\"":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}}}},"m":{"docs":{},"ö":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01060070671378092},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625}}}}}}}}}},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}}}}},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"\"":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"}":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}}}},"k":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"/":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"$":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"@":{"1":{"5":{"docs":{},"b":{"5":{"9":{"docs":{},"b":{"0":{"docs":{},"e":{"docs":{},"\"":{"docs":{},"]":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}},"}":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"$":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"$":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"_":{"docs":{},"_":{"2":{"1":{"2":{"4":{"docs":{},"@":{"7":{"4":{"6":{"1":{"7":{"4":{"4":{"docs":{},"b":{"docs":{},"\"":{"docs":{},"]":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"\"":{"docs":{},"}":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.02666666666666667}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}},")":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}}}},"k":{"docs":{},"o":{"docs":{},"s":{"docs":{},"h":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}}}}}}}}},"u":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"/":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},")":{"docs":{},"]":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"}":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"l":{"docs":{},"u":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},")":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}},"g":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"e":{"docs":{},"t":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"l":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"u":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"/":{"docs":{},"x":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"docs":{}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}},"a":{"docs":{},"b":{"docs":{},"b":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"n":{"docs":{},"y":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"a":{"docs":{},"r":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"#":{"docs":{"development.html":{"ref":"development.html","tf":0.05660377358490566}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.013761467889908258},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}},":":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"[":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"$":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"_":{"docs":{},"_":{"2":{"4":{"3":{"5":{"9":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"$":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.012345679012345678}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"$":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"$":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"_":{"docs":{},"_":{"2":{"1":{"2":{"4":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"$":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"_":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"$":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"]":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},"_":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"$":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{},"$":{"docs":{},"]":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}}}}}}}}},"{":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"}":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}},"z":{"docs":{},"}":{"docs":{},"}":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}}},"d":{"docs":{},"b":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}},":":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"}":{"docs":{},"}":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{},"p":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"v":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}}}}}}},":":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"{":{"docs":{},":":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"{":{"docs":{},":":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"{":{"docs":{},":":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}}}}}}},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}}}}},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}},"?":{"docs":{},"(":{"docs":{},":":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"'":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"[":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"]":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"]":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"t":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"u":{"docs":{},"m":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}},"n":{"docs":{},"s":{"1":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257}}}}},"2":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}},"docs":{}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}}}}}}}},"(":{"3":{"0":{"docs":{},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"docs":{}},"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.018975332068311195},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.017595307917888565},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},":":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}},"i":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},",":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"a":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.044444444444444446},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"l":{"docs":{},"i":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"n":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"s":{"docs":{},"o":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"d":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"x":{"docs":{},"y":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"a":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.012285012285012284}}}}},"n":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}}}},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"b":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"?":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}},"f":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"d":{"docs":{},"p":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}},"j":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.02666666666666667},"ring/static.html":{"ref":"ring/static.html","tf":0.01951219512195122},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"l":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},":":{"4":{"7":{"3":{"9":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"m":{"docs":{},"p":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}},"q":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"a":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"c":{"docs":{},"/":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.01875},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.008704061895551257},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.020356234096692113},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},"n":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.006769825918762089},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.038461538461538464}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}}},"e":{"docs":{},"f":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}},"f":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.011730205278592375},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047}}}}}}}},"u":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.020361990950226245},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.024691358024691357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.05045871559633028},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01060070671378092},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}},"t":{"docs":{},"h":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.006769825918762089}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.012572533849129593},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.025},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0176678445229682},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.026881720430107527},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0234375},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.012121212121212121},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.013282732447817837},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.0171990171990172},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.027989821882951654},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}},".":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},".":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},")":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"p":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}},"e":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"!":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.016666666666666666},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778},"ring/static.html":{"ref":"ring/static.html","tf":0.01951219512195122},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.016666666666666666},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.02926829268292683},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818}},"e":{"docs":{},"r":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}},"t":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}},"e":{"docs":{},"q":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},"t":{"docs":{},"/":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"?":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}},"!":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}},"p":{"docs":{},"!":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"u":{"docs":{},"b":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}},"w":{"docs":{},"i":{"docs":{},"p":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":5.008064516129032},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}},"t":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"l":{"docs":{},"d":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.022900763358778626}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.008704061895551257}}}}},"o":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}},"s":{"1":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}}}}},"2":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}}}}}}}},"docs":{}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"p":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},"v":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"y":{"docs":{},"b":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"i":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}}},"f":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"k":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"x":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"#":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"{":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232}}},"{":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"p":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061}}}}}}}},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005405405405405406}}}}},"i":{"docs":{},"f":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"n":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"?":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"o":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}}}}}}}}}}}}},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}},"+":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"o":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}},"\"":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},"?":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}},"b":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}},":":{"3":{"0":{"0":{"0":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"x":{"docs":{},"m":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},":":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013574660633484163}}}}}},"n":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.006787330316742082}},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516}}}}},"l":{"docs":{},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"s":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}},"c":{"docs":{},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"d":{"docs":{},"b":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}},"}":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}}}},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625}},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}},"s":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},")":{"docs":{},")":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},"]":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.0102880658436214},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.022916666666666665}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"1":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"2":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"3":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"docs":{}}}}},"s":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"docs":{}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}}}}},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"o":{"docs":{},"o":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"m":{"docs":{},"w":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"docs":{}}}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"]":{"docs":{},"]":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}},"z":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.012367491166077738},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.024193548387096774},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.012121212121212121},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.014583333333333334},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.01809954751131222},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"z":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}},"p":{"docs":{},"i":{"docs":{},"]":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},")":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"r":{"docs":{},"g":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0234375},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.06222222222222222},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.03225806451612903},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.010606060606060607},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.030360531309297913},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.010416666666666666},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.012443438914027148},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"y":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}},"s":{"1":{"0":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}},"docs":{}},"docs":{}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"/":{"docs":{},"b":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.013574660633484163},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.017595307917888565},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.005802707930367505},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"b":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}},"e":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542}}},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.027777777777777776}},"]":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}}}},"v":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"u":{"docs":{},"o":{"5":{"5":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"7":{"1":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.014583333333333334},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.02666666666666667},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}},"}":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"]":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"e":{"docs":{},",":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}},"x":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334}}}},"s":{"1":{"docs":{},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}},"}":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}}}}}},"docs":{}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.024886877828054297},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.024691358024691357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.03211009174311927},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.014184397163120567},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.015901060070671377},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.007736943907156673},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.020356234096692113},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.015901060070671377},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"}":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}},")":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013574660633484163},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.011730205278592375},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.0102880658436214}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.0171990171990172}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.04176904176904177}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}},"o":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"u":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"r":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.013539651837524178},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},")":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.035555555555555556},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},"l":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.022968197879858657},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}}}}}}}},"u":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}},"]":{"docs":{},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}},"]":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.012345679012345678}},"e":{"docs":{},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"]":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"1":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"2":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"3":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"docs":{}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"o":{"docs":{},"o":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"z":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"docs":{}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"}":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},"e":{"docs":{},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.014134275618374558},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"i":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"/":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743}}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}},"o":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.011385199240986717}}},"y":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"t":{"docs":{},"o":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}},"a":{"docs":{},"l":{"docs":{},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}},"d":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"]":{"docs":{},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"h":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}},"u":{"docs":{},"t":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.01440329218106996},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"y":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}},"e":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}},"i":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}},"u":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}},"i":{"docs":{},"a":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"?":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}},"a":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"]":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"y":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}},"x":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}},"z":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},")":{"docs":{},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}}}}}},";":{"docs":{"./":{"ref":"./","tf":0.083710407239819},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.025477707006369428},"basics/router.html":{"ref":"basics/router.html","tf":0.02727272727272727},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.07407407407407407},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.11467889908256881},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.07446808510638298},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.12551440329218108},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.15544041450777202},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0636042402826855},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.08064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.04838709677419355},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.030534351145038167},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0859375},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.044444444444444446},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.012121212121212121},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.03795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.00904977375565611},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.05415860735009671},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.2727272727272727},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.021834061135371178}},";":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.020356234096692113},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942},"performance.html":{"ref":"performance.html","tf":0.02882882882882883},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}}},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"p":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}},"|":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005}}},"{":{"docs":{},":":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"l":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"#":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}}}}}}}}}}}}}}}}}}}}}}}}},"[":{"docs":{},"#":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{},"b":{"docs":{},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}}}}}}}}},"\"":{"docs":{},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}},">":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.05181347150259067},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.015180265654648957},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.017595307917888565},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}},")":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},",":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},">":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"[":{"0":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"1":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"3":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}},"docs":{},"\"":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}}}},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.01910828025477707},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}}}},":":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"/":{"docs":{},":":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"z":{"docs":{},"z":{"docs":{},"a":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"*":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}},"\"":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"z":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"u":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}}}}}}}}}}}},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"u":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"l":{"docs":{},"k":{"docs":{},"/":{"docs":{},":":{"docs":{},"b":{"docs":{},"u":{"docs":{},"l":{"docs":{},"k":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}},"a":{"docs":{},"r":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}}}}}}},"\"":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}},"z":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"b":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"*":{"docs":{},"\"":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"x":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}}}}}}}}},"h":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"\"":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"c":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"\"":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"2":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"3":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"docs":{}}}}}},"n":{"docs":{},"s":{"2":{"docs":{},"\"":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}},"docs":{}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},":":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"/":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"\"":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{},"]":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"/":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"docs":{}}}}}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}}},"\"":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"u":{"docs":{},"s":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}},"\"":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}},":":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"z":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"\"":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"/":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}},"#":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"[":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"$":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}},"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},":":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}},"[":{"docs":{},":":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}},"_":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.024886877828054297},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"u":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"i":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"]":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}}}}},":":{"docs":{},":":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}}},"}":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}},"p":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"c":{"docs":{},"c":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"d":{"docs":{},"b":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}},"m":{"docs":{},"w":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"]":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"p":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"}":{"docs":{},")":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}},"s":{"1":{"0":{"docs":{},"]":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}},"docs":{}},"docs":{}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}}},"d":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}},"i":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}}}}}}}}}}}}},"d":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.02727272727272727}},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.03636363636363636}}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"%":{"docs":{},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}},"}":{"docs":{},")":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"]":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}},"#":{"docs":{},"(":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"{":{"docs":{},":":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"{":{"docs":{},"{":{"docs":{},":":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}},"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"s":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}},"x":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.020833333333333332}}}}}},";":{"docs":{},";":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"&":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}},"a":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"d":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.008704061895551257},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.00904977375565611},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"\"":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"s":{"docs":{},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},":":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}},"p":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.01875},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"l":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},";":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"y":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}},"s":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"c":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"u":{"docs":{},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"s":{"docs":{},"s":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"r":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}},":":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"s":{"docs":{},"*":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.11290322580645161}}}}}}},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}},"o":{"docs":{},"m":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"n":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}},"n":{"docs":{},"y":{"docs":{},"m":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.007207207207207207}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"i":{"docs":{},"l":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028}}}}},"k":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"t":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.3580246913580245},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.3379204892966357},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"i":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"frontend/basics.html":{"ref":"frontend/basics.html","tf":10.021739130434783},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}},"c":{"docs":{},"k":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}},"d":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}},"r":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},"d":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"i":{"docs":{"faq.html":{"ref":"faq.html","tf":0.01694915254237288}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"frontend/browser.html":{"ref":"frontend/browser.html","tf":5.03960396039604}}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"development.html":{"ref":"development.html","tf":0.018867924528301886}}},"d":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"t":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"s":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"m":{"docs":{},"p":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"e":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}}},"a":{"docs":{},"v":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.006769825918762089}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{},")":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"s":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}},"s":{"docs":{},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}}}}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}},"d":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},")":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":10.016129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}}}}}}}}}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"s":{"docs":{},".":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"f":{"docs":{},"n":{"docs":{},"?":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"e":{"docs":{},"x":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},":":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}}}}}}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"a":{"docs":{},"r":{"docs":{"development.html":{"ref":"development.html","tf":0.03773584905660377}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"i":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"j":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"development.html":{"ref":"development.html","tf":0.03773584905660377}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},",":{"docs":{"development.html":{"ref":"development.html","tf":0.03773584905660377}}}}}},"u":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.011385199240986717},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":5.035335689045937},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":5.032258064516129},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.026392961876832845},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}},":":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625}}}}}},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.024193548387096774},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0234375}}},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.02346041055718475},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"}":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}},"d":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.014134275618374558},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.016722408026755852},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":5.0146627565982405},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"r":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}},"(":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},"c":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},"c":{"docs":{},":":{"1":{"5":{"1":{"docs":{},":":{"1":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"s":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":5.003868471953578},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"i":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"e":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"a":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"u":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":5.062176165803109},"ring/static.html":{"ref":"ring/static.html","tf":0.01951219512195122},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627}}},"!":{"docs":{},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":5.019230769230769},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"j":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.013636363636363636},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"e":{"docs":{},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}},"o":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":5.104838709677419}}}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}},"c":{"docs":{},"i":{"docs":{},"d":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}}}}}},"i":{"docs":{},"d":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"s":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"d":{"docs":{},"e":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"s":{"docs":{},"t":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.005802707930367505},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"s":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}},"s":{"docs":{},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"l":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}},"s":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"c":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"r":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257},"development.html":{"ref":"development.html","tf":0.018867924528301886}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":3.3611111111111107},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"s":{"docs":{},".":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"=":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"q":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/router.html":{"ref":"basics/router.html","tf":0.03636363636363636},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.015544041450777202},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.014506769825918761},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"c":{"docs":{},"]":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":5.031914893617022},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":3.349794238683127},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":5.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.350055741360089},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.010606060606060607},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":3.3499999999999996},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.010180995475113122},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.028846153846153848},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707},"faq.html":{"ref":"faq.html","tf":0.012711864406779662}},",":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.012345679012345678},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"e":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":5.0125},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.014830508474576272}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}}}}}},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.3366778149386844},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":5.012903225806451},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.013539651837524178},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01060070671378092},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.017077798861480076},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.010416666666666666},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},")":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"i":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":5.022222222222222},"ring/static.html":{"ref":"ring/static.html","tf":0.03902439024390244},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":5.006060606060606},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"s":{"docs":{},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}},")":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}},"b":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"s":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"development.html":{"ref":"development.html","tf":0.03773584905660377}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}}}}},"o":{"docs":{},"d":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"i":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"v":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":5.010178117048346}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"development.html":{"ref":"development.html","tf":5.018867924528302}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"o":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"n":{"docs":{},"e":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516}}},")":{"docs":{},".":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},",":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},"'":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"c":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095}},"s":{"docs":{},":":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"development.html":{"ref":"development.html","tf":0.03773584905660377}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"w":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}},"e":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}},"r":{"docs":{},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}},"b":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},"x":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"e":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},"s":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":5.019354838709678},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"r":{"docs":{},"n":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"r":{"docs":{},"a":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.014184397163120567},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.03056768558951965}}},"s":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":5.001766784452297},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"l":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"s":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.04242424242424243},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},"\"":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"o":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}},"l":{"docs":{},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"y":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"c":{"docs":{},"h":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}},"s":{"docs":{},".":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},".":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.020833333333333332},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"e":{"docs":{},"r":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}}}}}}}}}},"]":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.043478260869565216},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"s":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},")":{"docs":{},".":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"t":{"docs":{},"c":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"d":{"docs":{},"n":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"e":{"docs":{},"n":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"'":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"b":{"docs":{},"e":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"f":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.007207207207207207},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005405405405405406}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}},"i":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.0102880658436214},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.012285012285012284},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"s":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}},"l":{"docs":{},"s":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"e":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"q":{"docs":{"faq.html":{"ref":"faq.html","tf":10}}}},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"l":{"docs":{},"e":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.03902439024390244},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},":":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"s":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"x":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"e":{"docs":{},"e":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}},",":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}},"n":{"docs":{},"k":{"docs":{},"l":{"docs":{},"i":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},"u":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.016722408026755852},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.057692307692307696},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.005802707930367505},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.017811704834605598},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},":":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341}}},".":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"l":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}},"r":{"docs":{},"m":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"a":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}},"e":{"docs":{},",":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"w":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},"l":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"n":{"docs":{},"?":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"ring/ring.html":{"ref":"ring/ring.html","tf":0.03307888040712468},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":5.04},"ring/static.html":{"ref":"ring/static.html","tf":0.03414634146341464},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.02727272727272727},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0375},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.012443438914027148},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"]":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"]":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},")":{"docs":{},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"]":{"docs":{},"]":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"]":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"/":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"r":{"docs":{},"d":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"e":{"docs":{},"r":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"v":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"s":{"docs":{},"h":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921}}}}}},"r":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"'":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},"s":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"/":{"1":{"docs":{},".":{"1":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"docs":{}}},"docs":{}},"i":{"docs":{},"e":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"3":{"0":{"0":{"0":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"l":{"5":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.0297029702970297}}},"docs":{}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"l":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"s":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.0297029702970297}}},"y":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}},"g":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"i":{"7":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.024734982332155476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},")":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.004524886877828055}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}},"\"":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"f":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"f":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"a":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"]":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"g":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":5.01980198019802}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":10.071428571428571},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},",":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"n":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10.002262443438914}}}}}}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}}}}}},"?":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}},"]":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}},"e":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"l":{"docs":{"development.html":{"ref":"development.html","tf":0.07547169811320754}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"c":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":5.018867924528302}}}}}}},"p":{"docs":{},"i":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"f":{"docs":{},"o":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"r":{"docs":{},"m":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}},"s":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"x":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}}},"t":{"docs":{},"'":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}},"?":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"l":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"a":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"}":{"docs":{},")":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"o":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},".":{"docs":{},"e":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}},"l":{"2":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"3":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}},"r":{"docs":{},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}},"r":{"docs":{},"g":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"!":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}}},"y":{"docs":{},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"f":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"n":{"docs":{},"k":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"e":{"docs":{},"a":{"docs":{},"f":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"n":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"v":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}},"t":{"docs":{},"'":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.007736943907156673},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}},"s":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}},"f":{"docs":{},"t":{"docs":{},".":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"i":{"docs":{},"n":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"o":{"docs":{},"g":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}},"i":{"docs":{},"c":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},"]":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"o":{"docs":{},"k":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"u":{"docs":{},"p":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.007207207207207207}},"s":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"a":{"docs":{},"d":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774}},"e":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}},"l":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}}}}},"n":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"u":{"docs":{},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.04938271604938271},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.02932551319648094},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.06521739130434782},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0183752417794971},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"?":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395}}}}},"h":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"?":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"p":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"k":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"a":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"p":{"docs":{},"r":{"docs":{},"o":{"1":{"1":{"docs":{},",":{"3":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}}},"docs":{}},"docs":{}}}}}}}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"y":{"docs":{},"b":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"r":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"ring/ring.html":{"ref":"ring/ring.html","tf":0.027989821882951654},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.04},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"a":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}}}},"r":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.006769825918762089}},"e":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"e":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}},"a":{"docs":{},"n":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},"e":{"docs":{},"?":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"i":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"ring/ring.html":{"ref":"ring/ring.html","tf":0.03816793893129771},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.413600891861761},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":3.398148148148148},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":5.057268722466961},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":5.036363636363636},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.022770398481973434},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.029166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":5.035190615835777},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.010180995475113122},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612}}},"]":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"}":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"development.html":{"ref":"development.html","tf":0.05660377358490566},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"d":{"docs":{},"?":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}},"e":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"r":{"docs":{},"e":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{},"\"":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"v":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.011730205278592375},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"u":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.013574660633484163},"basics/router.html":{"ref":"basics/router.html","tf":0.05454545454545454},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.3792048929663605},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}},"!":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}},".":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"s":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"}":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"i":{"docs":{},"v":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.020361990950226245},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.024691358024691357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.008704061895551257},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},"}":{"docs":{},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}},")":{"docs":{},".":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}}}}},"}":{"docs":{},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}},"c":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.012572533849129593}},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.005802707930367505},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"w":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.007736943907156673},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"development.html":{"ref":"development.html","tf":0.018867924528301886}}},"g":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.00909090909090909},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"t":{"docs":{},"e":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"h":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"\"":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"i":{"docs":{},"c":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},",":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}},"w":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.022900763358778626}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"s":{"1":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}}}},"2":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}},"3":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"p":{"docs":{},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.04807692307692308}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/router.html":{"ref":"basics/router.html","tf":0.02727272727272727},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.05365853658536585},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.011312217194570135},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"m":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"s":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.009009009009009009},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},")":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},"c":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"e":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"s":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"a":{"docs":{},"l":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"f":{"docs":{},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"u":{"docs":{},"t":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"k":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.013574660633484163},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.022935779816513763},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.011385199240986717},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.013761467889908258},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.012367491166077738},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.026565464895635674},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}},"s":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395}}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},".":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"s":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"}":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"]":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}},"/":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.025477707006369428},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.4320987654320985},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.031088082901554404},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0176678445229682},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.043478260869565216},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.022243713733075435},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.025},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"performance.html":{"ref":"performance.html","tf":0.010810810810810811},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}},"s":{"docs":{},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}}}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"s":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.01694915254237288}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}}},"r":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.012612612612612612}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"performance.html":{"ref":"performance.html","tf":10.007207207207207},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"s":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}},"l":{"docs":{},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"g":{"docs":{},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/coercion.html":{"ref":"ring/coercion.html","tf":5.001897533206831},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":5.016129032258065},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"r":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}},".":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}},"e":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"s":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"d":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}},"u":{"docs":{},"c":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"o":{"docs":{},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},"!":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}}}},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}}},"m":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516}}}}},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"e":{"docs":{},"w":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}}}},"!":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"s":{"docs":{},"h":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"s":{"docs":{},"h":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}},"l":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"s":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"?":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},".":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"i":{"docs":{},"t":{"docs":{},"n":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}},"k":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}}}},"z":{"docs":{},"z":{"docs":{},"a":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046}},"]":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"e":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.029411764705882353},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.010810810810810811},"faq.html":{"ref":"faq.html","tf":0.05084745762711865}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},"e":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},":":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"t":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}}},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"/":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"c":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"_":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"$":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},"@":{"5":{"9":{"docs":{},"f":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"b":{"docs":{},"b":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":0.017811704834605598},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.022727272727272728},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.02932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047}},")":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},"}":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"}":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},":":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"v":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":5.048780487804878},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.03225806451612903}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}},".":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.01818181818181818},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.017077798861480076},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.04398826979472141},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}}},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},":":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},"]":{"docs":{},"}":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"s":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"e":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"(":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":5.015625},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"e":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.024691358024691357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.020066889632107024},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"a":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},"i":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}},"e":{"docs":{},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}},"c":{"docs":{},"t":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.007207207207207207}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"y":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"e":{"docs":{},"v":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}}},"a":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":5.022026431718062},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},"y":{"docs":{},",":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},":":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}},"?":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"e":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"p":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"a":{"docs":{},"c":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"`":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.020361990950226245},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/ring.html":{"ref":"ring/ring.html","tf":5.030534351145038},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0234375},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}}}}},":":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.020361990950226245},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":5.089171974522293},"basics/router.html":{"ref":"basics/router.html","tf":0.06363636363636363},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.3703703703703702},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.356269113149847},"basics/route_data.html":{"ref":"basics/route_data.html","tf":5.053191489361702},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":3.3662551440329214},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":5.062176165803109},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.019434628975265017},"ring/ring.html":{"ref":"ring/ring.html","tf":0.017811704834605598},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":5.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":3.3499999999999996},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.03519061583577713},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.021493212669683258},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.039603960396039604},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.1346153846153846},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.037717601547388784},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.04375},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":5.031941031941032},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.04834605597964377},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":5.034934497816594},"performance.html":{"ref":"performance.html","tf":0.05045045045045045},"faq.html":{"ref":"faq.html","tf":0.07627118644067797}},"e":{"docs":{},"r":{"2":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{"./":{"ref":"./","tf":0.03167420814479638},"basics/router.html":{"ref":"basics/router.html","tf":10.081818181818182},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.04938271604938271},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.03900709219858156},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.04145077720207254},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.015901060070671377},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":5.00763358778626},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.039603960396039604},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":5.038461538461538},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":5.0638297872340425},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":5.125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.027989821882951654},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"performance.html":{"ref":"performance.html","tf":0.009009009009009009},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125}},":":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"!":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},")":{"docs":{},")":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}},"s":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}}},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},":":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}}},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"o":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},":":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"w":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},"c":{"docs":{},"k":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"s":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712}}}}}}}},"]":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"u":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"development.html":{"ref":"development.html","tf":0.018867924528301886}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"l":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"b":{"docs":{},"y":{"docs":{},"'":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"c":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}},"]":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}}}}}}}},"]":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":5.016129032258065},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},"]":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"u":{"docs":{},"p":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}},"r":{"docs":{},"v":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.03902439024390244},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"development.html":{"ref":"development.html","tf":0.018867924528301886}},"e":{"docs":{},"r":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},"d":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"s":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"i":{"docs":{},"e":{"docs":{},"p":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"e":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"d":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"t":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"z":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"s":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.018518518518518517},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":5.015625},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.016666666666666666},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.01583710407239819},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.012285012285012284},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"!":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0125}},"}":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"?":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"i":{"docs":{},"f":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"i":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},":":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"s":{"docs":{},".":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"e":{"docs":{},"d":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"a":{"docs":{},"n":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395}}}},"?":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}},",":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"e":{"docs":{},"p":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":5.019512195121951},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.025},"performance.html":{"ref":"performance.html","tf":0.007207207207207207},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"e":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.0297029702970297},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}},"u":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}},"c":{"docs":{},"k":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":5.004524886877828},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.014830508474576272}}}}}},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"b":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}},"n":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"2":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"docs":{"./":{"ref":"./","tf":0.013574660633484163},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":5.0576923076923075},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"/":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"p":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":5.006369426751593},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},".":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"p":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"t":{"docs":{},"i":{"docs":{},"s":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}},"f":{"docs":{},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"!":{"docs":{},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"]":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"}":{"docs":{},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},"*":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}},"n":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":5.013100436681222}}}},"p":{"docs":{},"e":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"o":{"docs":{},"w":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"u":{"docs":{},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"\"":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}},"t":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"q":{"docs":{},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"s":{"docs":{},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},")":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"k":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"p":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"d":{"docs":{},"o":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},":":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"e":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.009009009009009009},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"s":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":3.3518518518518516},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"c":{"docs":{},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"i":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"e":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"w":{"docs":{},"o":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"/":{"docs":{},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"b":{"docs":{},"l":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"e":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"e":{"docs":{},"m":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}},"n":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"\"":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341}}}}}}},"s":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"r":{"docs":{},"d":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"'":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"n":{"docs":{},"k":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"s":{"docs":{},"e":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"performance.html":{"ref":"performance.html","tf":0.007207207207207207},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"p":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"performance.html":{"ref":"performance.html","tf":0.023423423423423424},"development.html":{"ref":"development.html","tf":0.03773584905660377}},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"x":{"docs":{},"t":{"docs":{},"/":{"docs":{},"x":{"docs":{},"m":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.019230769230769232}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}},":":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"s":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.00909090909090909},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.043478260869565216},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.05102040816326531},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.039301310043668124},"performance.html":{"ref":"performance.html","tf":0.007207207207207207},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}},"e":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714}}}}}}},"d":{"docs":{},".":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}},"l":{"docs":{},"i":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"r":{"docs":{},"i":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}},"l":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.0297029702970297}}}},"p":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"/":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"]":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"development.html":{"ref":"development.html","tf":0.03773584905660377}},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"b":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":3.3518518518518516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":3.345833333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.025},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":5.002457002457002}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},",":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}},"u":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"e":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}},"]":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"i":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"i":{"docs":{},"a":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"e":{"docs":{},"w":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}},"s":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.020833333333333332},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"}":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"y":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"r":{"docs":{},"n":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}},"n":{"docs":{},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"l":{"docs":{},"k":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}},"y":{"docs":{},"?":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}},"i":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},":":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}}}},"l":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.009009009009009009},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"development.html":{"ref":"development.html","tf":0.018867924528301886},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}},"s":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":5.002544529262087}}}}}},"l":{"docs":{},"f":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}},"e":{"docs":{},"b":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057}},"j":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"e":{"docs":{},"!":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"l":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"d":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"'":{"docs":{},"l":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}},"s":{"docs":{},"g":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"{":{"2":{"0":{"0":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}},"docs":{}},"docs":{}},"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.00904977375565611},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.026748971193415638},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.01875},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}}},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597}},"d":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.027522935779816515},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.03821656050955414},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.01773049645390071}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"s":{"docs":{},"o":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.01910828025477707},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.037037037037037035},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.01762114537444934},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.010416666666666666},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}},"u":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714},"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.012367491166077738},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.027079303675048357},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.035555555555555556},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0234375},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.06222222222222222},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.03225806451612903},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.013282732447817837},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.010416666666666666},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055}}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.00904977375565611}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.012738853503184714},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"r":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0176678445229682},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},":":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.022968197879858657},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125}}}}},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"r":{"docs":{},"i":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.022026431718061675}}}},"d":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055}}}}}},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.015180265654648957},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}}}},"a":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"x":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"z":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.01875}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}}}}}}}},"\"":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"x":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585}}}},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}},";":{"docs":{},";":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}},"=":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357}},">":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.057692307692307696},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"g":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.006369426751592357},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"t":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"t":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"development.html":{"ref":"development.html","tf":0.05660377358490566}},".":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}}}}}},"o":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"o":{"docs":{},"d":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}},"a":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"m":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},"q":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}}}}}},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"h":{"docs":{},"z":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"p":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}},":":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"l":{"docs":{},"k":{"docs":{},"/":{"docs":{},":":{"docs":{},"b":{"docs":{},"u":{"docs":{},"l":{"docs":{},"k":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627}}}}}}}}}}},"a":{"docs":{},"z":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"*":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}},"c":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"d":{"docs":{},"u":{"docs":{},"o":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.0102880658436214},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.013636363636363636},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.01762114537444934},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"e":{"docs":{},"p":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"u":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}},")":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}},"}":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"}":{"docs":{},"]":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}},"y":{"docs":{},")":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}},"^":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}},"^":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}}}}}}}}}}}}}},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},".":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},",":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"y":{"docs":{},"(":{"9":{"docs":{},".":{"2":{"docs":{},".":{"2":{"1":{"docs":{},".":{"docs":{},"v":{"2":{"0":{"1":{"7":{"0":{"1":{"2":{"0":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"v":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"%":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"+":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},"c":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"/":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"l":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{"development.html":{"ref":"development.html","tf":0.05660377358490566}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{"development.html":{"ref":"development.html","tf":0.03773584905660377}}}}}}}}}}}}}}}}}}},"`":{"docs":{},":":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{},",":{"docs":{},"`":{"docs":{},":":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"`":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"|":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.01646090534979424},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.022026431718061675}}},"y":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"]":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},":":{"docs":{},"=":{"2":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"docs":{}}},"]":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"x":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},":":{"docs":{},"=":{"1":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"docs":{}}},"m":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"\\":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"b":{"docs":{},"b":{"docs":{},"a":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}}}}},"?":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}}}}}}}}},"@":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}},"!":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257}}},")":{"docs":{},"b":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}},"µ":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"length":5876},"corpusTokens":["!","\"\"}","\"\"})","\"\"})))","\"(constrain","\"(not","\"/\"","\"/\"))","\"/\")))","\"/\"))))","\"/\"))]","\"/\"})","\"/\"})))","\"/*\",","\"/:company/users/:us","\"/api\"","\"/api\",","\"/api/admin/db\"})","\"/api/admin/ping\",","\"/api/admin/ping\"})","\"/api/admin/users\"})","\"/api/bonus\"})","\"/api/internal/users\"})","\"/api/ipa\")","\"/api/ns2/more/bar\")","\"/api/ns2/more/bar\",","\"/api/ns2/more/bar\"}","\"/api/orders/1\")","\"/api/orders/1\"}","\"/api/orders/2\"}","\"/api/orders/:id\"","\"/api/orders/:id\",","\"/api/ping\"","\"/api/ping\")","\"/api/ping\"}","\"/api/ping\"})","\"/api/plus/3\"","\"/api/pong\"","\"/api/user/1\"","\"/api/user/1\")","\"/api/user/1?iso=m%c3%b6ly\"","\"/api/user/:id\"","\"/api/user/:id\",","\"/assets/*\".","\"/auth/login\")))","\"/avaruus\"","\"/avaruus\"}]","\"/beers/lager\")","\"/beers/sahti\")","\"/beers/saison\")","\"/dynamic\"","\"/dynamic/duo\"","\"/dynamic/duo\")","\"/fail\"","\"/fail\"})","\"/fail\"}}","\"/favicon.ico\"})","\"/gin/napue\")","\"/hello\")","\"/invalid\"})","\"/kerran/*\"","\"/kerran/avaruus\"}","\"/kikka\"","\"/kikka\"}","\"/kikka\"})","\"/metosin/users/123\")","\"/metosin/users/123\"))","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"/metosin/users/ikitommi\"))","\"/olipa/*\"","\"/olipa/iso/kala\"}","\"/olipa/kerran/avaruus\")","\"/olipa/kerran/avaruus\"}","\"/olipa/kerran/iso/kala\")","\"/one","\"/one/ping\"","\"/one/swagger.json\"}","\"/ping\"","\"/ping\")","\"/ping\"}","\"/ping\"})","\"/pong\"})","\"/swagger.json\"","\"/swagger.json\"})","\"/two/deep/ping\")","\"/two/ping\"","\"/two/ping\")","\"/two/swagger.json\"}","\"/users\"})","\"/users/0?iso=m%c3%b6ly\"}","\"/users/1?iso=m%c3%b6ly\"}","\"/users/2?iso=m%c3%b6ly\"}","\"/users/3?iso=m%c3%b6ly\"}","\"/users/4?iso=m%c3%b6ly\"}","\"/users/5?iso=m%c3%b6ly\"}","\"/users/6?iso=m%c3%b6ly\"}","\"/users/7?iso=m%c3%b6ly\"}","\"/users/8?iso=m%c3%b6ly\"}","\"/users/9?iso=m%c3%b6ly\"})}","\"/users/:id\"","\"/vodka/russian\")","\"/workspace/1/1\")))","\"0.2.1\"]","\"0.4.0\"]","\"1\"}","\"1\"})","\"1\"}}","\"1.0.0\"","\"123\"},","\"2.0\"","\"abba\"}","\"abba\"},","\"any\"","\"any\"},","\"avaruus\"}","\"bar\"})","\"beer\"","\"bock\"])","\"clojure.core$identity@15b59b0e\"],","\"clojure.core$identity@15b59b0e\"]}","\"clojure.core$identity@15b59b0e\"]},","\"clojure.core$identity@15b59b0e\"]}}})},","\"clojure.spec.alpha$merge_spec_impl$reify__2124@7461744b\"],","\"default\"","\"default\")","\"download","\"duo\"","\"error\"","\"error\")","\"exception\"","\"exception\")","\"fail\"","\"fail\")))]","\"forbidden\"}","\"forc","\"get\"})","\"goto","\"identity\"","\"identity\",","\"identity\"},","\"identity\"}]","\"identity\"}])","\"identity\"}}})},","\"ikitommi\"))}}","\"image/png\"}","\"index.html\")])","\"int\",","\"java.lang.exception\"}}","\"kerran/avaruus\"}","\"kerran/iso/kala\"}","\"kosh\"}","\"kosh\"})","\"kosh\"})})))","\"kukka\"})}}]]","\"look","\"metosin\",","\"mi","\"middlewar","\"möly\"}))","\"möly\"}))})})}]","\"negoti","\"ok\",","\"ok\"}","\"ok\"})","\"ok\"}))","\"ping\"})}]","\"ping\"})}])","\"plu","\"pong\"}","\"pong\"})]","\"pong\"})])","\"pong\"})}]","\"pong\"})}]]","\"post\"}","\"post\"})","\"public\"","\"reitit.png\"))})}}]]","\"sahti\"","\"server","\"sql","\"swagger","\"tenant1\"","\"text/xml\"}","\"total\":","\"upload","\"user...\"})}]])))","#","#'app","#'reitit.core/rout","#(interleav","#(r/router","#(respond","#(slurp","#.","#:clojure.spec.alpha{:problem","#?(:clj","#coercionerror{:schema","#endpoint{:data","#match{:templ","#methods{...}","#methods{:ani","#object[...]","#object[...],","#object[...]}","#object[...]},","#object[clojure.core$ident","#object[clojure.spec.alpha$merge_spec_impl$reify__2124","#object[reitit.coercion$request_coercer$]},","#object[reitit.core$...]","#object[reitit.core$linear_router$reify]","#object[reitit.core$lookup_router]}","#object[reitit.core$mixed_router]}","#object[user$handler]}","#object[user$reify__24359]}]]","#partialmatch{:templ","#reitit","#reitit.core.match{:templ","#{::one","#{:admin","#{:adminz}}","#{:adminz}},","#{:adminz}}]","#{:adminz}}}})},","#{:admin}","#{:admin}}","#{:admin}})","#{:admin}}}]]","#{:admin}}}]]]","#{:db","#{:id}","#{:id}}","#{:manager}","#{:manager}}","#{:public","#{:reitit.swagger/default}","#{:session}","#{:user}","#{route}}","#{})","#{}))","%","%)","%))","%))))","&","'())","'[clojure.set","'[clojure.spec.alpha","'[clojure.spec.test.alpha","'[clojure.str","'[compojure.cor","'[criterium.cor","'[expound.alpha","'[ns1])","'[ns2])","'[reitit.coercion","'[reitit.coercion.schema])","'[reitit.coercion.spec","'[reitit.coercion.spec])","'[reitit.cor","'[reitit.middlewar","'[reitit.r","'[reitit.ring.coercion","'[reitit.ring.middleware.except","'[reitit.ring.middleware.multipart","'[reitit.ring.middleware.muuntaja","'[reitit.ring.spec","'[reitit.spec","'[reitit.spec])","'[reitit.swagg","'[ring.adapter.jetti","'[schema.cor","'[spec","'add","'get","'positiveint))","(","(\"/common/ping\"","(#reitit.spec.problem{:path","()","(*","(*path).","(+","(.getclass","(30x","(:api","(:get,","(:id)","(:query,","(:reitit.coercion/request","(:request","(:requir","(:tags,","(:templat","(:uri","(?","([\"/api\"","([\"/get","([...","([request","([request]","(a","(actually,","(add","(all","(also","(and","(app","(appli","(assoc","(ataraxy,","(atom","(blank?","(cat","(cc/quick","(clojur","(clojure)","(clojure.core/contains?","(clojure.core/fn","(clojure.core/or","(clojure.spec),","(clojure.spec.alpha/*","(clojure.spec.alpha/?","(clojure.spec.alpha/and","(clojure.spec.alpha/cat","(clojure.spec.alpha/col","(clojure.spec.alpha/key","(clojure.spec.alpha/nil","(clojure.spec.alpha/or","(clojure.string/blank?","(clojure.string/start","(coerc","(coercion/coerc","(coercion/coerce!","(coercion/respons","(coll","(comp","(compiled)","(con","(condp","(conj","(constantli","(context","(core.clj:4739)","(cqr","(creat","(current","(data)","(declar","(def","(default","(defn","(defprotocol","(defrout","(deref","(deriv","(done","(dotim","(e.g.","(effect","(ex","(exception.","(exception/cr","(expand","(extend","(fn","(fnil","(for","(get","(handler","(human","(if","(in","(index.html).","(integer?","(into","(io/input","(io/resourc","(java.io.file.","(jetty/run","(json,","(keyword","(keyword?","(legaci","(let","(list","(map","(mapv","(match","(matches,","(mayb","(merg","(mi","(micro","(middleware/cr","(n","(name","(nested)","(nilabl","(no","(non","(not","(ns1/routes)]])","(ns2/routes)]","(of","(ok","(onli","(option","(optional)","(or","(partial","(per","(positiveint","(pr","(println","(r/expand","(r/match","(r/option","(r/partial","(r/path","(r/rout","(r/router","(rand","(rang","(real","(records,","(recurs","(reifi","(reitit","(reitit.frontend.easy)","(reitit/match","(reitit/routes))","(repeat","(request","(requir","(reset","(reset!","(respons","(reverse)","(ring/creat","(ring/get","(ring/r","(ring/rout","(rout","(router","(router)","(routes)))","(routes))))","(s/coll","(s/constrain","(s/def","(s/explain","(s/key","(s/merg","(s/valid?","(schema","(seq","(set!","(set/subset?","(simple)","(some","(start","(static","(stest/instru","(str","(str/last","(sub","(swagger","(swagger/cr","(swap!","(throw","(to","(updat","(via","(wildcard","(wip)","(with","(wrap","({:path","({:uri",")benchmark","+","...","...,","...])","./scripts/lein","./scripts/set","./scripts/test.sh",".cljc","/:this/should/:fail","/:user","/:version/statu","/admin/p","/api/command/add","/api/user/:id:","/baz/:id/:subid","/beers/sahti","/beers/saison","/bulk/:bulk","/ciders/weston","/dynamic/duo","/examples/r","/gin/napu","/ping","/public/*path","/saison","/swagger.json","0)","0..n","0]}),","0x15b59b0e","0x7461744b","1","1)","1.9m","10)]","100","100)))]))))","1000)","1000):","1000]","10]}})))","10}})","11","12000n","123}}","16","16:59:54","16:59:58","1]","1})","2","2)","2,5","20","200","200,","20000n","2018","20]]}","2116","22","2251","23ns.","24x","256","2]]}","2})","2},","2}})","3","3)","3.2","30","300","3000\"))","3000,","30}}","312m","3]]","4","4)","400,","403,","404,","405,","406,","40n","440n","5)","50%","50+","500","500,","500x","530","6","6))\"},","600n","6},","6}}","8",":",":3000/math",":3000/xml","::acc","::admin]","::admin}]","::bar","::bar])","::bar]]","::bar]])","::bar]]))","::baz]]))","::coerc","::compani","::db]","::db]]","::db]}","::db}]","::default","::error","::except","::exception)","::exception/default","::exception/wrap","::fail]])","::failue})))]","::failur","::foo]","::horror","::ipa)","::kikka","::kikka)","::kikka]","::mw/coerc","::one","::one}}","::order","::path","::ping","::ping)","::ping))","::ping]","::ping]]","::ping]])","::ping}","::ping}]","::ping}]]","::plu","::plus)","::pong}]]","::r/match)","::r/router","::role","::roles)]","::route1])","::route2])","::route3])))","::rs/default","::rs/explain","::rs/respons","::spec/raw","::tenant1])","::two","::two}}","::two}}}","::user","::user)","::user))","::user]]))","::users]","::users]]","::users]]))","::users}","::wrap2","::wrap3","::zone",":a",":admin",":admin]]}",":adminz,",":admin}",":api)]}",":api]]",":api]]}",":append,",":arg",":auth/login]",":auth/recovery]",":avaruus]",":avaruus}",":beer",":beer/bock}]",":beer/lager}]",":beer/sahti}]",":bodi",":body,",":body.",":body]}}",":body}",":bonu",":bonus10",":cache,",":child",":ciders]",":ciders}]",":class",":clojure.spec.alpha/spec",":clojure.spec.alpha/valu",":coerc",":coercion",":coercion)",":command",":compil",":compile.",":config",":conflict",":consum",":data",":data))))",":db",":db]]",":debug",":debug]))})))",":delet",":delete,",":delete]]",":descript",":dev",":displac",":duo",":duo)))",":duo55]",":duo71]",":dynam",":dynamic,",":error",":etag,",":except",":executor",":expand",":form,",":get",":get,",":get})",":gzip",":handler",":handler)})",":handler]}",":head,",":header",":id",":id))))}",":id].",":ihminen]])}]])}]]))",":in",":index",":interceptor",":intern",":internal}",":internal})",":into",":join?",":kerran",":lager]",":lager]])))",":last",":let",":linear",":loader",":lookup",":makkara]",":manager}",":manager})",":manager},",":method",":middlewar",":middleware,",":mix",":multipart]",":multipart}",":muuntaja",":muuntaja/request",":muuntaja/respons",":name",":name)))",":napue]",":napue}]",":no",":not",":ns1/bar",":ns1/bar},",":olipa",":olut]",":opt",":options,",":opts)]",":page",":paramet",":parameters.",":parameters}]",":patch,",":path",":path)",":path.",":path]",":ping]",":post",":post)]]",":post,",":pred",":prepend,",":problem",":produc",":produces,",":provides.",":public",":public}",":put,",":put.",":queri",":query,",":query}",":refer",":reitit.coercion/request",":reitit.coercion/respons",":reitit.middleware/registri",":reitit.middleware/transform",":reitit.ring/response,",":reitit.spec/arg)",":reitit.spec/default",":reitit.spec/handl",":reitit.spec/handler])",":reitit.spec/handler],",":reitit.spec/path",":reitit.spec/path:",":reitit.spec/raw",":replac",":req",":request",":requir",":respons",":responses)",":responses.",":result",":role",":root",":rout",":router",":router)]",":saison]",":saison]])",":schema,",":scope",":secure]]}",":segment",":singl",":spec",":summari",":summary)",":swagger",":tag",":token]",":type",":uri",":url",":user",":user/bar}]",":user/bar}]]",":user/baz}]]",":user/failue}",":user/foo}]",":user/kikka}",":user/ord",":user/ping}",":user/ping}]",":user/rol",":user/role:",":user/role],",":user/roles)),",":user/roles:",":user/route1}]",":user/route2}]",":user/route3}]]",":user/tenant1",":user/tenant1]",":user/us",":user/user]",":user/user}",":user/user},",":user/user}]]",":val",":valid",":valu",":via",":workspace/page]])",":workspace/page]]))",":workspace/page]]]]])",":wrap",":wrap.",":x",":x)",":y",":y)",":z))]",":zone",":zone)]",";",";#match{:templ",";#reitit.core.match{:templ",";:reitit.core/p",";;",";[\"/bar\"",";[#reitit.core.match{:templ",";[:beer/sahti]",";[[\"/foo\"",";[[\"/gin/napue\"",";[[\"/route1\"",";avail",";compilerexcept",";the",";{:lookup",";{:statu",";|","=","=>",">",">>",">path",">path))",">path,",">path:","?","?intomiddleware.","@router","@router)","[\"\"","[\"/\"","[\"/*\"","[\"/:company/users/:us","[\"/:user","[\"/:version/status\"]])","[\"/add","[\"/admin\"","[\"/admin/ping\"","[\"/api\"","[\"/api/:users\"","[\"/api/:version/ping\"]]","[\"/api/admin/db\"","[\"/api/admin/users\"","[\"/api/internal/users\"","[\"/api/orders/:id\"","[\"/api/ping\"","[\"/api/user/:id\"","[\"/assets/*\"","[\"/auth/recovery/token/:token\"","[\"/bar\"","[\"/bar/:id\"","[\"/baz/:id/:subid\"","[\"/beers\"","[\"/beers/*\"","[\"/beers/bock\"","[\"/beers/lager\"","[\"/beers/sahti\"","[\"/bonus\"","[\"/bulk/:bulk","[\"/ciders/*\"","[\"/db\"","[\"/deep\"","[\"/download\"","[\"/duo\"","[\"/dynamic/*\"","[\"/fail\"","[\"/files\"","[\"/ihminen\"","[\"/internal\"","[\"/kerran/*\"","[\"/kikka\"","[\"/makkara\"","[\"/math\"","[\"/more\"","[\"/ns2\"","[\"/olipa/*\"","[\"/one","[\"/one\"","[\"/ping\"","[\"/ping\"]","[\"/pizza\"","[\"/plus\"","[\"/plus/:z\"","[\"/pong\"","[\"/pong\"]]","[\"/public\"","[\"/public/*path\"]","[\"/route1\"","[\"/route2\"","[\"/route3\"","[\"/swagger.json\"","[\"/two\"","[\"/upload\"","[\"/user/:id\"","[\"/users\"","[\"/users/:id\"","[\"/workspace/:project","[\"/workspace/:project/:page\"","[\"/xml\"","[\"files\"]}}","[\"image/png\"]}","[\"index.html\"]","[\"lager\"","[\"math\"]}}","[\"pong\"]]])","[\"tenant1\"","[\"workspace/\"","[#(wrap","[%]","[&","[(str","[...","[0]","[1","[1]","[3","[::acc]}]","[::admin],","[::admin]}","[::api","[::api]","[::api]}","[::compani","[::db]","[::mw/coerc","[::r/router]}]","[::roles]","[::roles])","[::zone])","[:api","[:beer","[:bonu","[:bonus10]","[:command","[:dynam","[:handler]","[:handler],","[:handler]}),","[:napue]","[:olipa","[:paramet","[:reitit.spec/default","[:reitit.spec/nam","[:request","[:respons","[:rout","[:routes]","[:swagger","[:user/p","[:user/rol","[:user/roles],","[;;","[[\"/:this/should/:fail\"","[[\"/api\"","[[\"/api/admin\"","[[\"/api/ping\"","[[\"/api/public/ping\"","[[\"/auth/login\"","[[\"/avaruus\"","[[\"/baz/:id/:subid\"","[[\"/common\"","[[\"/foo\"","[[\"/gin/napue\"","[[\"/kikka\"","[[\"/lager\"","[[\"/math\"","[[\"/olut\"","[[\"/ping\"","[[\"/ping\"]","[[\"/saison\"","[[\"/swagger.json\"","[[\"/users\"","[[\"/users/:us","[[\"auth/login\"","[[\"auth/recovery/token/\"","[[#object[user$wrap]","[[:bonu","[[:queri","[[[:project","[[type","[[wrap","[[wrap3","[]","[])","[]))","[],","[]}),","[]}}]]","[_","[_]","[actions]","[add","[beer","[beers]","[bonus]}]","[clojure.java.io","[coercer","[coercion","[conflicts]","[context])","[data","[except","[exception/except","[expound","[file","[file]}","[get","[handler","[handler]","[i","[id","[interceptor]}}])])","[match","[messag","[method","[metosin/reitit","[muuntaja.cor","[muuntaja/format","[parameters]}]","[path","[path]","[registry]","[reitit.coercion.spec]","[reitit.cor","[reitit.r","[reitit.ring.coercion","[reitit.ring.middleware.except","[reitit.ring.middleware.multipart","[reitit.ring.middleware.muuntaja","[reitit.swagg","[request]","[requir","[respons","[ring.adapter.jetti","[ring.middleware.param","[router","[rrc/coerc","[submatch","[subpath","[subrout","[thi","[this])","[total","[wrap","[wrap2","[x","[zone","[{:key","[{{{:key","\\\"abba\\\"))\"},","^:replac","^^^^^^","^^^^^^^","`:admin`,`:manager`","`:user/roles`","`lein","`reitit.coercion/coercion`","`reitit/router)","abil","about.","above,","abstract","acc","accept","accept,","access","accident","accumul","accur","achiev","act","action","action:","actual","ad","adapt","add","admin}}]]","admin}}]]]))","again","again:","against","against.","againt","ahead","algorithm,","algorithm.","algorithms,","allow","allowed.","alpha","alreadi","also,","altern","alternative,","alway","ancestor","and/or","annot","anonym","anoth","another.","anyth","anything,","any},","api","api\"}}","api)","api,","api:","apidoc","apis.","app","app)","app:","appli","applic","application,","application.","application/json;","applications,","applied,","applied.","apply.","approach","approaches,","apps,","arbitrari","architectur","arg","args*]","argument","argument,","argument:","arguments:","ariti","around","ask","astut","async","at:","ataraxi","atom:","attach","aug","authent","author","authorizationmiddlewar","automat","automatically.","avail","available:","average,","avoided.","awesom","awesome.","back","back.","backend","backend,","background,","bad","bar","bar})})))","base","baselin","basic","be","beer","beer)","beer)])]","beers)))","beers:","beers]","befor","behav","behavior","behind","below","bench","benchmark","benchmark.","best","better","better,","better.","between","bi","bide","bidi","bidi,","bidi.","bidi:","bidi?","bit","blown","bodi","bonu","bonus,","bonus}})))","bonus}})}]]","boolean","booleans,","bootstrapping:","both","both,","box","box.","break","browser","build","built","bump","bundl","bundled:","busi","but,","cach","cache:","call","calls.","can't","card","case","case,","case.","cases,","cases.","catch","catches:","cc])","chain","chain,","chains.","chang","changed.","changed:","channel","charset","charset=utf","check","child","choise.","chosen","ci","class","class.","classpath.","clean,","cleanli","cli","client","clj","clojar","clojur","clojure(script)","clojure(script).","clojure,","clojure.","clojure.core/ex","clojure.core/fn?,","clojure.core/string?","clojure.lang.exceptioninfo","clojure.lang.exceptioninfo:","clojure.lang.ideref","clojure.spec","clojure.spec)","clojure.spec,","clojure.spec.alpha/conform,","clojure.spec.alpha/explain","clojure.specs.","clojurescript","clojurescript,","clojurescript.","clojurescript:","clojurian","closur","clujor","code","code,","coerc","coerce!","coerced.","coercer","coercers.","coercers}))","coercion","coercion)","coercion,","coercion.","coercion/coerc","coercion/compil","coercion:","coercion]","coercion])","colect","collect","common","compar","compil","compilation,","compilation.","compiled.","compiler,","compilerexcept","compiling:","compiling:(/users/tommi/projects/metosin/reitit/test/cljc/reitit/spec_test.cljc:151:1)","complet","complex","compojur","compojure,","compojure.","compojure:","compojure?","compon","components.","compos","composit","comput","concid","condit","configur","configuration.","conflict","conflict,","conflicts!)","conflicts)))})","conflicts.","conflicts:","conform","conj","consid","console.warn","constant","construct","contain","content","contrari","contribut","contribute?","control","convert","core","core):","cores:","correct","correct,","correctli","correctly:","correctly?","cost.","cqr","creat","created,","creation","creation:","crude","current","currently,","custom","data","data)","data)))","data,","data.","data:","database.","databases.","date:","db","db)","debug","debug.","decid","declar","decod","deepli","default","default).","default,","defaults:","defin","defined).","defined,","defined.","defined:","definit","definition\"","definitions,","definitions.","degrade.","demonstr","depend","depends.","deploy","describ","descript","design,","destructur","detail","details.","detect","dev","dev,","develop","developement,","developement.","didn't","differ","differences:","differenti","differently,","direct","directory,","disabl","disabled,","discuss","dispatch","do","doc","docs:","document","documentation,","doesn't","don't","done","done).","done,","done.","done:","downsid","driven","driven,","duct","due","dure","dynam","e","e.g.","e/expound","e])","each","easi","easier","easili","easy,","edn","edn,","effect","elegantly.","element","embed","emit","emit'","enabl","encod","encoding.","endpoint","endpoint,","endpoint.","endpoints.","enforc","enough","ensur","enter","entri","environment.","error","error.","error:","errors).","errors.","etc.","etc.)","evalu","even","event","everyth","ex","exact","exampl","example.","example.serv","except","exception\")","exception)","exception/cr","exception/default","exception/except","exception]","exception])","exceptioninfo","exceptions,","exclud","execut","executor","exist","exist.","expand","expans","expect","expected:","explain","explicit","explicitli","expos","expound","expound/printer)","expound])","extend","extens","extensions.","extern","extra","extract","fail","failed...","failed:","fails,","fallback","fals","false})","faq","fast","fast,","fast.","faster","faster.","faster?","fastest","featur","feature,","felt","few","file","file\"","file)","file):","files.","file}})}}]","first","first,","fix","flatten","flattened:","fn?","follow","following:","form","format","formatter.","found","found,","found.","fragment","fragment,","frame","frameworks.","frankli","free","frequent","fronend,","frontend","full","fulli","fun","function","function,","function.","functions,","functions.","functions:","futur","g","gave","gb","gener","generation,","get","ghz","gitbook","gitbook.","given","gmt","go","go.","go:","goal","goe","good","good:","graphql","great","guard","guide.","hacki","hander","handl","handler","handler))","handler)))","handler))))","handler).","handler)]]","handler)]])","handler)}}]","handler)}}])","handler)}}]])","handler.","handler/middlewar","handler:","handler]","handler])","handler])))","handler]]]]","handlers)","handlers,","handlers.","handler}","handler}]","handler}])))","handler}]]","handler}]]])","handler}]]])))","handler}}]]","handler}}]])))","handler}}]]]","handler}}]]])))","handling.","hard","hard.","harder","hash","have","header","headers.","help","help.","helper","here","here'","here.","hierarchi","higher","hinder","histori","history.","hit","hoc","hold","hook","hook)","hooks.","host","html5","http","http/1.1","http://localhost:3000","http://spec.commonmark.org/","httpie:","https://github.com/metosin/reitit/blob/master/examples/r","https://github.com/metosin/reitit/tree/master/examples/frontend","https://github.com/metosin/reitit/tree/master/examples/http","https://github.com/metosin/reitit/tree/master/examples/pedest","i.e.","i7","id","id\"","id\",","id\"]","id)","id))","id)))","id))))","id/ord","id/orders\"]","id]","id]))","id]]))","idea","idenfi","idenfitifi","ident","identifi","identifier.","identifier:","identity,","identity]","identity]}","identity}]","identity}}]]","identity}}]]))","id}","id},","ignor","ignored.","immut","immutat","implement","implementation.","implementation:","implicit","implicitli","in:","includ","inde","index","indic","indirection,","infinit","influenc","info","inform","information:","initi","inject","injectuserintorequestmiddlewar","inlin","input","insert","inspect","inspir","instal","instanc","instance,","instead","instruct","instrument","int","int,","int?,","int?}}","int?}}}","int?}}},","int?}}}]","integr","integrations.","intel","interact","interceptor","interceptor)","interceptor))","interceptor,","interceptor.","interceptor]","interceptors,","interfac","intern","internal)","internal,","interpret","intomiddleware.","introduct","int}}},","invalid","invalid:","inventoried.","inventories,","invocation.","invok","io]))","is.","isn't","issu","issues.","it'","it,","it.","it:","it?","iterations.","itself","itself)","i})","java.io.fil","java.lang.string,","java.sql.sqlexcept","javascript,","jetti","jetty(9.2.21.v20170120)","jetty]","jetty])","join","jvm","kb","keep","key","key,","key.","key:","keys)","keys,","keys.","keys:","keyset.","keyword","keywords)","keywords.","kikka","kikka))","kikka}","kikka})","kikka})}]","know","know.","known","kukka","l2","l3","larg","large!","later.","latest","leaf","lean","leav","left.","lein","length:","less","let'","level","level,","lib","librari","library?","libs.","life","life)","life,","lift","link","list","liter","load","loader","local","locally:","locat","log","log]","logic","long","look","lookup","lookups:","lot","lot.","lupapiste.","m/instanc","m]","macbook","macbookpro11,3","macchiato","machin","macro","magical.","magnitud","magnitude.","main","make","manag","mandatori","mani","manual","map","map.","maps.","margin","match","match)","match))))","match,","match.","match:","match?","matched)","matched),","matched,","matched.","matches,","matches:","mathc","mathces.","matter","matter?","mayb","mb","mean","measur","measure?","memory:","merg","merge.","messag","message.","meta","method","method.","methods.","micro","mid","middlewar","middleware)","middleware,","middleware.","middleware/interceptor","middleware:","middleware])","middleware]}","middleware]}})","middleware]}})))","miss","missing:","mix","model","models.","modifi","modified?,","modul","modular","module.","module:","modules:","more","more.","mostli","mount","mount.\"","move","much","multimethod","multimethod.","multipart","multipart/cr","multipart/multipart","multipart/temp","multipart]","multipart])","multipl","mutabl","muuntaja","muuntaja.core/muuntaja","muuntaja/format","muuntaja]","muuntaja])","naiv","name","name!","name,","name.","name:","name]","name])","names.","names:","namespac","namespace,","namespace.","namespaces.","name},","navig","need","negoti","negotiation,","nest","nester","nesting/composition.","never","new","nice","nice,","nil","nil)))","nil).","nil)]])","nil)})","nil,","nil.","nil:","nil]","nil})","node.j","non","none","normal","normal,","not.","not...","notabl","note","note:","noth","nothing.","nothing.\"","notic","now","now,","npm","ns","ns1","ns1)","ns1,","ns1/rout","ns1/routes]])","ns2)","ns2/routes]","ns3)","ns3.","number","numbers,","objects:","of:","ok","on","on.","on:","onc","once,","one:","ones,","only)","opaqu","opensensor","ops/sec","opt","optim","option","option,","option.","optionally,","options)))","options.","options:","options]","opts)","opts))))","opts)]","opts]","order","order\"","order.","order:","order]])","order]}}])]","origin","otherwis","out","out*","outsid","over","overal","overrid","overridden","package.","page,","param","paramet","parameter,","parameter.","parameter:","parameters\"","parameters.","parameters:","params/wrap","params]","params]))","params]}}","params}},","params}}]","paremet","pars","part","part.","partialmatch","partialmatch,","particip","part}}","part}}}","pass","path","path)","path)]","path,","path.","path:","path]","path])","paths,","paths:","pattern","pedest","pedestal).","pedestal,","pedestal.","pedestal:","pedestal?","penalty.","per","perf","perfect.","perform","performance,","performance.","performance:","persist","ping","pizza","place.","pleas","plu","pluggabl","plumat","poitn","poke","polish","port","pos?","positiveint","positiveint)\"},","positiveint}}}","possibl","possible,","post","power","powerful.","pr!","practic","pre","precompute/compil","preconfigur","predicate:","prefer","prefil","prefix","present","present.","present:","pretti","prevent","preview","previou","primitives!","principl","print","pro","problem","problem.","problem:","problems.","process","processing,","processing.","processor","processors:","prod","produc","product","production.","programmatically:","progress","project","projects.","proof","protocol","protocol)","protocol,","protocol.","protocol:","proven","provid","public","publish","pull","purpose:","push","python'","qualifi","quality.","queri","query)","question","quick","quit","r","r/expand","r/linear","r/match","r/option","r/options.","r/rout","r])","r]))","rack.","raise))))))","raise)))))))})","raise]","rational","raw","rcs/coercion","rcs])","re","react","read","readabl","readable)","reader","readi","readme:","real","realistic.","realli","really,","reason","reasoning:","recompil","record","recreat","recurs","recursive,","recursive.","refer","referenc","references:","registri","registry,","registry.","registry:","registry?","regress","reitit","reitit,","reitit.","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coerce!","reitit.coercion/coercion","reitit.coercion/compil","reitit.cor","reitit.core.rout","reitit.core/expand","reitit.core/expand)","reitit.core/match","reitit.core/merg","reitit.core/rout","reitit.core/router,","reitit.core/router:","reitit.core/throw","reitit.frontend","reitit.http/http","reitit.http/rout","reitit.impl/intostring.","reitit.interceptor","reitit.interceptor/executor)","reitit.middleware/intomiddlewar","reitit.middleware/middlewar","reitit.ring.coercion:","reitit.ring.spec/valid","reitit.ring/cr","reitit.ring/get","reitit.ring/r","reitit.ring/rout","reitit.ring_test$wrap_bonus@59fddabb","reitit.spec","reitit.spec/valid","reitit.swagg","reitit.swagger.swagg","reitit.swagger/cr","reitit:","rel","relat","relev","reload","rememb","remov","render","repl","repl`","replac","repo","represent","representation.","request","request)","request)))","request)))))","request))))})","request))})))","request)}})","request.","request:","request]","request}]","requir","required)","reset","resolut","resolution.","resolution:","resolv","resourc","resources,","resources.","respond","responess,","respons","response\"","response))","response)))","response.","response:","response]","responses)","responses,","responses:","responses]}","rest","rest(ish)","result","results,","results:","resut","retriev","return","returned,","returned:","reus","reuse)","revers","reverse)})))","rewritten.","ring","ring,","ring.","ring/creat","ring:","ring]","ring])","roadmap","role","roles)))","roles:","roles]","roles]}","roles]}]","roles]}]]","roles]}})))","root","root,","rout","route))))","route,","route.","route:","route]","route]]","route]])))","router","router!","router)","router)))","router):","router,","router.","router2","router2)","router:","routers))","routers))))","routers,","routers.","routers:","routers?","routers]","router}))","router}]","router}]]))","routes)","routes))","routes):","routes,","routes.","routes:","routes]","routing)","routing,","routing.","routing:","rrc/coerc","rrc])","rrs/valid","rrs])","rs/valid","rs])","ruby'","rule","run","runtim","s/*explain","s/int","s/int}","s/int}}","s/int}}}]","s/int}}}]))","s/key","s/str","s])","safe","saison!?","same","same.","sampl","satisfi","scenario","scene","schema","schema.","schema:","scientif","scope","search","second","second,","seconds,","see","segment","select","separ","separately:","sequenc","sequenti","sequential)","serv","served.","server","server.","server:","servers,","set","set,","set.","set])","setup:","sever","shape","share","shine","ship","shipped,","short","show","side","sieppari","sight","silent","similar","simpl","simple,","singl","site","size","slack","slow,","slower","slower,","slowest","small","snappi","so,","solut","solv","someth","somewher","source\".","source:","span","spec","spec!","spec!})","spec,","spec.","spec/int?)","spec/string?)","spec:","spec])","special","specif","specifi","specification,","specification.","specification:","specs,","specs.","speed","speed:","sqlexcept","stabl","stack","start","state","static","static,","static.","statu","step","steps.","stest])","still","store","str","str)","str])","stream","string","string,","string?","string?,","strings,","strings:","structur","str})))","style","sub","submap.","submatch)))","subpath)]","subrout","subrouters.","success","successfuli","such","suitabl","summari","sun.","super","support","sure.","swagger","swagger.","swagger/src/example/server.clj.","swagger2","swagger]","swagger])","swaggger","swap","syntax","syntax,","syntax.","syntax:","system","system.","tabl","table.","tag","take","taken","target","terse,","test","test).","test,","tests,","text/xml","thank","that'","that,","that?","them.","then,","thing","things.","things.\"","third","this,","this:","those","thown/rais","three","through","throw","thrown","thrown,","thu","thus,","time","time)","time),","time,","time.","tip","to,","to.","to:","todo","too).","too.","too:","took","tool","tools.","tools.spec","top","total","total}}))})","total}}))}}]]","toward","trace","transform","transit)\"","tree","tree,","tree.","tree:","trees,","trees.","tri","trickeri","trie","trivial","true","true).","trust","turn","two","two\"","two/swagger.json\"}","type","type\"","type:","ui","ui\"","ui,","ui.","ui/creat","ui:","ui]","ui])","un","unauthent","under","underli","understand","unifi","unmount","unnam","until","unwrap","up","updat","uri","url","us","used.","user","user\"","user]","user]}}]","usual","uuid","uuid\"","uuid/:pag","uuid]","val:","valid","validation,","validation.","valu","value))))","value]","var","varieti","vector","vector.","verbose.","verifi","version","version:","via","view","view,","view]))","view},","visual","walk","want","want,","wanted,","warn","way","way,","way.","we'll","we'r","web","webjar","wed,","welcom","welcome!","well,","whole","why?","wild","wildcard","with:","with?","within","without","work","workflow","working.","worklfow","works,","works:","wrap","wrap2","wrap3","wrapper","wrap})","wrap}))","written","wrong","wrong.","wsgi","x","x:=1","xml","y)}})}","y)}})}}]","y)}})}}]]]","y:=2","y]}","yet.","yield","zero","zone","zone)","{","{\"/api/ping\"","{\"content","{\"x\"","{200","{:","{::kikka","{::middleware/registri","{::middleware/transform","{::role","{::rs/explain","{:bodi","{:bonu","{:coercion","{:compani","{:compil","{:conflict","{:data","{:expand","{:file","{:get","{:handler","{:i","{:id","{:info","{:interceptor","{:iso","{:messag","{:middlewar","{:multipart","{:muuntaja","{:name","{:no","{:not","{:paramet","{:path","{:port","{:post","{:problem","{:produc","{:queri","{:request","{:role","{:router","{:schema","{:spec","{:statu","{:summari","{:swagger","{:tag","{:titl","{:total","{:type","{:uri","{:user","{:valid","{:x","{:z","{:zone","{;;","{method","{rout","{}","{})","{},","{}}","{}}}}}","|","}","µs","µs."],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Introduction\nReitit is a fast data-driven router for Clojure(Script).\n\nSimple data-driven route syntax\nRoute conflict resolution\nFirst-class route data\nBi-directional routing\nPluggable coercion (schema & clojure.spec)\nHelpers for ring & the browser\nExtendable\nModular\nFast\n\nModules:\n\nreitit - all bundled\nreitit-core - the routing core\nreitit-ring - a ring router\nreitit-middleware - common middleware for reitit-ring\nreitit-spec clojure.spec coercion\nreitit-schema Schema coercion\nreitit-swagger Swagger2 apidocs\nreitit-swagger-ui Integrated Swagger UI.\nreitit-frontend Tools for frontend routing\nreitit-http http-routing with Pedestal-style Interceptors (WIP)\nreitit-sieppari support for Sieppari Interceptors (WIP)\n\nLatest version\nAll bundled:\n[metosin/reitit \"0.2.1\"]\n\nOptionally, the parts can be required separately:\n[metosin/reitit-core \"0.2.1\"]\n\n;; coercion\n[metosin/reitit-spec \"0.2.1\"]\n[metosin/reitit-schema \"0.2.1\"]\n\n;; ring helpers\n[metosin/reitit-ring \"0.2.1\"]\n[metosin/reitit-middleware \"0.2.1\"]\n\n;; swagger-support for ring & http\n[metosin/reitit-swagger \"0.2.1\"]\n[metosin/reitit-swagger-ui \"0.2.1\"]\n\n;; frontend helpers\n[metosin/reitit-frontend \"0.2.1\"]\n\n;; http with interceptors (WIP)\n[metosin/reitit-http \"0.2.1\"]\n[metosin/reitit-sieppari \"0.2.1\"]\n\nThere is #reitit in Clojurians Slack for discussion & help.\nExamples\nSimple router\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/api/ping\" ::ping]\n [\"/api/orders/:id\" ::order-by-id]]))\n\nRouting:\n(r/match-by-path router \"/api/ipa\")\n; nil\n\n(r/match-by-path router \"/api/ping\")\n; #Match{:template \"/api/ping\"\n; :data {:name ::ping}\n; :result nil\n; :path-params {}\n; :path \"/api/ping\"}\n\n(r/match-by-path router \"/api/orders/1\")\n; #Match{:template \"/api/orders/:id\"\n; :data {:name ::order-by-id}\n; :result nil\n; :path-params {:id \"1\"}\n; :path \"/api/orders/1\"}\n\nReverse-routing:\n(r/match-by-name router ::ipa)\n; nil\n\n(r/match-by-name router ::ping)\n; #Match{:template \"/api/ping\"\n; :data {:name ::ping}\n; :result nil\n; :path-params {}\n; :path \"/api/ping\"}\n\n(r/match-by-name router ::order-by-id)\n; #PartialMatch{:template \"/api/orders/:id\"\n; :data {:name :user/order-by-id}\n; :result nil\n; :path-params nil\n; :required #{:id}}\n\n(r/partial-match? (r/match-by-name router ::order-by-id))\n; true\n\n(r/match-by-name router ::order-by-id {:id 2})\n; #Match{:template \"/api/orders/:id\",\n; :data {:name ::order-by-id},\n; :result nil,\n; :path-params {:id 2},\n; :path \"/api/orders/2\"}\n\nRing-router\nRing-router adds support for :handler functions, :middleware and routing based on :request-method. It also supports pluggable parameter coercion (clojure.spec), data-driven middleware, route and middleware compilation, dynamic extensions and more.\n(require '[reitit.ring :as ring])\n\n(defn handler [_]\n {:status 200, :body \"ok\"})\n\n(defn wrap [handler id]\n (fn [request]\n (update (handler request) :wrap (fnil conj '()) id)))\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[wrap :api]]}\n [\"/ping\" {:get handler\n :name ::ping}]\n [\"/admin\" {:middleware [[wrap :admin]]}\n [\"/users\" {:get handler\n :post handler}]]])))\n\nRouting:\n(app {:request-method :get, :uri \"/api/admin/users\"})\n; {:status 200, :body \"ok\", :wrap (:api :admin}\n\n(app {:request-method :put, :uri \"/api/admin/users\"})\n; nil\n\nReverse-routing:\n(require '[reitit.core :as r])\n\n(-> app (ring/get-router) (r/match-by-name ::ping))\n; #Match{:template \"/api/ping\"\n; :data {:middleware [[#object[user$wrap] :api]]\n; :get {:handler #object[user$handler]}\n; :name ::ping}\n; :result #Methods{...}\n; :path-params nil\n; :path \"/api/ping\"}\n\n"},"basics/route_syntax.html":{"url":"basics/route_syntax.html","title":"Route Syntax","keywords":"","body":"Route Syntax\nRoutes are defined as vectors of String path and optional (non-sequential) route argument child routes.\nRoutes can be wrapped in vectors and lists and nil routes are ignored.\nPaths can have path-parameters (:id) or catch-all-parameters (*path).\nExamples\nSimple route:\n[\"/ping\"]\n\nTwo routes:\n[[\"/ping\"]\n [\"/pong\"]]\n\nRoutes with route arguments:\n[[\"/ping\" ::ping]\n [\"/pong\" {:name ::pong}]]\n\nRoutes with path parameters:\n[[\"/users/:user-id\"]\n [\"/api/:version/ping\"]]\n\nRoute with catch-all parameter:\n[\"/public/*path\"]\n\nNested routes:\n[\"/api\"\n [\"/admin\" {:middleware [::admin]}\n [\"\" ::admin]\n [\"/db\" ::db]]\n [\"/ping\" ::ping]]\n\nSame routes flattened:\n[[\"/api/admin\" {:middleware [::admin], :name ::admin}]\n [\"/api/admin/db\" {:middleware [::admin], :name ::db}]\n [\"/api/ping\" {:name ::ping}]]\n\nGenerating routes\nRoutes are just data, so it's easy to create them programmatically:\n(defn cqrs-routes [actions]\n [\"/api\" {:interceptors [::api ::db]}\n (for [[type interceptor] actions\n :let [path (str \"/\" (name interceptor))\n method (condp = type\n :query :get\n :command :post)]]\n [path {method {:interceptors [interceptor]}}])])\n\n(cqrs-routes\n [[:query 'get-user]\n [:command 'add-user]\n [:command 'add-order]])\n; [\"/api\" {:interceptors [::api ::db]}\n; ([\"/get-user\" {:get {:interceptors [get-user]}}]\n; [\"/add-user\" {:post {:interceptors [add-user]}}]\n; [\"/add-order\" {:post {:interceptors [add-order]}}])]\n\n"},"basics/router.html":{"url":"basics/router.html","title":"Router","keywords":"","body":"Router\nRoutes are just data and to do routing, we need a router instance satisfying the reitit.core/Router protocol. Routers are created with reitit.core/router function, taking the raw routes and optionally an options map.\nThe Router protocol:\n(defprotocol Router\n (router-name [this])\n (routes [this])\n (options [this])\n (route-names [this])\n (match-by-path [this path])\n (match-by-name [this name] [this name params]))\n\nCreating a router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/api\"\n [\"/ping\" ::ping]\n [\"/user/:id\" ::user]]))\n\nName of the created router:\n(r/router-name router)\n; :mixed-router\n\nThe flattened route tree:\n(r/routes router)\n; [[\"/api/ping\" {:name :user/ping}]\n; [\"/api/user/:id\" {:name :user/user}]]\n\nBehind the scenes\nWhen router is created, the following steps are done:\n\nroute tree is flattened\nroute arguments are expanded (via reitit.core/Expand protocol) and optionally coerced\nroute conflicts are resolved\nroute tree is compiled\nactual router implementation is selected and created\n\n"},"basics/path_based_routing.html":{"url":"basics/path_based_routing.html","title":"Path-based Routing","keywords":"","body":"Path-based Routing\nPath-based routing is done using the reitit.core/match-by-path function. It takes the router and path as arguments and returns one of the following:\n\nnil, no match\nPartialMatch, path matched, missing path-parameters (only in reverse-routing)\nMatch, an exact match\n\nGiven a router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/api\"\n [\"/ping\" ::ping]\n [\"/user/:id\" ::user]]))\n\nNo match returns nil:\n(r/match-by-path router \"/hello\")\n; nil\n\nMatch provides the route information:\n(r/match-by-path router \"/api/user/1\")\n; #Match{:template \"/api/user/:id\"\n; :data {:name :user/user}\n; :path \"/api/user/1\"\n; :result nil\n; :path-params {:id \"1\"}}\n\n"},"basics/name_based_routing.html":{"url":"basics/name_based_routing.html","title":"Name-based Routing","keywords":"","body":"Name-based (reverse) Routing\nAll routes which have :name route data defined, can also be matched by name.\nGiven a router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/api\"\n [\"/ping\" ::ping]\n [\"/user/:id\" ::user]]))\n\nListing all route names:\n(r/route-names router)\n; [:user/ping :user/user]\n\nNo match returns nil:\n(r/match-by-name router ::kikka)\nnil\n\nMatching a route:\n(r/match-by-name router ::ping)\n; #Match{:template \"/api/ping\"\n; :data {:name :user/ping}\n; :result nil\n; :path-params {}\n; :path \"/api/ping\"}\n\nIf not all path-parameters are set, a PartialMatch is returned:\n(r/match-by-name router ::user)\n; #PartialMatch{:template \"/api/user/:id\",\n; :data {:name :user/user},\n; :result nil,\n; :path-params nil,\n; :required #{:id}}\n\n(r/partial-match? (r/match-by-name router ::user))\n; true\n\nWith provided path-parameters:\n(r/match-by-name router ::user {:id \"1\"})\n; #Match{:template \"/api/user/:id\"\n; :data {:name :user/user}\n; :path \"/api/user/1\"\n; :result nil\n; :path-params {:id \"1\"}}\n\nPath-parameters are automatically coerced into strings, with the help of (currently internal) Protocol reitit.impl/IntoString. It supports strings, numbers, booleans, keywords and objects:\n(r/match-by-name router ::user {:id 1})\n; #Match{:template \"/api/user/:id\"\n; :data {:name :user/user}\n; :path \"/api/user/1\"\n; :result nil\n; :path-params {:id \"1\"}}\n\nThere is also a exception throwing version:\n(r/match-by-name! router ::user)\n; ExceptionInfo missing path-params for route /api/user/:id: #{:id}\n\nTo turn a Match into a path, there is reitit.core/match->path:\n(-> router\n (r/match-by-name ::user {:id 1})\n (r/match->path))\n; \"/api/user/1\"\n\nIt can take an optional map of query-parameters too:\n(-> router\n (r/match-by-name ::user {:id 1})\n (r/match->path {:iso \"möly\"}))\n; \"/api/user/1?iso=m%C3%B6ly\"\n\n"},"basics/route_data.html":{"url":"basics/route_data.html","title":"Route Data","keywords":"","body":"Route Data\nRoute data is the core feature of reitit. Routes can have any map-like data attached to them. This data is interpreted either by the client application or the Router via its :coerce and :compile hooks. Route data format can be defined and validated with clojure.spec enabling a architecture of both adaptive and principled components.\nRaw routes can have a non-sequential route argument that is expanded (via router :expand hook) into route data at router creation time. By default, Keywords are expanded into :name and functions into :handler keys.\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/ping\" ::ping]\n [\"/pong\" identity]\n [\"/users\" {:get {:roles #{:admin}\n :handler identity}}]]))\n\nThe expanded route data can be retrieved from a router with routes and is returned with match-by-path and match-by-name in case of a route match.\n(r/routes router)\n; [[\"/ping\" {:name :user/ping}]\n; [\"/pong\" {:handler identity]}\n; [\"/users\" {:get {:roles #{:admin}\n; :handler identity}}]]\n\n(r/match-by-path router \"/ping\")\n; #Match{:template \"/ping\"\n; :data {:name :user/ping}\n; :result nil\n; :path-params {}\n; :path \"/ping\"}\n\n(r/match-by-name router ::ping)\n; #Match{:template \"/ping\"\n; :data {:name :user/ping}\n; :result nil\n; :path-params {}\n; :path \"/ping\"}\n\nNested route data\nFor nested route trees, route data is accumulated recursively from root towards leafs using meta-merge. Default behavior for colections is :append, but this can be overridden to :prepend, :replace or :displace using the target meta-data.\nAn example router with nested data:\n(def router\n (r/router\n [\"/api\" {:interceptors [::api]}\n [\"/ping\" ::ping]\n [\"/admin\" {:roles #{:admin}}\n [\"/users\" ::users]\n [\"/db\" {:interceptors [::db]\n :roles ^:replace #{:db-admin}}]]]))\n\nResolved route tree:\n(r/routes router)\n; [[\"/api/ping\" {:interceptors [::api]\n; :name :user/ping}]\n; [\"/api/admin/users\" {:interceptors [::api]\n; :roles #{:admin}\n; :name ::users} nil]\n; [\"/api/admin/db\" {:interceptors [::api ::db]\n; :roles #{:db-admin}}]]\n\nExpansion\nBy default, router :expand hook maps to reitit.core/expand function, backed by a reitit.core/Expand protocol. One can provide either a totally different function or add new implementations to that protocol. Expand implementations can be recursive.\nNaive example to add direct support for java.io.File route argument:\n(extend-type java.io.File\n r/Expand\n (expand [file options]\n (r/expand\n #(slurp file)\n options)))\n\n(r/router\n [\"/\" (java.io.File. \"index.html\")])\n\nSee router options for all available options.\n"},"basics/route_data_validation.html":{"url":"basics/route_data_validation.html","title":"Route Data Validation","keywords":"","body":"Route Data Validation\nRoute data can be anything, so it's easy to do go wrong. Accidentally adding a :role key instead of :roles might hinder the whole routing app without any authorization in place.\nTo fail fast, we could use the custom :coerce and :compile hooks to apply data validation and throw exceptions on first sighted problem.\nBut there is a better way. Router has a :validation hook to validate the whole route tree after it's successfuly compiled. It expects a 2-arity function routes opts => () that can side-effect in case of validation errors.\nclojure.spec\nNamespace reitit.spec contains specs for main parts of reitit.core and a helper function validate-spec! that runs spec validation for all route data and throws an exception if any errors are found.\nA Router with invalid route data:\n(require '[reitit.core :as r])\n\n(r/router\n [\"/api\" {:handler \"identity\"}])\n; #object[reitit.core$...]\n\nFails fast with clojure.spec validation turned on:\n(require '[reitit.spec :as rs])\n\n(r/router\n [\"/api\" {:handler \"identity\"}]\n {:validate rs/validate-spec!})\n; CompilerException clojure.lang.ExceptionInfo: Invalid route data:\n;\n; -- On route -----------------------\n;\n; \"/api\"\n;\n; In: [:handler] val: \"identity\" fails spec: :reitit.spec/handler at: [:handler] predicate: fn?\n;\n; {:problems (#reitit.spec.Problem{:path \"/api\", :scope nil, :data {:handler \"identity\"}, :spec :reitit.spec/default-data, :problems #:clojure.spec.alpha{:problems ({:path [:handler], :pred clojure.core/fn?, :val \"identity\", :via [:reitit.spec/default-data :reitit.spec/handler], :in [:handler]}), :spec :reitit.spec/default-data, :value {:handler \"identity\"}}})}, compiling: ...\n\nCustomizing spec validation\nrs/validate-spec! reads the following router options:\n\n\n\nkey\ndescription\n\n\n\n\n:spec\nthe spec to verify the route data (default ::rs/default-data)\n\n\n::rs/explain\ncustom explain function (default clojure.spec.alpha/explain-str)\n\n\n\nNOTE: clojure.spec implicitly validates all values with fully-qualified keys if specs exist with the same name.\nBelow is an example of using expound to pretty-print route data problems.\n(require '[clojure.spec.alpha :as s])\n(require '[expound.alpha :as e])\n\n(s/def ::role #{:admin :manager})\n(s/def ::roles (s/coll-of ::role :into #{}))\n\n(r/router\n [\"/api\" {:handler identity\n ::roles #{:adminz}}]\n {::rs/explain e/expound-str\n :validate rs/validate-spec!})\n; CompilerException clojure.lang.ExceptionInfo: Invalid route data:\n;\n; -- On route -----------------------\n;\n; \"/api\"\n;\n; -- Spec failed --------------------\n;\n; {:handler ..., :user/roles #{:adminz}}\n; ^^^^^^^\n;\n; should be one of: `:admin`,`:manager`\n;\n; -- Relevant specs -------\n;\n; :user/role:\n; #{:admin :manager}\n; :user/roles:\n; (clojure.spec.alpha/coll-of :user/role :into #{})\n; :reitit.spec/default-data:\n; (clojure.spec.alpha/keys\n; :opt-un\n; [:reitit.spec/name :reitit.spec/handler])\n;\n; -------------------------\n; Detected 1 error\n;\n; {:problems (#reitit.spec.Problem{:path \"/api\", :scope nil, :data {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"], :user/roles #{:adminz}}, :spec :reitit.spec/default-data, :problems #:clojure.spec.alpha{:problems ({:path [:user/roles], :pred #{:admin :manager}, :val :adminz, :via [:reitit.spec/default-data :user/roles :user/role], :in [:user/roles 0]}), :spec :reitit.spec/default-data, :value {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"], :user/roles #{:adminz}}}})}, compiling: ...\n\nExplicitly requiring a ::roles key in a route data:\n(r/router\n [\"/api\" {:handler identity}]\n {:spec (s/merge (s/keys :req [::roles]) ::rs/default-data)\n ::rs/explain e/expound-str\n :validate rs/validate-spec!})\n; CompilerException clojure.lang.ExceptionInfo: Invalid route data:\n;\n; -- On route -----------------------\n;\n; \"/api\"\n;\n; -- Spec failed --------------------\n;\n; {:handler\n; #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"]}\n;\n; should contain key: `:user/roles`\n;\n; | key | spec |\n; |-------------+----------------------------------------|\n; | :user/roles | (coll-of #{:admin :manager} :into #{}) |\n;\n;\n;\n; -------------------------\n; Detected 1 error\n;\n; {:problems (#reitit.spec.Problem{:path \"/api\", :scope nil, :data {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"]}, :spec #object[clojure.spec.alpha$merge_spec_impl$reify__2124 0x7461744b \"clojure.spec.alpha$merge_spec_impl$reify__2124@7461744b\"], :problems #:clojure.spec.alpha{:problems ({:path [], :pred (clojure.core/fn [%] (clojure.core/contains? % :user/roles)), :val {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"]}, :via [], :in []}), :spec #object[clojure.spec.alpha$merge_spec_impl$reify__2124 0x7461744b \"clojure.spec.alpha$merge_spec_impl$reify__2124@7461744b\"], :value {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"]}}})}, compiling:(/Users/tommi/projects/metosin/reitit/test/cljc/reitit/spec_test.cljc:151:1)\n\n"},"basics/route_conflicts.html":{"url":"basics/route_conflicts.html","title":"Route Conflicts","keywords":"","body":"Route Conflicts\nWe should fast if a router contains conflicting paths or route names. \nWhen a Router is created via reitit.core/router, both path and route name conflicts are checked automatically. By default, in case of conflict, an ex-info is thrown with a descriptive message. Is some (legacy api) cases, path conflicts are should be allowed and one can override the path conflict resolution via :conflicts router option.\nPath Conflicts\nRoutes with path conflicts:\n(require '[reitit.core :as r])\n\n(def routes\n [[\"/ping\"]\n [\"/:user-id/orders\"]\n [\"/bulk/:bulk-id\"]\n [\"/public/*path\"]\n [\"/:version/status\"]])\n\nCreating router with defaults:\n(r/router routes)\n; CompilerException clojure.lang.ExceptionInfo: Router contains conflicting route paths:\n;\n; /:user-id/orders\n; -> /public/*path\n; -> /bulk/:bulk-id\n;\n; /bulk/:bulk-id\n; -> /:version/status\n;\n; /public/*path\n; -> /:version/status\n;\n\nTo ignore the conflicts:\n(r/router\n routes\n {:conflicts nil})\n; => #object[reitit.core$linear_router$reify]\n\nTo just log the conflicts:\n(r/router\n routes\n {:conflicts (fn [conflicts]\n (println (r/path-conflicts-str conflicts)))})\n; Router contains conflicting route paths:\n;\n; /:user-id/orders\n; -> /public/*path\n; -> /bulk/:bulk-id\n;\n; /bulk/:bulk-id\n; -> /:version/status\n;\n; /public/*path\n; -> /:version/status\n;\n; => #object[reitit.core$linear_router$reify]\n\nName conflicts\nRoutes with name conflicts:\n(def routes\n [[\"/ping\" ::ping]\n [\"/admin\" ::admin]\n [\"/admin/ping\" ::ping]])\n\nCreating router with defaults:\n(r/router routes)\n;CompilerException clojure.lang.ExceptionInfo: Router contains conflicting route names:\n;\n;:reitit.core/ping\n;-> /ping\n;-> /admin/ping\n;\n\nThere is no way to disable the name conflict resolution.\n"},"coercion/coercion.html":{"url":"coercion/coercion.html","title":"Coercion Explained","keywords":"","body":"Coercion Explained\nCoercion is a process of transforming parameters (and responses) from one format into another. Reitit separates routing and coercion into two separate steps.\nBy default, all wildcard and catch-all parameters are parsed into strings:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" ::user-view]))\n\nMatch with the parsed :path-params as strings:\n(r/match-by-path r \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view},\n; :result nil,\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :path \"/metosin/users/123\"}\n\nTo enable parameter coercion, the following things need to be done:\n\nDefine a Coercion for the routes\nDefine types for the parameters\nCompile coercers for the types\nApply the coercion\n\nDefine Coercion\nreitit.coercion/Coercion is a protocol defining how types are defined, coerced and inventoried.\nReitit ships with the following coercion modules:\n\nreitit.coercion.schema/coercion for plumatic schema\nreitit.coercion.spec/coercion for both clojure.spec and data-specs\n\nCoercion can be attached to route data under :coercion key. There can be multiple Coercion implementations within a single router, normal scoping rules apply.\nDefining parameters\nRoute parameters can be defined via route data :parameters. It has keys for different type of parameters: :query, :body, :form, :header and :path. Syntax for the actual parameters depends on the Coercion implementation.\nExample with Schema path-parameters:\n(require '[reitit.coercion.schema])\n(require '[schema.core :as s])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.schema/coercion\n :parameters {:path {:company s/Str\n :user-id s/Int}}}]))\n\nA Match:\n(r/match-by-path r \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company java.lang.String,\n; :user-id Int}}},\n; :result nil,\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :path \"/metosin/users/123\"}\n\nCoercion was not applied. Why? In Reitit, routing and coercion are separate processes and we have done just the routing part. We need to apply coercion after the successful routing.\nBut now we should have enough data on the match to apply the coercion.\nCompiling coercers\nBefore the actual coercion, we should need to compile the coercers against the route data. Compiled coercers yield much better performance and the manual step of adding a coercion compiler makes things explicit and non-magical.\nCompiling can be done via a Middleware, Interceptor or a Router. We apply it now at router-level, effecting all routes (with :parameters and :coercion defined).\nThere is a helper function reitit.coercion/compile-request-coercers just for this:\n(require '[reitit.coercion :as coercion])\n(require '[reitit.coercion.schema])\n(require '[schema.core :as s])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.schema/coercion\n :parameters {:path {:company s/Str\n :user-id s/Int}}}]\n {:compile coercion/compile-request-coercers}))\n\nRouting again:\n(r/match-by-path r \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company java.lang.String,\n; :user-id Int}}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :path \"/metosin/users/123\"}\n\nThe compiler added a :result key into the match (done just once, at router creation time), which holds the compiled coercers. We are almost done.\nApplying coercion\nWe can use a helper function reitit.coercion/coerce! to do the actual coercion, based on a Match:\n(coercion/coerce!\n (r/match-by-path router \"/metosin/users/123\"))\n; {:path {:company \"metosin\", :user-id 123}}\n\nWe get the coerced paremeters back. If a coercion fails, a typed (:reitit.coercion/request-coercion) ExceptionInfo is thrown, with data about the actual error:\n(coercion/coerce!\n (r/match-by-path router \"/metosin/users/ikitommi\"))\n; => ExceptionInfo Request coercion failed:\n; #CoercionError{:schema {:company java.lang.String, :user-id Int, Any Any},\n; :errors {:user-id (not (integer? \"ikitommi\"))}}\n; clojure.core/ex-info (core.clj:4739)\n\nFull example\nHere's an full example for doing routing and coercion with Reitit and Schema:\n(require '[reitit.coercion.schema])\n(require '[reitit.coercion :as coercion])\n(require '[reitit.core :as r])\n(require '[schema.core :as s])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.schema/coercion\n :parameters {:path {:company s/Str\n :user-id s/Int}}}]\n {:compile coercion/compile-request-coercers}))\n\n(defn match-by-path-and-coerce! [path]\n (if-let [match (r/match-by-path router path)]\n (assoc match :parameters (coercion/coerce! match))))\n\n(match-by-path-and-coerce! \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company java.lang.String,\n; :user-id Int}}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :parameters {:path {:company \"metosin\", :user-id 123}}\n; :path \"/metosin/users/123\"}\n\n(match-by-path-and-coerce! \"/metosin/users/ikitommi\")\n; => ExceptionInfo Request coercion failed...\n\nRing Coercion\nFor a full-blown http-coercion, see the ring coercion.\n"},"coercion/schema_coercion.html":{"url":"coercion/schema_coercion.html","title":"Plumatic Schema","keywords":"","body":"Plumatic Schema Coercion\nPlumatic Schema is a Clojure(Script) library for declarative data description and validation.\n(require '[reitit.coercion.schema])\n(require '[reitit.coercion :as coercion])\n(require '[schema.core :as s])\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.schema/coercion\n :parameters {:path {:company s/Str\n :user-id s/Int}}}]\n {:compile coercion/compile-request-coercers}))\n\n(defn match-by-path-and-coerce! [path]\n (if-let [match (r/match-by-path router path)]\n (assoc match :parameters (coercion/coerce! match))))\n\nSuccessful coercion:\n(match-by-path-and-coerce! \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company java.lang.String,\n; :user-id Int}}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :parameters {:path {:company \"metosin\", :user-id 123}}\n; :path \"/metosin/users/123\"}\n\nFailing coercion:\n(match-by-path-and-coerce! \"/metosin/users/ikitommi\")\n; => ExceptionInfo Request coercion failed...\n\n"},"coercion/clojure_spec_coercion.html":{"url":"coercion/clojure_spec_coercion.html","title":"Clojure.spec","keywords":"","body":"Clojure.spec Coercion\nThe clojure.spec library specifies the structure of data, validates or destructures it, and can generate data based on the spec.\nWarning\nclojure.spec by itself doesn't support coercion. reitit uses spec-tools that adds coercion to spec. Like clojure.spec, it's alpha as it leans on clojure.spec.alpha/conform, which is concidered a spec internal, that might be changed or removed later.\nFor now, all leaf specs need to be wrapped into Spec Records to get the coercion working.\nThere are CLJ-2116 and CLJ-2251 that would help solve this elegantly.\nExample\n(require '[reitit.coercion.spec])\n(require '[reitit.coercion :as coercion])\n(require '[spec-tools.spec :as spec])\n(require '[clojure.spec.alpha :as s])\n(require '[reitit.core :as r])\n\n;; need to wrap the primitives!\n(s/def ::company spec/string?)\n(s/def ::user-id spec/int?)\n(s/def ::path-params (s/keys :req-un [::company ::user-id]))\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.spec/coercion\n :parameters {:path ::path-params}}]\n {:compile coercion/compile-request-coercers}))\n\n(defn match-by-path-and-coerce! [path]\n (if-let [match (r/match-by-path router path)]\n (assoc match :parameters (coercion/coerce! match))))\n\nSuccessful coercion:\n(match-by-path-and-coerce! \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path ::path-params}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :parameters {:path {:company \"metosin\", :user-id 123}}\n; :path \"/metosin/users/123\"}\n\nFailing coercion:\n(match-by-path-and-coerce! \"/metosin/users/ikitommi\")\n; => ExceptionInfo Request coercion failed...\n\n"},"coercion/data_spec_coercion.html":{"url":"coercion/data_spec_coercion.html","title":"Data-specs","keywords":"","body":"Data-spec Coercion\nData-specs is alternative, macro-free syntax to define clojure.specs. As a bonus, supports the runtime transformations via conforming out-of-the-box.\n(require '[reitit.coercion.spec])\n(require '[reitit.coercion :as coercion])\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.spec/coercion\n :parameters {:path {:company string?\n :user-id int?}}}]\n {:compile coercion/compile-request-coercers}))\n\n(defn match-by-path-and-coerce! [path]\n (if-let [match (r/match-by-path router path)]\n (assoc match :parameters (coercion/coerce! match))))\n\nSuccessful coercion:\n(match-by-path-and-coerce! \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company string?,\n; :user-id int?}}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :parameters {:path {:company \"metosin\", :user-id 123}}\n; :path \"/metosin/users/123\"}\n\nFailing coercion:\n(match-by-path-and-coerce! \"/metosin/users/ikitommi\")\n; => ExceptionInfo Request coercion failed...\n\n"},"ring/ring.html":{"url":"ring/ring.html","title":"Ring-router","keywords":"","body":"Ring Router\nRing is a Clojure web applications library inspired by Python's WSGI and Ruby's Rack. By abstracting the details of HTTP into a simple, unified API, Ring allows web applications to be constructed of modular components that can be shared among a variety of applications, web servers, and web frameworks.\n[metosin/reitit-ring \"0.2.1\"]\n\nRing-router adds support for handlers, middleware and routing based on :request-method. Ring-router is created with reitit.ring/router function. It uses a custom route compiler, creating a optimized data structure for handling route matches, with compiled middleware chain & handlers for all request methods. It also ensures that all routes have a :handler defined. reitit.ring/ring-handler is used to create a Ring handler out of ring-router.\nExample\nSimple Ring app:\n(require '[reitit.ring :as ring])\n\n(defn handler [_]\n {:status 200, :body \"ok\"})\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/ping\" handler])))\n\nApplying the handler:\n(app {:request-method :get, :uri \"/favicon.ico\"})\n; nil\n\n(app {:request-method :get, :uri \"/ping\"})\n; {:status 200, :body \"ok\"}\n\nThe expanded routes shows the compilation results:\n(-> app (ring/get-router) (reitit/routes))\n; [[\"/ping\"\n; {:handler #object[...]}\n; #Methods{:any #Endpoint{:data {:handler #object[...]},\n; :handler #object[...],\n; :middleware []}}]]\n\nNote the compiled resuts as third element in the route vector.\nRequest-method based routing\nHandler are also looked under request-method keys: :get, :head, :patch, :delete, :options, :post or :put. Top-level handler is used if request-method based handler is not found.\n(def app\n (ring/ring-handler\n (ring/router\n [\"/ping\" {:name ::ping\n :get handler\n :post handler}])))\n\n(app {:request-method :get, :uri \"/ping\"})\n; {:status 200, :body \"ok\"}\n\n(app {:request-method :put, :uri \"/ping\"})\n; nil\n\nName-based reverse routing:\n(-> app\n (ring/get-router)\n (reitit/match-by-name ::ping)\n :path)\n; \"/ping\"\n\nMiddleware\nMiddleware can be added with a :middleware key, either to top-level or under :request-method submap. It's value should be a vector of any the following:\n\nnormal ring middleware function handler -> request -> response\nvector of middleware function [handler args*] -> request -> response and it's arguments\na data-driven middleware record or a map\na Keyword name, to lookup the middleware from a Middleware Registry\n\nA middleware and a handler:\n(defn wrap [handler id]\n (fn [request]\n (handler (update request ::acc (fnil conj []) id))))\n\n(defn handler [{:keys [::acc]}]\n {:status 200, :body (conj acc :handler)})\n\nApp with nested middleware:\n(def app\n (ring/ring-handler\n (ring/router\n ;; a middleware function\n [\"/api\" {:middleware [#(wrap % :api)]}\n [\"/ping\" handler]\n ;; a middleware vector at top level\n [\"/admin\" {:middleware [[wrap :admin]]}\n [\"/db\" {:middleware [[wrap :db]]\n ;; a middleware vector at under a method\n :delete {:middleware [[wrap :delete]]\n :handler handler}}]]])))\n\nMiddleware is applied correctly:\n(app {:request-method :delete, :uri \"/api/ping\"})\n; {:status 200, :body [:api :handler]}\n\n(app {:request-method :delete, :uri \"/api/admin/db\"})\n; {:status 200, :body [:api :admin :db :delete :handler]}\n\nAsync Ring\nAll built-in middleware provide both 2 and 3-arity and are compiled for both Clojure & ClojureScript, so they work with Async Ring and Node.js too.\n"},"ring/reverse_routing.html":{"url":"ring/reverse_routing.html","title":"Reverse-routing","keywords":"","body":"Reverse routing with Ring\nBoth the router and the match are injected into Ring Request (as ::r/router and ::r/match) by the reitit.ring/ring-handler and with that, available to middleware and endpoints. To convert a Match into a path, one can use r/match->path, which optionally takes a map of query-parameters too.\nBelow is an example how to do reverse routing from a ring handler:\n(require '[reitit.core :as r])\n(require '[reitit.ring :as ring])\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/users\"\n {:get (fn [{:keys [::r/router]}]\n {:status 200\n :body (for [i (range 10)]\n {:uri (-> router\n (r/match-by-name ::user {:id i})\n ;; with extra query-params\n (r/match->path {:iso \"möly\"}))})})}]\n [\"/users/:id\"\n {:name ::user\n :get (constantly {:status 200, :body \"user...\"})}]])))\n\n(app {:request-method :get, :uri \"/users\"})\n; {:status 200,\n; :body ({:uri \"/users/0?iso=m%C3%B6ly\"}\n; {:uri \"/users/1?iso=m%C3%B6ly\"}\n; {:uri \"/users/2?iso=m%C3%B6ly\"}\n; {:uri \"/users/3?iso=m%C3%B6ly\"}\n; {:uri \"/users/4?iso=m%C3%B6ly\"}\n; {:uri \"/users/5?iso=m%C3%B6ly\"}\n; {:uri \"/users/6?iso=m%C3%B6ly\"}\n; {:uri \"/users/7?iso=m%C3%B6ly\"}\n; {:uri \"/users/8?iso=m%C3%B6ly\"}\n; {:uri \"/users/9?iso=m%C3%B6ly\"})}\n\n"},"ring/default_handler.html":{"url":"ring/default_handler.html","title":"Default handler","keywords":"","body":"Default handler\nBy default, if no routes match, nil is returned, which is not valid response in Ring:\n(require '[reitit.ring :as ring])\n\n(defn handler [_]\n {:status 200, :body \"\"})\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/ping\" handler])))\n\n(app {:uri \"/invalid\"})\n; nil\n\nSetting the default-handler as a second argument to ring-handler:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/ping\" handler])\n (constantly {:status 404, :body \"\"})))\n\n(app {:uri \"/invalid\"})\n; {:status 404, :body \"\"}\n\nTo get more correct http error responses, ring/create-default-handler can be used. It differentiates :not-found (no route matched), :method-not-accepted (no method matched) and :not-acceptable (handler returned nil).\nWith defaults:\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/ping\" {:get handler}]\n [\"/pong\" (constantly nil)]])\n (ring/create-default-handler)))\n\n(app {:request-method :get, :uri \"/ping\"})\n; {:status 200, :body \"\"}\n\n(app {:request-method :get, :uri \"/\"})\n; {:status 404, :body \"\"}\n\n(app {:request-method :post, :uri \"/ping\"})\n; {:status 405, :body \"\"}\n\n(app {:request-method :get, :uri \"/pong\"})\n; {:status 406, :body \"\"}\n\nWith custom responses:\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/ping\" {:get handler}]\n [\"/pong\" (constantly nil)]])\n (ring/create-default-handler\n {:not-found (constantly {:status 404, :body \"kosh\"})\n :method-not-allowed (constantly {:status 405, :body \"kosh\"})\n :not-acceptable (constantly {:status 406, :body \"kosh\"})})))\n\n(app {:request-method :get, :uri \"/ping\"})\n; {:status 200, :body \"\"}\n\n(app {:request-method :get, :uri \"/\"})\n; {:status 404, :body \"kosh\"}\n\n(app {:request-method :post, :uri \"/ping\"})\n; {:status 405, :body \"kosh\"}\n\n(app {:request-method :get, :uri \"/pong\"})\n; {:status 406, :body \"kosh\"}\n\n"},"ring/static.html":{"url":"ring/static.html","title":"Static Resources","keywords":"","body":"Static Resources (Clojure Only)\nStatic resources can be served using reitit.ring/create-resource-handler. It takes optionally an options map and returns a ring handler to serve files from Classpath.\nThere are two options to serve the files.\nInternal routes\nThis is good option if static files can be from non-conflicting paths, e.g. \"/assets/*\".\n(require '[reitit.ring :as ring])\n\n(ring/ring-handler\n (ring/router\n [[\"/ping\" (constantly {:status 200, :body \"pong\"})]\n [\"/assets/*\" (ring/create-resource-handler)]])\n (ring/create-default-handler))\n\nTo serve static files with conflicting routes, e.g. \"/*\", one needs to disable the conflict resolution:\n(require '[reitit.ring :as ring])\n\n(ring/ring-handler\n (ring/router\n [[\"/ping\" (constantly {:status 200, :body \"pong\"})]\n [\"/*\" (ring/create-resource-handler)]]\n {:conflicts (constantly nil)})\n (ring/create-default-handler))\n\nExternal routes\nA better way to serve files from conflicting paths, e.g. \"/*\", is to serve them from the default-handler. One can compose multiple default locations using ring-handler. This way, they are only served if none of the actual routes have matched.\n(ring/ring-handler\n (ring/router\n [\"/ping\" (constantly {:status 200, :body \"pong\"})])\n (ring/routes\n (ring/create-resource-handler {:path \"/\"})\n (ring/create-default-handler)))\n\nConfiguration\nreitit.ring/create-resource-handler takes optionally an options map to configure how the files are being served.\n\n\n\nkey\ndescription\n\n\n\n\n:parameter\noptional name of the wildcard parameter, defaults to unnamed keyword :\n\n\n:root\noptional resource root, defaults to \"public\"\n\n\n:path\noptional path to mount the handler to. Works only if mounted outside of a router.\n\n\n:loader\noptional class loader to resolve the resources\n\n\n:index-files\noptional vector of index-files to look in a resource directory, defaults to [\"index.html\"]\n\n\n\nTODO\n\nsupport for things like :cache, :etag, :last-modified?, and :gzip\nsupport for ClojureScript\nserve from file-system\n\n"},"ring/dynamic_extensions.html":{"url":"ring/dynamic_extensions.html","title":"Dynamic Extensions","keywords":"","body":"Dynamic Extensions\nring-handler injects the Match into a request and it can be extracted at runtime with reitit.ring/get-match. This can be used to build ad-hoc extensions to the system.\nExample middleware to guard routes based on user roles:\n(require '[reitit.ring :as ring])\n(require '[clojure.set :as set])\n\n(defn wrap-enforce-roles [handler]\n (fn [{:keys [::roles] :as request}]\n (let [required (some-> request (ring/get-match) :data ::roles)]\n (if (and (seq required) (not (set/subset? required roles)))\n {:status 403, :body \"forbidden\"}\n (handler request)))))\n\nMounted to an app via router data (effecting all routes):\n(def handler (constantly {:status 200, :body \"ok\"}))\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/api\"\n [\"/ping\" handler]\n [\"/admin\" {::roles #{:admin}}\n [\"/ping\" handler]]]]\n {:data {:middleware [wrap-enforce-roles]}})))\n\nAnonymous access to public route:\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body \"ok\"}\n\nAnonymous access to guarded route:\n(app {:request-method :get, :uri \"/api/admin/ping\"})\n; {:status 403, :body \"forbidden\"}\n\nAuthorized access to guarded route:\n(app {:request-method :get, :uri \"/api/admin/ping\", ::roles #{:admin}})\n; {:status 200, :body \"ok\"}\n\nDynamic extensions are nice, but we can do much better. See data-driven middleware and compiling routes.\n"},"ring/data_driven_middleware.html":{"url":"ring/data_driven_middleware.html","title":"Data-driven Middleware","keywords":"","body":"Data-driven Middleware\nRing defines middleware as a function of type handler & args => request => response. It's relatively easy to understand and enables good performance. Downside is that the middleware-chain is just a opaque function, making things like debugging and composition hard. It's too easy to apply the middleware in wrong order.\nReitit defines middleware as data:\n\nMiddleware can be defined as first-class data entries\nMiddleware can be mounted as a duct-style vector (of middleware)\nMiddleware can be optimized & compiled againt an endpoint\nMiddleware chain can be transformed by the router\n\nMiddleware as data\nAll values in the :middleware vector in the route data are expanded into reitit.middleware/Middleware Records with using the reitit.middleware/IntoMiddleware Protocol. By default, functions, maps and Middleware records are allowed.\nRecords can have arbitrary keys, but the following keys have a special purpose:\n\n\n\nkey\ndescription\n\n\n\n\n:name\nName of the middleware as a qualified keyword\n\n\n:spec\nclojure.spec definition for the route data, see route data validation (optional)\n\n\n:wrap\nThe actual middleware function of handler & args => request => response\n\n\n:compile\nMiddleware compilation function, see compiling middleware.\n\n\n\nMiddleware Records are accessible in their raw form in the compiled route results, thus available for inventories, creating api-docs etc.\nFor the actual request processing, the Records are unwrapped into normal functions and composed into a middleware function chain, yielding zero runtime penalty.\nCreating Middleware\nThe following produce identical middleware runtime function.\nFunction\n(defn wrap [handler id]\n (fn [request]\n (handler (update request ::acc (fnil conj []) id))))\n\nMap\n(def wrap3\n {:name ::wrap3\n :description \"Middleware that does things.\"\n :wrap wrap})\n\nRecord\n(require '[reitit.middleware :as middleware])\n\n(def wrap2\n (middleware/create\n {:name ::wrap2\n :description \"Middleware that does things.\"\n :wrap wrap}))\n\nUsing Middleware\n:middleware is merged to endpoints by the router.\n(require '[reitit.ring :as ring])\n\n(defn handler [{:keys [::acc]}]\n {:status 200, :body (conj acc :handler)})\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[wrap 1] [wrap2 2]]}\n [\"/ping\" {:get {:middleware [[wrap3 3]]\n :handler handler}}]])))\n\nAll the middleware are applied correctly:\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body [1 2 3 :handler]}\n\nCompiling middleware\nMiddleware can be optimized against an endpoint using middleware compilation.\nIdeas for the future\n\nSupport Middleware dependency resolution with new keys :requires and :provides. Values are set of top-level keys of the request. e.g.\nInjectUserIntoRequestMiddleware requires #{:session} and provides #{:user}\nAuthorizationMiddleware requires #{:user}\n\n\n\nIdeas welcome & see issues for details.\n"},"ring/transforming_middleware_chain.html":{"url":"ring/transforming_middleware_chain.html","title":"Transforming Middleware Chain","keywords":"","body":"Transforming the Middleware Chain\nThere is an extra option in ring-router (actually, in the underlying middleware-router): :reitit.middleware/transform to transform the middleware chain per endpoint. It gets the vector of compiled middleware and should return a new vector of middleware.\nAdding debug middleware between all other middleware\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[wrap 1] [wrap2 2]]}\n [\"/ping\" {:get {:middleware [[wrap3 3]]\n :handler handler}}]]\n {::middleware/transform #(interleave % (repeat [wrap :debug]))})))\n\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body [1 :debug 2 :debug 3 :debug :handler]}\n\nReversing the middleware chain\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[wrap 1] [wrap2 2]]}\n [\"/ping\" {:get {:middleware [[wrap3 3]]\n :handler handler}}]]\n {::middleware/transform reverse)})))\n\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body [3 2 1 :handler]}\n\n"},"ring/middleware_registry.html":{"url":"ring/middleware_registry.html","title":"Middleware Registry","keywords":"","body":"Middleware Registry\nThe :middleware syntax in reitit-ring supports also Keywords. Keywords are looked from Middleware Registry, which is a map of keyword => IntoMiddleware. Middleware registry should be stored under key :reitit.middleware/registry in the router options. If a middleware keyword isn't found in the registry, router creation fails fast with descriptive error message.\nExamples\nApplication using middleware defined in the Middleware Registry:\n(require '[reitit.ring :as ring])\n(require '[reitit.middleware :as middleware])\n\n(defn wrap-bonus [handler value]\n (fn [request]\n (handler (update request :bonus (fnil + 0) value))))\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[:bonus 20]]}\n [\"/bonus\" {:middleware [:bonus10]\n :get (fn [{:keys [bonus]}]\n {:status 200, :body {:bonus bonus}})}]]\n {::middleware/registry {:bonus wrap-bonus\n :bonus10 [:bonus 10]}})))\n\nWorks as expected:\n(app {:request-method :get, :uri \"/api/bonus\"})\n; {:status 200, :body {:bonus 30}}\n\nRouter creation fails fast if registry doesn't contain the Middleware:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[:bonus 20]]}\n [\"/bonus\" {:middleware [:bonus10]\n :get (fn [{:keys [bonus]}]\n {:status 200, :body {:bonus bonus}})}]]\n {::middleware/registry {:bonus wrap-bonus}})))\n;CompilerException clojure.lang.ExceptionInfo: Middleware :bonus10 not found in registry.\n;\n;Available middleware in registry:\n;\n;| :id | :description |\n;|--------+--------------------------------------|\n;| :bonus | reitit.ring_test$wrap_bonus@59fddabb |\n\nWhen to use the registry?\nMiddleware as Keywords helps to keep the routes (all but handlers) as literal data (e.g. data that evaluates to itself) enabling the routes to be persisted in external formats like EDN-files and databases. Duct is a good example where the middleware can be referenced from EDN-files. It should be easy to make Duct configuration a Middleware Registry in reitit-ring.\nThe bad thing it's an extra indirection, making things more complex and removed the default IDE-support of \"goto definition\" or \"look source\".\nTODO\n\na prefilled registry of common middleware in the reitit-middleware\n\n"},"ring/default_middleware.html":{"url":"ring/default_middleware.html","title":"Default Middleware","keywords":"","body":"Default Middleware\n[metosin/reitit-middleware \"0.2.1\"]\n\nAny Ring middleware can be used with reitit-ring, but using data-driven middleware is preferred as they are easier to manage and in many cases, yield better performance. reitit-middleware contains a set of common ring middleware, lifted into data-driven middleware.\n\nException handling\nContent negotiation\nMultipart request handling\n\nException handling\nA polished version of compojure-api exception handling. Catches all exceptions and invokes configured exception handler.\n(require '[reitit.ring.middleware.exception :as exception])\n\nexception/exception-middleware\nA preconfigured middleware using exception/default-handlers. Catches:\n\nRequest & response Coercion exceptions\nMuuntaja decode exceptions\nExceptions with :type of :reitit.ring/response, returning :response key from ex-data.\nSafely all other exceptions\n\n(require '[reitit.ring :as ring])\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/fail\" (fn [_] (throw (Exception. \"fail\")))]\n {:data {:middleware [exception/exception-middleware]}})))\n\n(app {:request-method :get, :uri \"/fail\"})\n;{:status 500\n; :body {:type \"exception\"\n; :class \"java.lang.Exception\"}}\n\nexception/create-exception-middleware\nCreates the exception-middleware with custom options. Takes a map of identifier => exception request => response that is used to select the exception handler for the thown/raised exception identifier. Exception idenfier is either a Keyword or a Exception Class.\nThe following handlers special keys are available:\n\n\n\nkey\ndescription\n\n\n\n\n::exception/default\na default exception handler if nothing else mathced (default exception/default-handler).\n\n\n::exception/wrap\na 3-arity handler to wrap the actual handler handler exception request => response (no default).\n\n\n\nThe handler is selected from the options map by exception idenfitifier in the following lookup order:\n1) :type of exception ex-data\n2) Class of exception\n3) :type ancestors of exception ex-data\n4) Super Classes of exception\n5) The ::default handler\n;; type hierarchy\n(derive ::error ::exception)\n(derive ::failure ::exception)\n(derive ::horror ::exception)\n\n(defn handler [message exception request]\n {:status 500\n :body {:message message\n :exception (.getClass exception)\n :data (ex-data exception)\n :uri (:uri request)}})\n\n(def exception-middleware\n (exception/create-exception-middleware\n (merge\n exception/default-handlers\n {;; ex-data with :type ::error\n ::error (partial handler \"error\")\n\n ;; ex-data with ::exception or ::failure\n ::exception (partial handler \"exception\")\n\n ;; SQLException and all it's child classes\n java.sql.SQLException (partial handler \"sql-exception\")\n\n ;; override the default handler\n ::exception/default (partial handler \"default\")\n\n ;; print stack-traces for all exceptions\n ::exception/wrap (fn [handler e request]\n (println \"ERROR\" (pr-str (:uri request)))\n (handler e request))})))\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/fail\" (fn [_] (throw (ex-info \"fail\" {:type ::failue})))]\n {:data {:middleware [exception-middleware]}})))\n\n(app {:request-method :get, :uri \"/fail\"})\n; ERROR \"/fail\"\n; => {:status 500,\n; :body {:message \"default\"\n; :exception clojure.lang.ExceptionInfo\n; :data {:type :user/failue}\n; :uri \"/fail\"}}\n\nContent Negotiation\nWrapper for Muuntaja middleware for content-negotiation, request decoding and response encoding. Takes explicit configuration via :muuntaja key in route data. Emit's swagger :produces and :consumes definitions automatically based on the Muuntaja configuration.\nNegotiates a request body based on Content-Type header and response body based on Accept, Accept-Charset headers. Publishes the negotiation results as :muuntaja/request and :muuntaja/response keys into the request.\nDecodes the request body into :body-params using the :muuntaja/request key in request if the :body-params doesn't already exist.\nEncodes the response body using the :muuntaja/response key in request if the response doesn't have Content-Type header already set.\nExpected route data:\n\n\n\nkey\ndescription\n\n\n\n\n:muuntaja\nmuuntaja.core/Muuntaja instance, does not mount if not set.\n\n\n\n(require '[reitit.ring.middleware.muuntaja :as muuntaja])\n\n\nmuuntaja/format-middleware - Negotiation, request decoding and response encoding in a single Middleware\nmuuntaja/format-negotiate-middleware - Negotiation\nmuuntaja/format-request-middleware - Request decoding\nmuuntaja/format-response-middleware - Response encoding\n\n(require '[reitit.ring :as ring])\n(require '[reitit.ring.coercion :as rrc])\n(require '[reitit.coercion.spec :as rcs])\n(require '[ring.adapter.jetty :as jetty])\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/math\"\n {:post {:summary \"negotiated request & response (json, edn, transit)\"\n :parameters {:body {:x int?, :y int?}}\n :responses {200 {:body {:total int?}}}\n :handler (fn [{{{:keys [x y]} :body} :parameters}]\n {:status 200\n :body {:total (+ x y)}})}}]\n [\"/xml\"\n {:get {:summary \"forced xml response\"\n :handler (fn [_]\n {:status 200\n :headers {\"Content-Type\" \"text/xml\"}\n :body \"kukka\"})}}]]\n {:data {:muuntaja m/instance\n :coercion rcs/coercion\n :middleware [muuntaja/format-middleware\n rrc/coerce-exceptions-middleware\n rrc/coerce-request-middleware\n rrc/coerce-response-middleware]}})))\n\n(jetty/run-jetty #'app {:port 3000, :join? false})\n\nTesting with httpie:\n> http POST :3000/math x:=1 y:=2\n\nHTTP/1.1 200 OK\nContent-Length: 11\nContent-Type: application/json; charset=utf-8\nDate: Wed, 22 Aug 2018 16:59:54 GMT\nServer: Jetty(9.2.21.v20170120)\n\n{\n \"total\": 3\n}\n\n> http :3000/xml\n\nHTTP/1.1 200 OK\nContent-Length: 20\nContent-Type: text/xml\nDate: Wed, 22 Aug 2018 16:59:58 GMT\nServer: Jetty(9.2.21.v20170120)\n\nkukka\n\nMultipart request handling\nWrapper for Ring Multipart Middleware. Emits swagger :consumes definitions automatically.\nExpected route data:\n\n\n\nkey\ndescription\n\n\n\n\n[:parameters :multipart]\nmounts only if defined for a route.\n\n\n\n(require '[reitit.ring.middleware.multipart :as multipart])\n\n\nmultipart/multipart-middleware a preconfigured middleware for multipart handling\nmultipart/create-multipart-middleware to generate with custom configuration\n\nExample app\nSee an example app with the default middleware in action: https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj.\n"},"ring/coercion.html":{"url":"ring/coercion.html","title":"Pluggable Coercion","keywords":"","body":"Pluggable Coercion\nBasic coercion is explained in detail in the Coercion Guide. With Ring, both request parameters (:query, :body, :form, :header and :path) and response :body can be coerced.\nTo enable coercion, the following things need to be done:\n\nDefine a reitit.coercion/Coercion for the routes\nDefine types for the parameters and/or responses\nMount Coercion Middleware to apply to coercion\nUse the coerced parameters in a handler/middleware\n\nDefine coercion\nreitit.coercion/Coercion is a protocol defining how types are defined, coerced and inventoried.\nReitit ships with the following coercion modules:\n\nreitit.coercion.schema/coercion for plumatic schema\nreitit.coercion.spec/coercion for both clojure.spec and data-specs\n\nCoercion can be attached to route data under :coercion key. There can be multiple Coercion implementations within a single router, normal scoping rules apply.\nDefining parameters and responses\nParameters are defined in :parameters key and responses in :responses.\nBelow is an example with Plumatic Schema. It defines input schemas for :query, :body and :path parameters and a schema for a successful response :body.\nHandler can access the coerced parameters can be read under :parameters key in the request.\n(require '[reitit.coercion.schema])\n(require '[schema.core :as s])\n\n(def PositiveInt (s/constrained s/Int pos? 'PositiveInt))\n\n(def plus-endpoint\n {:coercion reitit.coercion.schema/coercion\n :parameters {:query {:x s/Int}\n :body {:y s/Int}\n :path {:z s/Int}}\n :responses {200 {:body {:total PositiveInt}}}\n :handler (fn [{:keys [parameters]}]\n (let [total (+ (-> parameters :query :x)\n (-> parameters :body :y)\n (-> parameters :path :z))]\n {:status 200\n :body {:total total}}))})\n\nCoercion Middleware\nDefining a coercion for a route data doesn't do anything, as it's just data. We have to attach some code to apply the actual coercion. We can use the middleware from reitit.ring.coercion:\n\ncoerce-request-middleware to apply the parameter coercion\ncoerce-response-middleware to apply the response coercion\ncoerce-exceptions-middleware to transform coercion exceptions into pretty responses\n\nFull example\nHere's an full example for applying coercion with Reitit, Ring and Schema:\n(require '[reitit.ring.coercion :as rrc])\n(require '[reitit.coercion.schema])\n(require '[reitit.ring :as ring])\n(require '[schema.core :as s])\n\n(def PositiveInt (s/constrained s/Int pos? 'PositiveInt))\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\"\n [\"/ping\" {:name ::ping\n :get (fn [_]\n {:status 200\n :body \"pong\"})}]\n [\"/plus/:z\" {:name ::plus\n :post {:coercion reitit.coercion.schema/coercion\n :parameters {:query {:x s/Int}\n :body {:y s/Int}\n :path {:z s/Int}}\n :responses {200 {:body {:total PositiveInt}}}\n :handler (fn [{:keys [parameters]}]\n (let [total (+ (-> parameters :query :x)\n (-> parameters :body :y)\n (-> parameters :path :z))]\n {:status 200\n :body {:total total}}))}}]]\n {:data {:middleware [rrc/coerce-exceptions-middleware\n rrc/coerce-request-middleware\n rrc/coerce-response-middleware]}})))\n\nValid request:\n(app {:request-method :post\n :uri \"/api/plus/3\"\n :query-params {\"x\" \"1\"}\n :body-params {:y 2}})\n; {:status 200, :body {:total 6}}\n\nInvalid request:\n(app {:request-method :post\n :uri \"/api/plus/3\"\n :query-params {\"x\" \"abba\"}\n :body-params {:y 2}})\n; {:status 400,\n; :body {:schema {:x \"Int\", \"Any\" \"Any\"},\n; :errors {:x \"(not (integer? \\\"abba\\\"))\"},\n; :type :reitit.coercion/request-coercion,\n; :coercion :schema,\n; :value {:x \"abba\"},\n; :in [:request :query-params]}}\n\nInvalid response:\n(app {:request-method :post\n :uri \"/api/plus/3\"\n :query-params {\"x\" \"1\"}\n :body-params {:y -10}})\n; {:status 500,\n; :body {:schema {:total \"(constrained Int PositiveInt)\"},\n; :errors {:total \"(not (PositiveInt -6))\"},\n; :type :reitit.coercion/response-coercion,\n; :coercion :schema,\n; :value {:total -6},\n; :in [:response :body]}}\n\nOptimizations\nThe coercion middleware are compiled againts a route. In the middleware compilation step the actual coercer implementations are constructed for the defined models. Also, the middleware doesn't mount itself if a route doesn't have :coercion and :parameters or :responses defined.\nWe can query the compiled middleware chain for the routes:\n(require '[reitit.core :as r])\n\n(-> (ring/get-router app)\n (r/match-by-name ::plus)\n :result :post :middleware\n (->> (mapv :name)))\n; [::mw/coerce-exceptions\n; ::mw/coerce-request\n; ::mw/coerce-response]\n\nRoute without coercion defined:\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body \"pong\"}\n\nHas no mounted middleware:\n(-> (ring/get-router app)\n (r/match-by-name ::ping)\n :result :get :middleware\n (->> (mapv :name)))\n; []\n\n"},"ring/route_data_validation.html":{"url":"ring/route_data_validation.html","title":"Route Data Validation","keywords":"","body":"Route Data Validation\nRing route validation works just like with core router, with few differences:\n\nreitit.ring.spec/validate-spec! should be used instead of reitit.spec/validate-spec! - to support validating all endpoints (:get, :post etc.)\nWith clojure.spec validation, Middleware can contribute to route spec via :specs key. The effective route data spec is router spec merged with middleware specs.\n\nExample\nA simple app with spec-validation turned on:\n(require '[clojure.spec.alpha :as s])\n(require '[reitit.ring :as ring])\n(require '[reitit.ring.spec :as rrs])\n(require '[reitit.spec :as rs])\n(require '[expound.alpha :as e])\n\n(defn handler [_]\n {:status 200, :body \"ok\"})\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\"\n [\"/public\"\n [\"/ping\" {:get handler}]]\n [\"/internal\"\n [\"/users\" {:get {:handler handler}\n :delete {:handler handler}}]]]\n {:validate rrs/validate-spec!\n ::rs/explain e/expound-str})))\n\nAll good:\n(app {:request-method :get\n :uri \"/api/internal/users\"})\n; {:status 200, :body \"ok\"}\n\nExplicit specs via middleware\nMiddleware that requires :zone to be present in route data:\n(s/def ::zone #{:public :internal})\n\n(def zone-middleware\n {:name ::zone-middleware\n :spec (s/keys :req-un [::zone])\n :wrap (fn [handler]\n (fn [request]\n (let [zone (-> request (ring/get-match) :data :zone)]\n (println zone)\n (handler request))))})\n\nMissing route data fails fast at router creation:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [zone-middleware]} ;; \nAdding the :zone to route data fixes the problem:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [zone-middleware]}\n [\"/public\" {:zone :public} ;; {:status 200, :body \"ok\"}\n\nImplicit specs\nBy design, clojure.spec validates all fully-qualified keys with s/keys specs even if they are not defined in that keyset. Validation in implicit but powerful.\nLet's reuse the wrap-enforce-roles from Dynamic extensions and define specs for the data:\n(require '[clojure.set :as set])\n\n(s/def ::role #{:admin :manager})\n(s/def ::roles (s/coll-of ::role :into #{}))\n\n(defn wrap-enforce-roles [handler]\n (fn [{:keys [::roles] :as request}]\n (let [required (some-> request (ring/get-match) :data ::roles)]\n (if (and (seq required) (not (set/subset? required roles)))\n {:status 403, :body \"forbidden\"}\n (handler request)))))\n\nwrap-enforce-roles silently ignores if the ::roles is not present:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [zone-middleware\n wrap-enforce-roles]} ;; {:status 200, :body \"ok\"}\n\nBut fails if they are present and invalid:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [zone-middleware\n wrap-enforce-roles]}\n [\"/public\" {:zone :public}\n [\"/ping\" {:get handler}]]\n [\"/internal\" {:zone :internal}\n [\"/users\" {:get {:handler handler\n ::roles #{:manager} ;; \nPushing the data to the endpoints\nAbility to define (and reuse) route-data in mid-paths is a powerful feature, but having data defined all around might be harder to reason about. There is always an option to define all data at the endpoints.\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\"\n [\"/public\"\n [\"/ping\" {:zone :public\n :get handler\n :middleware [zone-middleware\n wrap-enforce-roles]}]]\n [\"/internal\"\n [\"/users\" {:zone :internal\n :middleware [zone-middleware\n wrap-enforce-roles]\n :get {:handler handler\n ::roles #{:manager}}\n :delete {:handler handler\n ::roles #{:admin}}}]]]\n {:validate rrs/validate-spec!\n ::rs/explain e/expound-str})))\n\nOr even flatten the routes:\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/api/public/ping\" {:zone :public\n :get handler\n :middleware [zone-middleware\n wrap-enforce-roles]}]\n [\"/api/internal/users\" {:zone :internal\n :middleware [zone-middleware\n wrap-enforce-roles]\n :get {:handler handler\n ::roles #{:manager}}\n :delete {:handler handler\n ::roles #{:admin}}}]]\n {:validate rrs/validate-spec!\n ::rs/explain e/expound-str})))\n\nThe common Middleware can also be pushed to the router, here cleanly separing behavior and data:\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/api/public/ping\" {:zone :public\n :get handler}]\n [\"/api/internal/users\" {:zone :internal\n :get {:handler handler\n ::roles #{:manager}}\n :delete {:handler handler\n ::roles #{:admin}}}]]\n {:data {:middleware [zone-middleware wrap-enforce-roles]}\n :validate rrs/validate-spec!\n ::rs/explain e/expound-str})))\n\n"},"ring/compiling_middleware.html":{"url":"ring/compiling_middleware.html","title":"Compiling Middleware","keywords":"","body":"Compiling Middleware\nThe dynamic extensions is a easy way to extend the system. To enable fast lookups into route data, we can compile them into any shape (records, functions etc.) we want, enabling fast access at request-time.\nBut, we can do much better. As we know the exact route that middleware/interceptor is linked to, we can pass the (compiled) route information into the middleware at creation-time. It can do local reasoning: extract and transform relevant data just for it and pass the optimized data into the actual request-handler via a closure - yielding much faster runtime processing. Middleware can also decide not to mount itself by returning nil. Why mount a wrap-enforce-roles middleware for a route if there are no roles required for it?\nTo enable this we use middleware records :compile key instead of the normal :wrap. :compile expects a function of route-data router-opts => ?IntoMiddleware.\nTo demonstrate the two approaches, below are response coercion middleware written as normal ring middleware function and as middleware record with :compile.\nNormal Middleware\n\nReads the compiled route information on every request. Everything is done at request-time.\n\n(defn wrap-coerce-response\n \"Middleware for pluggable response coercion.\n Expects a :coercion of type `reitit.coercion/Coercion`\n and :responses from route data, otherwise will do nothing.\"\n [handler]\n (fn\n ([request]\n (let [response (handler request)\n method (:request-method request)\n match (ring/get-match request)\n responses (-> match :result method :data :responses)\n coercion (-> match :data :coercion)\n opts (-> match :data :opts)]\n (if (and coercion responses)\n (let [coercers (response-coercers coercion responses opts)]\n (coerce-response coercers request response))\n response)))\n ([request respond raise]\n (let [method (:request-method request)\n match (ring/get-match request)\n responses (-> match :result method :data :responses)\n coercion (-> match :data :coercion)\n opts (-> match :data :opts)]\n (if (and coercion responses)\n (let [coercers (response-coercers coercion responses opts)]\n (handler request #(respond (coerce-response coercers request %))))\n (handler request respond raise))))))\n\nCompiled Middleware\n\nRoute information is provided at creation-time\nCoercers are compiled at creation-time\nMiddleware mounts only if :coercion and :responses are defined for the route\nAlso defines spec for the route data :responses for the route data validation.\n\n(require '[reitit.spec :as rs])\n\n(def coerce-response-middleware\n \"Middleware for pluggable response coercion.\n Expects a :coercion of type `reitit.coercion/Coercion`\n and :responses from route data, otherwise does not mount.\"\n {:name ::coerce-response\n :spec ::rs/responses\n :compile (fn [{:keys [coercion responses]} opts]\n (if (and coercion responses)\n (let [coercers (coercion/response-coercers coercion responses opts)]\n (fn [handler]\n (fn\n ([request]\n (coercion/coerce-response coercers request (handler request)))\n ([request respond raise]\n (handler request #(respond (coercion/coerce-response coercers request %)) raise)))))))})\n\nIt has 50% less code, it's much easier to reason about and is much faster.\n"},"ring/swagger.html":{"url":"ring/swagger.html","title":"Swagger Support","keywords":"","body":"Swagger Support\n[metosin/reitit-swagger \"0.2.1\"]\nReitit supports Swagger2 documentation, thanks to schema-tools and spec-tools. Documentation is extracted from route definitions, coercion :parameters and :responses and from a set of new documentation keys.\nTo enable swagger-documentation for a ring-router:\n\nannotate you routes with swagger-data\nmount a swagger-handler to serve the swagger-spec\noptionally mount a swagger-ui to visualize the swagger-spec\n\nSwagger data\nThe following route data keys contribute to the generated swagger specification:\n\n\n\nkey\ndescription\n\n\n\n\n:swagger\nmap of any swagger-data. Can have :id (keyword or sequence of keywords) to identify the api\n\n\n:no-doc\noptional boolean to exclude endpoint from api docs\n\n\n:tags\noptional set of strings of keywords tags for an endpoint api docs\n\n\n:summary\noptional short string summary of an endpoint\n\n\n:description\noptional long description of an endpoint. Supports http://spec.commonmark.org/\n\n\n\nCoercion keys also contribute to the docs:\n\n\n\nkey\ndescription\n\n\n\n\n:parameters\noptional input parameters for a route, in a format defined by the coercion\n\n\n:responses\noptional descriptions of responess, in a format defined by coercion\n\n\n\nThere is a reitit.swagger.swagger-feature, which acts as both a Middleware and an Interceptor that is not participating in any request processing - it just defines the route data specs for the routes it's mounted to. It is only needed if the route data validation is turned on.\nSwagger spec\nTo serve the actual Swagger Specification, there is reitit.swagger/create-swagger-handler. It takes no arguments and returns a ring-handler which collects at request-time data from all routes for the same swagger api and returns a formatted Swagger specification as Clojure data, to be encoded by a response formatter.\nIf you need to post-process the generated spec, just wrap the handler with a custom Middleware or an Interceptor.\nSwagger-ui\nSwagger-ui is a user interface to visualize and interact with the Swagger specification. To make things easy, there is a pre-integrated version of the swagger-ui as a separate module.\n[metosin/reitit-swagger-ui \"0.2.1\"]\nreitit.swagger-ui/create-swagger-ui-hander can be used to create a ring-handler to serve the swagger-ui. It accepts the following options:\n\n\n\nkey\ndescription\n\n\n\n\n:parameter\noptional name of the wildcard parameter, defaults to unnamed keyword :\n\n\n:root\noptional resource root, defaults to \"swagger-ui\"\n\n\n:url\npath to swagger endpoint, defaults to /swagger.json\n\n\n:path\noptional path to mount the handler to. Works only if mounted outside of a router.\n\n\n:config\nparameters passed to swaggger-ui as-is. See the docs\n\n\n\nWe use swagger-ui from ring-swagger-ui, which can be easily configured from routing application. It stores files swagger-ui in the resource classpath.\nWebjars also hosts a version of the swagger-ui.\nNOTE: Currently, swagger-ui module is just for Clojure. ClojureScript-support welcome as a PR!\nExamples\nSimple example\n\ntwo routes\nswagger-spec served from \"/swagger.json\"\nswagger-ui mounted to \"/\"\n\n(require '[reitit.ring :as ring])\n(require '[reitit.swagger :as swagger])\n(require '[reitit.swagger-ui :as swagger-ui])\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/api\"\n [\"/ping\" {:get (constantly {:status 200, :body \"ping\"})}]\n [\"/pong\" {:post (constantly {:status 200, :body \"pong\"})}]]\n [\"/swagger.json\"\n {:get {:no-doc true\n :handler (swagger/create-swagger-handler)}}]]) \n (swagger-ui/create-swagger-ui-handler {:path \"/\"})))\n\nThe generated swagger spec:\n(app {:request-method :get :uri \"/swagger.json\"})\n;{:status 200\n; :body {:swagger \"2.0\"\n; :x-id #{:reitit.swagger/default}\n; :paths {\"/api/ping\" {:get {}}\n; \"/api/pong\" {:post {}}}}}\n\nSwagger-ui:\n(app {:request-method :get :uri \"/\"})\n; ... the swagger-ui index-page, configured correctly\n\nMore complete example\n\nclojure.spec coercion\nswagger data (:tags, :produces, :summary)\nswagger-spec served from \"/swagger.json\"\nswagger-ui mounted to \"/\"\nset of middleware for content negotiation, exceptions, multipart etc.\nmissed routes are handled by create-default-handler\nserved via ring-jetty\n\nWhole example project is in /examples/ring-swagger.\n(ns example.server\n (:require [reitit.ring :as ring]\n [reitit.swagger :as swagger]\n [reitit.swagger-ui :as swagger-ui]\n [reitit.ring.coercion :as coercion]\n [reitit.coercion.spec]\n [reitit.ring.middleware.muuntaja :as muuntaja]\n [reitit.ring.middleware.exception :as exception]\n [reitit.ring.middleware.multipart :as multipart]\n [ring.middleware.params :as params]\n [ring.adapter.jetty :as jetty]\n [muuntaja.core :as m]\n [clojure.java.io :as io]))\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/swagger.json\"\n {:get {:no-doc true\n :swagger {:info {:title \"my-api\"}}\n :handler (swagger/create-swagger-handler)}}]\n\n [\"/files\"\n {:swagger {:tags [\"files\"]}}\n\n [\"/upload\"\n {:post {:summary \"upload a file\"\n :parameters {:multipart {:file multipart/temp-file-part}}\n :responses {200 {:body {:file multipart/temp-file-part}}}\n :handler (fn [{{{:keys [file]} :multipart} :parameters}]\n {:status 200\n :body {:file file}})}}]\n\n [\"/download\"\n {:get {:summary \"downloads a file\"\n :swagger {:produces [\"image/png\"]}\n :handler (fn [_]\n {:status 200\n :headers {\"Content-Type\" \"image/png\"}\n :body (io/input-stream (io/resource \"reitit.png\"))})}}]]\n\n [\"/math\"\n {:swagger {:tags [\"math\"]}}\n\n [\"/plus\"\n {:get {:summary \"plus with spec query parameters\"\n :parameters {:query {:x int?, :y int?}}\n :responses {200 {:body {:total int?}}}\n :handler (fn [{{{:keys [x y]} :query} :parameters}]\n {:status 200\n :body {:total (+ x y)}})}\n :post {:summary \"plus with spec body parameters\"\n :parameters {:body {:x int?, :y int?}}\n :responses {200 {:body {:total int?}}}\n :handler (fn [{{{:keys [x y]} :body} :parameters}]\n {:status 200\n :body {:total (+ x y)}})}}]]]\n\n {:data {:coercion reitit.coercion.spec/coercion\n :muuntaja m/instance\n :middleware [;; query-params & form-params\n params/wrap-params\n ;; content-negotiation\n muuntaja/format-negotiate-middleware\n ;; encoding response body\n muuntaja/format-response-middleware\n ;; exception handling\n exception/exception-middleware\n ;; decoding request body\n muuntaja/format-request-middleware\n ;; coercing response bodys\n coercion/coerce-response-middleware\n ;; coercing request parameters\n coercion/coerce-request-middleware\n ;; multipart\n multipart/multipart-middleware]}})\n (ring/routes\n (swagger-ui/create-swagger-ui-handler {:path \"/\"})\n (ring/create-default-handler))))\n\n(defn start []\n (jetty/run-jetty #'app {:port 3000, :join? false})\n (println \"server running in port 3000\"))\n\nhttp://localhost:3000 should render now the swagger-ui:\n\nMultiple swagger apis\nThere can be multiple swagger apis within a router. Each route can be part of 0..n swagger apis. Swagger apis are identified by value in route data under key path [:swagger :id]. It can be either a keyword or a sequence of keywords. Normal route data scoping rules rules apply.\nExample with:\n\n4 routes\n2 swagger apis ::one and ::two\n3 swagger specs\n\n(require '[reitit.ring :as ring])\n(require '[reitit.swagger :as swagger])\n\n(def ping-route\n [\"/ping\" {:get (constantly {:status 200, :body \"ping\"})}])\n\n(def spec-route\n [\"/swagger.json\"\n {:get {:no-doc true\n :handler (swagger/create-swagger-handler)}}])\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/common\" {:swagger {:id #{::one ::two}}} ping-route]\n [\"/one\" {:swagger {:id ::one}} ping-route spec-route]\n [\"/two\" {:swagger {:id ::two}} ping-route spec-route\n [\"/deep\" {:swagger {:id ::one}} ping-route]]\n [\"/one-two\" {:swagger {:id #{::one ::two}}} spec-route]])))\n\n(-> {:request-method :get, :uri \"/one/swagger.json\"} app :body :paths keys)\n; (\"/common/ping\" \"/one/ping\" \"/two/deep/ping\")\n\n(-> {:request-method :get, :uri \"/two/swagger.json\"} app :body :paths keys)\n; (\"/common/ping\" \"/two/ping\")\n\n(-> {:request-method :get, :uri \"/one-two/swagger.json\"} app :body :paths keys)\n; (\"/common/ping\" \"/one/ping\" \"/two/ping\" \"/two/deep/ping\")\n\nTODO\n\nClojureScript\nexample for Macchiato\nbody formatting\nresource handling\n\n\n\n"},"frontend/basics.html":{"url":"frontend/basics.html","title":"Basics","keywords":"","body":"Frontend basics\n\nhttps://github.com/metosin/reitit/tree/master/examples/frontend\n\nreitit.frontend provides few useful functions wrapping core functions:\n\nmatch-by-path version which parses a URI using JavaScript, including\nquery-string, and also coerces the parameters.\nrouter which compiles coercers by default\nmatch-by-name and match-by-name! with optional path-paramers and\nlogging errors to console.warn instead of throwing errors (to prevent\nReact breaking due to errors).\n\n"},"frontend/browser.html":{"url":"frontend/browser.html","title":"Browser integration","keywords":"","body":"Frontend browser integration\nReitit includes two browser history integrations.\nFunctions follow HTML5 History API: push-state to change route, replace-state\nto change route without leaving previous entry in browser history.\nFragment router\nFragment is simple integration which stores the current route in URL fragment,\ni.e. after #. This means the route is never part of the request URI and\nserver will always know which file to return (index.html).\nHTML5 router\nHTML5 History API can be used to modify the URL in browser without making\nrequest to the server. This means the URL will look normal, but the downside is\nthat the server must respond to all routes with correct file (index.html).\nCheck examples for simple Ring handler example.\nEasy\nReitit frontend routers require storing the state somewhere and passing it to\nall the calls. Wrapper (reitit.frontend.easy) is provided which manages\nrouter instance and passes the instance to all calls.\n"},"frontend/controllers.html":{"url":"frontend/controllers.html","title":"Controllers (WIP)","keywords":"","body":"Controllers (WIP)\n\nhttps://github.com/metosin/reitit/tree/master/examples/frontend-controllers\n\nControllers run code when a route is entered and left. This can be useful to:\n\nLoad resources\nUpdate application state\n\nAuthentication\nControllers can be used to load resources from a server. If and when your\nAPI requires authentication you will need to implement logic to prevent controllers\ntrying to do requests if user isn't authenticated yet.\nRun controllers and check authentication\nIf you have both unauthenticated and authenticated resources, you can\nrun the controllers always and then check the authentication status\non controller code, or on the code called from controllers (e.g. re-frame event\nhandler).\nDisable controllers until user is authenticated\nIf all your resources require authentication an easy way to prevent bad\nrequests is to enable controllers only after authentication is done.\nTo do this you can check authentication status and call apply-controllers\nonly after authentication is done (also remember to manually call apply-controllers\nwith current match when authentication is done). Or if no navigation is possible\nbefore authentication is done, you can start the router only after\nauthentication is done.\nAlternatives\nSimilar solution could be used to describe required resources as data (maybe\neven GraphQL query) per route, and then have code automatically load\nmissing resources.\n"},"http/interceptors.html":{"url":"http/interceptors.html","title":"Interceptors","keywords":"","body":"Interceptors (WIP)\nReitit also support for Pedestal-style interceptors as an alternative to using middleware. Basic interceptor handling is implemented in reitit.interceptor package. There is no interceptor executor shipped, but you can use libraries like Pedestal Interceptor or Sieppari to execute the chains.\nCurrent Status\nWork-in-progress and considered alpha quality.\nReitit-http\n[metosin/reitit-http \"0.2.1\"]\n\nAn module for http-routing using interceptors instead of middleware. Builds on top of the reitit-ring module. The differences:\n\ninstead of :middleware, uses :interceptors\ncompared to reitit.http/http-router takes an extra options map with mandatory key :executor (of type reitit.interceptor/Executor) and optional top level :interceptors - wrapping both routes and default handler.\noptional entry poitn reitit.http/routing-interceptor to provide a routing interceptor, to be used with Pedestal.\n\nExamples\nSieppari\nSee code at: https://github.com/metosin/reitit/tree/master/examples/http\nPedestal\nSee example at: https://github.com/metosin/reitit/tree/master/examples/pedestal\n"},"advanced/configuring_routers.html":{"url":"advanced/configuring_routers.html","title":"Configuring Routers","keywords":"","body":"Configuring Routers\nRouters can be configured via options. The following options are available for the reitit.core/router:\n\n\n\nkey\ndescription\n\n\n\n\n:path\nBase-path for routes\n\n\n:routes\nInitial resolved routes (default [])\n\n\n:data\nInitial route data (default {})\n\n\n:spec\nclojure.spec definition for a route data, see reitit.spec on how to use this\n\n\n:expand\nFunction of arg opts => data to expand route arg to route data (default reitit.core/expand)\n\n\n:coerce\nFunction of route opts => route to coerce resolved route, can throw or return nil\n\n\n:compile\nFunction of route opts => result to compile a route handler\n\n\n:validate\nFunction of routes opts => () to validate route (data) via side-effects\n\n\n:conflicts\nFunction of {route #{route}} => () to handle conflicting routes (default reitit.core/throw-on-conflicts!)\n\n\n:router\nFunction of routes opts => router to override the actual router implementation\n\n\n\n"},"advanced/composing_routers.html":{"url":"advanced/composing_routers.html","title":"Composing Routers","keywords":"","body":"Composing Routers\nData-driven approach in reitit allows us to compose routes, route data, route specs, middleware and interceptors chains. We can compose routers too. This is needed to achieve dynamic routing like in Compojure.\nImmutatability\nOnce a router is created, the routing tree is immutable and cannot be changed. To change the routing, we need to create a new router with changed routes and/or options. For this, the Router protocol exposes it's resolved routes via r/routes and options via r/options.\nAdding routes\nLet's create a router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/foo\" ::foo]\n [\"/bar/:id\" ::bar]]))\n\nWe can query the resolved routes and options:\n(r/routes router)\n;[[\"/foo\" {:name :user/foo}]\n; [\"/bar/:id\" {:name :user/bar}]]\n\n(r/options router)\n;{:lookup #object[...]\n; :expand #object[...]\n; :coerce #object[...]\n; :compile #object[...]\n; :conflicts #object[...]}\n\nLet's add a helper function to create a new router with extra routes:\n(defn add-routes [router routes]\n (r/router\n (into (r/routes router) routes)\n (r/options router)))\n\nWe can now create a new router with an extra routes:\n(def router2\n (add-routes\n router\n [[\"/baz/:id/:subid\" ::baz]]))\n\n(r/routes router2)\n;[[\"/foo\" {:name :user/foo}]\n; [\"/bar/:id\" {:name :user/bar}]\n; [\"/baz/:id/:subid\" {:name :user/baz}]]\n\nThe original router was not changed:\n(r/routes router)\n;[[\"/foo\" {:name :user/foo}]\n; [\"/bar/:id\" {:name :user/bar}]]\n\nWhen a new router is created, all rules are applied, including the conflict resolution:\n(add-routes\n router2\n [[\"/:this/should/:fail\" ::fail]])\n;CompilerException clojure.lang.ExceptionInfo: Router contains conflicting route paths:\n;\n; /baz/:id/:subid\n;-> /:this/should/:fail\n\nMerging routers\nLet's create a helper function to merge routers:\n(defn merge-routers [& routers]\n (r/router\n (apply merge (map r/routes routers))\n (apply merge (map r/options routers))))\n\nWe can now merge multiple routers into one:\n(def router\n (merge-routers\n (r/router [\"/route1\" ::route1])\n (r/router [\"/route2\" ::route2])\n (r/router [\"/route3\" ::route3])))\n\n(r/routes router)\n;[[\"/route1\" {:name :user/route1}]\n; [\"/route2\" {:name :user/route2}]\n; [\"/route3\" {:name :user/route3}]]\n\nNesting routers\nRouters can be nested using the catch-all parameter.\nHere's a router with deeply nested routers under a :router key in the route data:\n(def router\n (r/router\n [[\"/ping\" :ping]\n [\"/olipa/*\" {:name :olipa\n :router (r/router\n [[\"/olut\" :olut]\n [\"/makkara\" :makkara]\n [\"/kerran/*\" {:name :kerran\n :router (r/router\n [[\"/avaruus\" :avaruus]\n [\"/ihminen\" :ihminen]])}]])}]]))\n\nMatching by path:\n(r/match-by-path router \"/olipa/kerran/iso/kala\")\n;#Match{:template \"/olipa/*\"\n; :data {:name :olipa\n; :router #object[reitit.core$mixed_router]}\n; :result nil\n; :path-params {: \"kerran/iso/kala\"}\n; :path \"/olipa/iso/kala\"}\n\nThat didn't work as we wanted, as the nested routers don't have such a route. The core routing doesn't understand anything the :router key, so it only matched against the top-level router, which gave a match for the catch-all path.\nAs the Match contains all the route data, we can create a new matching function that understands the :router key. Below is a function that does recursive matching using the subrouters. It returns either nil or a vector of mathces.\n(require '[clojure.string :as str])\n\n(defn recursive-match-by-path [router path]\n (if-let [match (r/match-by-path router path)]\n (if-let [subrouter (-> match :data :router)]\n (let [subpath (subs path (str/last-index-of (:template match) \"/\"))]\n (if-let [submatch (recursive-match-by-path subrouter subpath)]\n (cons match submatch)))\n (list match))))\n\nWith invalid nested path we get now nil as expected:\n(recursive-match-by-path router \"/olipa/kerran/iso/kala\")\n; nil\n\nWith valid path we get all the nested matches:\n(recursive-match-by-path router \"/olipa/kerran/avaruus\")\n;[#reitit.core.Match{:template \"/olipa/*\"\n; :data {:name :olipa\n; :router #object[reitit.core$mixed_router]}\n; :result nil\n; :path-params {: \"kerran/avaruus\"}\n; :path \"/olipa/kerran/avaruus\"}\n; #reitit.core.Match{:template \"/kerran/*\"\n; :data {:name :kerran\n; :router #object[reitit.core$lookup_router]}\n; :result nil\n; :path-params {: \"avaruus\"}\n; :path \"/kerran/avaruus\"}\n; #reitit.core.Match{:template \"/avaruus\" \n; :data {:name :avaruus} \n; :result nil \n; :path-params {} \n; :path \"/avaruus\"}]\n\nLet's create a helper to get only the route names for matches:\n(defn name-path [router path]\n (some->> (recursive-match-by-path router path)\n (mapv (comp :name :data))))\n\n(name-path router \"/olipa/kerran/avaruus\")\n; [:olipa :kerran :avaruus]\n\nSo, we can nest routers, but why would we do that?\nDynamic routing\nIn all the examples above, the routers were created ahead of time, making the whole route tree effective static. To have more dynamic routing, we can use router references allowing the router to be swapped over time. We can also create fully dynamic routers where the router is re-created for each request. Let's walk through both cases.\nFirst, we need to modify our matching function to support router references:\n(defn- match :data :router \nThen, we need some routers.\nFirst, a reference to a router that can be updated on background, for example when a new entry in inserted into a database. We'll wrap the router into a atom:\n(def beer-router\n (atom\n (r/router \n [[\"/lager\" :lager]])))\n\nSecond, a reference to router, which is re-created on each routing request:\n(def dynamic-router\n (reify clojure.lang.IDeref\n (deref [_]\n (r/router\n [\"/duo\" (keyword (str \"duo\" (rand-int 100)))]))))\n\nWe can compose the routers into a system-level static root router:\n(def router\n (r/router\n [[\"/gin/napue\" :napue]\n [\"/ciders/*\" :ciders]\n [\"/beers/*\" {:name :beers\n :router beer-router}]\n [\"/dynamic/*\" {:name :dynamic\n :router dynamic-router}]]))\n\nMatching root routes:\n(name-path router \"/vodka/russian\")\n; nil\n\n(name-path router \"/gin/napue\")\n; [:napue]\n\nMatching (nested) beer routes:\n(name-path router \"/beers/lager\")\n; [:beers :lager]\n\n(name-path router \"/beers/saison\")\n; nil\n\nNo saison!? Let's add the route:\n(swap! beer-router add-routes [[\"/saison\" :saison]])\n\nThere we have it:\n(name-path router \"/beers/saison\")\n; [:beers :saison]\n\nWe can't add conflicting routes:\n(swap! beer-router add-routes [[\"/saison\" :saison]])\n;CompilerException clojure.lang.ExceptionInfo: Router contains conflicting route paths:\n;\n; /saison\n;-> /saison\n\nThe dynamic routes are re-created on every request:\n(name-path router \"/dynamic/duo\")\n; [:dynamic :duo71]\n\n(name-path router \"/dynamic/duo\")\n; [:dynamic :duo55]\n\nPerformance\nWith nested routers, instead of having to do just one route match, matching is recursive, which adds a small cost. All nested routers need to be of type catch-all at top-level, which is order of magnitude slower than fully static routes. Dynamic routes are the slowest ones, at least two orders of magnitude slower, as the router needs to be recreated for each request.\nA quick benchmark on the recursive lookups:\n\n\n\npath\ntime\ntype\n\n\n\n\n/gin/napue\n40ns\nstatic\n\n\n/ciders/weston\n440ns\ncatch-all\n\n\n/beers/saison\n600ns\ncatch-all + static\n\n\n/dynamic/duo\n12000ns\ncatch-all + dynamic\n\n\n\nThe non-recursive lookup for /gin/napue is around 23ns.\nComparing the dynamic routing performance with Compojure:\n(require '[compojure.core :refer [context])\n\n(def app\n (context \"/dynamic\" [] (constantly :duo)))\n\n(app {:uri \"/dynamic/duo\" :request-method :get})\n; :duo\n\n\n\n\npath\ntime\ntype\n\n\n\n\n/dynamic/duo\n20000ns\ncompojure\n\n\n\nCan we make the nester routing faster? Sure. We could use the Router :compile hook to compile the nested routers for better performance. We could also allow router creation rules to be disabled, to get the dynamic routing much faster.\nWhen to use nested routers?\nNesting routers is not trivial and because of that, should be avoided. For dynamic (request-time) route generation, it's the only choise. For other cases, nested routes are most likely a better option.\nLet's re-create the previous example with normal route nesting/composition.\nA helper to the root router:\n(defn create-router [beers]\n (r/router\n [[\"/gin/napue\" :napue]\n [\"/ciders/*\" :ciders]\n [\"/beers\" (for [beer beers]\n [(str \"/\" beer) (keyword \"beer\" beer)])]\n [\"/dynamic/*\" {:name :dynamic\n :router dynamic-router}]]))\n\nNew new root router reference and a helper to reset it:\n(def router\n (atom (create-router nil)))\n\n(defn reset-router! [beers]\n (reset! router (create-router beers)))\n\nThe routing tree:\n(r/routes @router)\n;[[\"/gin/napue\" {:name :napue}]\n; [\"/ciders/*\" {:name :ciders}]\n; [\"/dynamic/*\" {:name :dynamic,\n; :router #object[user$reify__24359]}]]\n\nLet's reset the router with some beers:\n(reset-router! [\"lager\" \"sahti\" \"bock\"])\n\nWe can see that the beer routes are now embedded into the core router:\n(r/routes @router)\n;[[\"/gin/napue\" {:name :napue}]\n; [\"/ciders/*\" {:name :ciders}]\n; [\"/beers/lager\" {:name :beer/lager}]\n; [\"/beers/sahti\" {:name :beer/sahti}]\n; [\"/beers/bock\" {:name :beer/bock}]\n; [\"/dynamic/*\" {:name :dynamic,\n; :router #object[user$reify__24359]}]]\n\nAnd the routing works:\n(name-path @router \"/beers/sahti\")\n;[:beer/sahti]\n\nAll the beer-routes now match in constant time.\n\n\n\npath\ntime\ntype\n\n\n\n\n/beers/sahti\n40ns\nstatic\n\n\n\nTODO\n\nadd an example how to do dynamic routing with reitit-ring\nmaybe create a recursive-router into a separate ns with all Router functions implemented correctly? maybe not...\nadd reitit.core/merge-routes to effectively merge routes with route data\n\n"},"advanced/different_routers.html":{"url":"advanced/different_routers.html","title":"Different Routers","keywords":"","body":"Different Routers\nReitit ships with several different implementations for the Router protocol, originally based on the Pedestal implementation. router function selects the most suitable implementation by inspecting the expanded routes. The implementation can be set manually using :router option, see configuring routers.\n\n\n\nrouter\ndescription\n\n\n\n\n:linear-router\nMatches the routes one-by-one starting from the top until a match is found. Slow, but works with all route trees.\n\n\n:segment-router\nRouter that creates a optimized search trie out of an route table. Much faster than :linear-router for wildcard routes. Valid only if there are no Route conflicts.\n\n\n:lookup-router\nFast router, uses hash-lookup to resolve the route. Valid if no paths have path or catch-all parameters and there are no Route conflicts.\n\n\n:single-static-path-router\nSuper fast router: string-matches a route. Valid only if there is one static route.\n\n\n:mixed-router\nContains two routers: :segment-router for wildcard routes and a :lookup-router or :single-static-path-router for static routes. Valid only if there are no Route conflicts.\n\n\n\nThe router name can be asked from the router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/ping\" ::ping]\n [\"/api/:users\" ::users]]))\n\n(r/router-name router)\n; :mixed-router\n\nOverriding the router implementation:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/ping\" ::ping]\n [\"/api/:users\" ::users]]\n {:router r/linear-router}))\n\n(r/router-name router)\n; :linear-router\n\n"},"advanced/route_validation.html":{"url":"advanced/route_validation.html","title":"Route Validation","keywords":"","body":"Route validation\nNamespace reitit.spec contains clojure.spec definitions for raw-routes, routes, router and router options.\nExample\n(require '[clojure.spec.alpha :as s])\n(require '[reitit.spec :as spec])\n\n(def routes-from-db\n [\"tenant1\" ::tenant1])\n\n(s/valid? ::spec/raw-routes routes-from-db)\n; false\n\n(s/explain ::spec/raw-routes routes-from-db)\n; In: [0] val: \"tenant1\" fails spec: :reitit.spec/path at: [:route :path] predicate: (or (blank? %) (starts-with? % \"/\"))\n; In: [0] val: \"tenant1\" fails spec: :reitit.spec/raw-route at: [:routes] predicate: (cat :path :reitit.spec/path :arg (? :reitit.spec/arg) :childs (* (and (nilable :reitit.spec/raw-route))))\n; In: [1] val: :user/tenant1 fails spec: :reitit.spec/raw-route at: [:routes] predicate: (cat :path :reitit.spec/path :arg (? :reitit.spec/arg) :childs (* (and (nilable :reitit.spec/raw-route))))\n; :clojure.spec.alpha/spec :reitit.spec/raw-routes\n; :clojure.spec.alpha/value [\"tenant1\" :user/tenant1]\n\nAt development time\nreitit.core/router can be instrumented and use a tool like expound to pretty-print the spec problems.\nFirst add a :dev dependency to:\n[expound \"0.4.0\"] ; or higher\n\nSome bootstrapping:\n(require '[clojure.spec.test.alpha :as stest])\n(require '[expound.alpha :as expound])\n(require '[clojure.spec.alpha :as s])\n(require '[reitit.spec])\n\n(stest/instrument `reitit/router)\n(set! s/*explain-out* expound/printer)\n\nAnd we are ready to go:\n(require '[reitit.core :as r])\n\n(r/router\n [\"/api\"\n [\"/public\"\n [\"/ping\"]\n [\"pong\"]]])\n\n; CompilerException clojure.lang.ExceptionInfo: Call to #'reitit.core/router did not conform to spec:\n;\n; -- Spec failed --------------------\n;\n; Function arguments\n;\n; ([\"/api\" ...])\n; ^^^^^^\n;\n; should satisfy\n;\n; (clojure.spec.alpha/cat\n; :path\n; :reitit.spec/path\n; :arg\n; (clojure.spec.alpha/? :reitit.spec/arg)\n; :childs\n; (clojure.spec.alpha/*\n; (clojure.spec.alpha/and\n; (clojure.spec.alpha/nilable :reitit.spec/raw-route))))\n;\n; or\n;\n; (clojure.spec.alpha/cat\n; :path\n; :reitit.spec/path\n; :arg\n; (clojure.spec.alpha/? :reitit.spec/arg)\n; :childs\n; (clojure.spec.alpha/*\n; (clojure.spec.alpha/and\n; (clojure.spec.alpha/nilable :reitit.spec/raw-route))))\n;\n; -- Relevant specs -------\n;\n; :reitit.spec/raw-route:\n; (clojure.spec.alpha/cat\n; :path\n; :reitit.spec/path\n; :arg\n; (clojure.spec.alpha/? :reitit.spec/arg)\n; :childs\n; (clojure.spec.alpha/*\n; (clojure.spec.alpha/and\n; (clojure.spec.alpha/nilable :reitit.spec/raw-route))))\n; :reitit.spec/raw-routes:\n; (clojure.spec.alpha/or\n; :route\n; :reitit.spec/raw-route\n; :routes\n; (clojure.spec.alpha/coll-of :reitit.spec/raw-route :into []))\n;\n; -- Spec failed --------------------\n;\n; Function arguments\n;\n; ([... [... ... [\"pong\"]]])\n; ^^^^^^\n;\n; should satisfy\n;\n; (fn\n; [%]\n; (or\n; (clojure.string/blank? %)\n; (clojure.string/starts-with? % \"/\")))\n;\n; or\n;\n; (fn\n; [%]\n; (or\n; (clojure.string/blank? %)\n; (clojure.string/starts-with? % \"/\")))\n;\n; -- Relevant specs -------\n;\n; :reitit.spec/path:\n; (clojure.spec.alpha/and\n; clojure.core/string?\n; (clojure.core/fn\n; [%]\n; (clojure.core/or\n; (clojure.string/blank? %)\n; (clojure.string/starts-with? % \"/\"))))\n; :reitit.spec/raw-route:\n; (clojure.spec.alpha/cat\n; :path\n; :reitit.spec/path\n; :arg\n; (clojure.spec.alpha/? :reitit.spec/arg)\n; :childs\n; (clojure.spec.alpha/*\n; (clojure.spec.alpha/and\n; (clojure.spec.alpha/nilable :reitit.spec/raw-route))))\n; :reitit.spec/raw-routes:\n; (clojure.spec.alpha/or\n; :route\n; :reitit.spec/raw-route\n; :routes\n; (clojure.spec.alpha/coll-of :reitit.spec/raw-route :into []))\n;\n; -------------------------\n; Detected 2 errors\n\n"},"advanced/dev_workflow.html":{"url":"advanced/dev_workflow.html","title":"Dev Workflow","keywords":"","body":"Dev Worklfow\nMany applications will require the routes to span multiple namespaces. It is quite easy to do so with reitit, but we might hit a problem during developement.\nAn example\nConsider this sample routing :\n(ns ns1)\n\n(def routes\n [\"/bar\" ::bar])\n\n(ns ns2)\n(require '[ns1])\n\n(def routes\n [[\"/ping\" ::ping]\n [\"/more\" ns1/routes]])\n\n(ns ns3)\n(require '[ns1])\n(require '[ns2])\n(require '[reitit.core :as r])\n\n(def routes\n [\"/api\"\n [\"/ns2\" ns2/routes]\n [\"/ping\" ::ping]])\n\n(def router (r/router routes))\n\nWe may query the top router and get the expected result :\n(r/match-by-path router \"/api/ns2/more/bar\")\n;#reitit.core.Match{:template \"/api/ns2/more/bar\", :data {:name :ns1/bar}, :result nil, :path-params {}, :path \"/api/ns2/more/bar\"}\n\nNotice the route name : :ns1/bar\nWhen we change the routes in ns1 like this :\n(ns ns1\n (:require [reitit.core :as r]))\n\n(def routes\n [\"/bar\" ::bar-with-new-name])\n\nAfter we recompile the ns1 namespace, and query again\nns1/routes\n;[\"/bar\" :ns1/bar-with-new-name]\n;The routes var in ns1 was changed indeed\n\n(r/match-by-path router \"/api/ns2/more/bar\")\n;#reitit.core.Match{:template \"/api/ns2/more/bar\", :data {:name :ns1/bar}, :result nil, :path-params {}, :path \"/api/ns2/more/bar\"}\n\nThe route name is still :ns1/bar !\nWhile we could use the reloaded workflow to reload the whole routing tree, it is not always possible, and quite frankly a bit slower than we might want for fast iterations.\nA crude solution\nIn order to see the changes without reloading the whole route tree, we can use functions.\n(ns ns1)\n\n(defn routes [] ;; Now a function !\n [\"/bar\" ::bar])\n\n(ns ns2)\n(require '[ns1])\n\n(defn routes [] ;; Now a function !\n [[\"/ping\" ::ping]\n [\"/more\" (ns1/routes)]]) ;; Now a function call\n\n(ns ns3)\n(require '[ns1])\n(require '[ns2])\n(require '[reitit.core :as r])\n\n(defn routes [] ;; Now a function !\n [\"/api\"\n [\"/ns2\" (ns2/routes)] ;; Now a function call\n [\"/ping\" ::ping]])\n\n(def router #(r/router (routes))) ;; Now a function\n\nLet's query again\n(r/match-by-path (router) \"/api/ns2/more/bar\") \n;#reitit.core.Match{:template \"/api/ns2/more/bar\", :data {:name :ns1/bar}, :result nil, :path-params {}, :path \"/api/ns2/more/bar\"}\n\nNotice that's we're now calling a function rather than just passing router to the matching function.\nNow let's again change the route name in ns1, and recompile that namespace.\n(ns ns1)\n\n(defn routes [] \n [\"/bar\" ::bar-with-new-name])\n\nlet's see the query result :\n(r/match-by-path (router) \"/api/ns2/more/bar\")\n;#reitit.core.Match{:template \"/api/ns2/more/bar\", :data {:name :ns1/bar-with-new-name}, :result nil, :path-params {}, :path \"/api/ns2/more/bar\"}\n\nNotice that the name is now correct, without reloading every namespace under the sun.\nWhy is this a crude solution ?\nThe astute reader will have noticed that we're recompiling the full routing tree on every invocation. While this solution is practical during developement, it goes contrary to the performance goals of reitit. \nWe need a way to only do this once at production time.\nAn easy fix\nLet's apply a small change to our ns3. We'll replace our router by two different routers, one for dev and one for production.\n(ns ns3)\n(require '[ns1])\n(require '[ns2])\n(require '[reitit.core :as r])\n\n(defn routes [] \n [\"/api\"\n [\"/ns2\" (ns2/routes)] \n [\"/ping\" ::ping]])\n\n(def dev-router #(r/router (routes))) ;; A router for dev\n(def prod-router (constantly (r/router (routes)))) ;; A router for prod\n\nAnd there you have it, dynamic during dev, performance at production. We have it all !\n"},"advanced/shared_routes.html":{"url":"advanced/shared_routes.html","title":"Shared Routes","keywords":"","body":"Shared routes\nAs reitit-core works with both Clojure & ClojureScript, one can have a shared routing table for both the frontend and the backend application, using the Clujore Common Files.\nFor backend, you need to define a :handler for the request processing, for fronend, :name enables the use of reverse routing.\nThere are multiple options to use shared routing table.\nUsing reader conditionals\n;; define the handlers for for clojure\n#?(:clj (declare get-kikka))\n#?(:clj (declare post-kikka))\n\n;; :name for both, :handler just for clojure\n(def routes\n [\"/kikka\"\n {:name ::kikka\n :get #?(:clj {:handler get-kikka})\n :post #?(:clj {:handler post-kikka})}]\n\nUsing custom expander\nraw-routes can have any non-sequential data as a route argument, which gets expanded using the :expand option given to the reitit.core.router function. It defaults to reitit.core/expand multimethod.\nFirst, define the common routes (in a .cljc file):\n(def routes\n [[\"/kikka\" ::kikka]\n [\"/bar\" ::bar]])\n\nThose can be used as-is from ClojureScript:\n(require '[reitit.core :as r])\n\n(def router\n (r/router routes))\n\n(r/match-by-name router ::kikka)\n;#Match{:template \"/kikka\"\n; :data {:name :user/kikka}\n; :result nil\n; :path-params nil\n; :path \"/kikka\"}\n\nFor the backend, we can use a custom-expander to expand the routes:\n(require '[reitit.ring :as ring])\n\n(defn my-expand [registry]\n (fn [data opts]\n (or (if (keyword? data)\n (some-> data\n registry\n (r/expand opts)\n (assoc :name data)))\n (r/expand data opts))))\n\n;; the handler functions\n(defn get-kikka [_] {:status 200, :body \"get\"})\n(defn post-kikka [_] {:status 200, :body \"post\"})\n(defn bar [_] {:status 200, :body \"bar\"})\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/kikka\" ::kikka]\n [\"/bar\" ::bar]]\n ;; use a custom expander\n {:expand (my-expand\n {::kikka {:get get-kikka\n :post post-kikka}\n ::bar bar})})))\n\n(app {:request-method :post, :uri \"/kikka\"})\n; {:status 200, :body \"post\"}\n\n"},"performance.html":{"url":"performance.html","title":"Performance","keywords":"","body":"Performance\nReitit tries to be both great in features and be really, really fast. Originally the routing was ported from Pedestal, but has been mostly rewritten.\n\nRationale\n\nMultiple routing algorithms, chosen based on the route tree\nRoute flattening and re-ordering\nManaged mutability over immutability\nPrecompute/compile as much as possible (matches, middleware, interceptors, routes)\nUse abstractions that enable JVM optimizations\nUse small functions to enable JVM Inlining\nProtocols over Multimethods\nRecords over Maps\nAlways be measuring\nDon't trust the (micro-)benchmarks\n\nDoes routing performance matter?\nWell, it depends. With small route trees, it might not. But, with large (real-life) route trees, difference between the fastest and the slowest tested libs can be two or three orders of magnitude. For busy sites it actually matters if you routing request takes 100 ns or 100 µs. A lot.\nTests\nAll perf tests are found in the repo and have been run with the following setup:\n;;\n;; start repl with `lein perf repl`\n;; perf measured with the following setup:\n;;\n;; Model Name: MacBook Pro\n;; Model Identifier: MacBookPro11,3\n;; Processor Name: Intel Core i7\n;; Processor Speed: 2,5 GHz\n;; Number of Processors: 1\n;; Total Number of Cores: 4\n;; L2 Cache (per Core): 256 KB\n;; L3 Cache: 6 MB\n;; Memory: 16 GB\n;;\nNOTE: Tests are not scientific proof and may contain errors. You should always run the perf tests with your own (real-life) routing tables to get more accurate results for your use case. Also, if you have idea how to test things better, please let us know.\nSimple Example\nThe routing sample taken from bide README:\n(require '[reitit.core :as r])\n(require '[criterium.core :as cc])\n\n(def routes\n (r/router\n [[\"/auth/login\" :auth/login]\n [\"/auth/recovery/token/:token\" :auth/recovery]\n [\"/workspace/:project/:page\" :workspace/page]]))\n\n;; Execution time mean (per 1000) : 3.2 µs -> 312M ops/sec\n(cc/quick-bench\n (dotimes [_ 1000]\n (r/match-by-path routes \"/auth/login\")))\n\n;; Execution time mean (per 1000): 530 µs -> 1.9M ops/sec\n(cc/quick-bench\n (dotimes [_ 1000]\n (r/match-by-path routes \"/workspace/1/1\")))\n\nBased on the perf tests, the first (static path) lookup is 300-500x faster and the second (wildcard path) lookup is 4-24x faster that the other tested routing libs (Ataraxy, Bidi, Compojure and Pedestal).\nBut, the example is too simple for any real benchmark. Also, some of the libraries always match on the :request-method too and by doing so, do more work than just match by path. Compojure does most work also by invoking the handler.\nSo, we need to test something more realistic.\nRESTful apis\nTo get better view on the real life routing performance, there is test of a mid-size rest(ish) http api with 50+ routes, having a lot of path parameters. The route definitions are pulled off from the OpenSensors swagger definitions.\nThanks to the snappy new segment-tree algorithm, reitit-ring is fastest here. Pedestal is also fast with it's prefix-tree implementation.\n\nCQRS apis\nAnother real-life test scenario is a CQRS-style route tree, where all the paths are static, e.g. /api/command/add-order. The 300 route definitions are pulled out from Lupapiste.\nBoth reitit-ring and Pedestal shine in this test, thanks to the fast lookup-routers. On average, they are two and on best case, three orders of magnitude faster than the other tested libs. Ataraxy failed this test on Method code too large! error.\n\nNOTE: in real life, there are usually always also wild-card routes present. In this case, Pedestal would fallback from lookup-router to the prefix-tree router, which is order of magnitude slower (30x in this test). Reitit would handle this nicely thanks to it's :mixed-router: all static routes would still be served with :lookup-router, just the wildcard routes with :segment-tree. The performance would not notably degrade.\nWhy measure?\nThe reitit routing perf is measured to get an internal baseline to optimize against. We also want to ensure that new features don't regress the performance. Perf tests should be run in a stable CI environment. Help welcome!\nLooking out of the box\nA quick poke to routers in Go indicates that the reitit is only few times slower than the fastest routers in Go. Which is really awesome (if true).\nPerformance tips\nFew things that have an effect on performance:\n\nWildcard-routes are an order of magnitude slower than static routes\nIt's ok to mix non-wildcard and wildcard routes in a same routing tree as long as you don't disable the conflict resolution => if no conflicting routes are found, a :mixed-router can be created, which internally has a fast static path router and a separate wildcard-router. So, the static paths are still fast.\nMove computation from request processing time into creation time, using by compiling middleware & route data.\nUnmounted middleware (or interceptor) is infinitely faster than a mounted one effectively doing nothing.\n\n\n\n"},"development.html":{"url":"development.html","title":"Development Instructions","keywords":"","body":"Development Instructions\nBuilding\n./scripts/lein-modules do clean, install\n\nRunning tests\n./scripts/test.sh clj\n./scripts/test.sh cljs\n\nDocumentation\nThe documentation is built with gitbook. To preview your changes locally:\nnpm install -g gitbook-cli\ngitbook install\ngitbook serve\n\nTo bump up version:\n# new version\n./scripts/set-version \"1.0.0\"\n./scripts/lein-modules install\n\n# works\nlein test\n\n# deploy to clojars\n./scripts/lein-modules do clean, deploy clojars\n\n"},"faq.html":{"url":"faq.html","title":"FAQ","keywords":"","body":"Frequently Asked Questions\n\nWhy yet another routing library?\nHow can I contribute?\nHow does Reitit differ from Bidi?\nHow does Reitit differ from Pedestal?\nHow does Reitit differ from Compojure?\n\nWhy yet another routing library?\nRouting and dispatching is in the core of most business apps, so we should have a great library to for it. There are already many good routing libs for Clojure, but we felt none was perfect. So, we took best parts of existing libs and added features that were missing: first-class composable route data, full route conflict resolution and pluggable coercion. Goal was to make a data-driven library that works, is fun to use and is really, really fast.\nHow can I contribute?\nYou can join #reitit channel in Clojurians slack to discuss things. Known roadmap is mostly written in issues.\nHow does Reitit differ from Bidi?\nBidi is an great and proven library for ClojureScript and we have been using it in many of our frontend projects. Both Reitit and Bidi are data-driven, bi-directional and work with both Clojure & ClojureScript. Here are the main differences:\nRoute syntax\n\nBidi supports multiple representations for route syntax, Reitit supports just one (simple) syntax.\nBidi uses special (Clojure) syntax for route patterns while Reitit separates (human-readable) paths strings from route data - still exposing the machine-readable syntax for extensions.\n\nBidi:\n(def routes\n [\"/\" [[\"auth/login\" :auth/login]\n [[\"auth/recovery/token/\" :token] :auth/recovery]\n [\"workspace/\" [[[:project-uuid \"/\" :page-uuid] :workspace/page]]]]])\n\nReitit:\n(def routes\n [[\"/auth/login\" :auth/login]\n [\"/auth/recovery/token/:token\" :auth/recovery]\n [\"/workspace/:project-uuid/:page-uuid\" :workspace/page]])\n\nFeatures\n\nBidi has extra features like route guards\nReitit ships with composable route data, specs, full route conflict resolution and pluggable coercion.\n\nPerformance\n\nBidi is not optimized for speed and thus, Reitit is much faster than Bidi. From Bidi source:\n\n;; Route compilation was only marginally effective and hard to\n;; debug. When bidi matching takes in the order of 30 micro-seconds,\n;; this is good enough in relation to the time taken to process the\n;; overall request.\n\nHow does Reitit differ from Pedestal?\nPedestal is an great and proven library and has had great influence in Reitit. Both Reitit and Pedestal are data-driven and provide bi-directional routing and fast. Here are the main differences:\nClojureScript\n\nPedestal targets only Clojure, while Reitit works also with ClojureScript.\n\nRoute syntax\n\nPedestal supports multiple representations for route syntax: terse, table and verbose. Reitit provides only one representation.\nPedestal supports both maps or keyword-arguments in route data, in Reitit, it's all maps.\n\nPedestal:\n[\"/api/ping\" :get identity :route-name ::ping]\n\nReitit:\n[\"/api/ping\" {:get identity, :name ::ping}]\n\nFeatures\n\nPedestal supports route guards\nPedestal supports interceptors (reitit-http module will support them too).\nReitit ships with composable route data, specs, full route conflict resolution and pluggable coercion.\nIn Pedestal, different routers behave differently, in Reitit, all work the same.\n\nPerformance\nReitit routing was originally based on Pedestal Routing an thus they same similar performance. For routing trees with both static and wildcard routes, Reitit is much faster thanks to it's mixed-router algorithm.\nHow does Reitit differ from Compojure?\nCompojure is the most used routing library in Clojure. It's proven and awesome.\nClojureScript\n\nCompojure targets only Clojure, while Reitit works also with ClojureScript.\n\nRoute syntax\n\nCompojure uses routing functions and macros while reitit is all data\nCompojure allows easy destructuring of route params on mid-path\nApplying middleware for sub-paths is hacky on Compojure, reitit-ring resolves this with data-driven middleware\n\nCompojure:\n(defroutes routes\n (wrap-routes\n (context \"/api\" []\n (GET \"/users/:id\" [id :\nreitit-ring with reitit-spec module:\n(def routes\n [\"/api\" {:middleware [[wrap-api :secure]]}\n [\"/users/:id\" {:get {:parameters {:path {:id int?}}}\n :handler (fn [{:keys [parameters]}]\n (ok (get-user (-> parameters :body :id))))}\n [\"/pizza\" {:post {:middleware [wrap-log]\n :handler post-pizza-handler}]]])\n\nFeatures\n\nDynamic routing is trivial in Compojure, with reitit, some trickery is needed\nReitit ships with composable route data, specs, full route conflict resolution and pluggable coercion.\n\nPerformance\nReitit is much faster than Compojure.\n"}}} \ No newline at end of file +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["\"/api/admin/users\"})","\"/api/ipa\")","\"/api/orders/1\")","\"/api/orders/1\"}","\"/api/orders/2\"}","\"/api/orders/:id\"","\"/api/orders/:id\",","\"/api/ping\"","\"/api/ping\")","\"/api/ping\"}","\"0.2.1\"]","\"1\"}","\"ok\",","\"ok\"})","#match{:templ","#methods{...}","#object[user$handler]}","#partialmatch{:templ","#reitit","#{:id}}","&","'())","'[reitit.cor","'[reitit.r","(","(:api","(app","(clojure.spec),","(def","(defn","(fn","(fnil","(handler","(r/match","(r/partial","(r/router","(requir","(ring/get","(ring/r","(ring/rout","(schema","(updat","(wip)","200,","2})","2},","::ipa)","::order","::ping)","::ping))","::ping]","::ping}","::ping}]",":a",":admin]]}",":admin}",":api]]",":api]]}",":bodi",":data",":get",":get,",":handler",":middlewar",":name",":path",":post",":put,",":request",":requir",":result",":uri",":user/ord",":wrap",";",";;",">","[\"/admin\"","[\"/api\"","[\"/api/orders/:id\"","[\"/ping\"","[\"/users\"","[[\"/api/ping\"","[[#object[user$wrap]","[[wrap","[_]","[handler","[metosin/reitit","[request]","add","apidoc","app","base","bi","browser","bundl","bundled:","class","clojure(script).","clojure.spec","clojure.spec)","clojurian","coercion","common","compilation,","conflict","conj","core","data","direct","discuss","driven","dynam","exampl","extend","extens","fast","first","frontend","functions,","handler","handler}]]])))","help.","helper","http","id","id)","id))","id)))","id]","id]]))","id}","id},","integr","interceptor","introduct","latest","match?","method","method.","middlewar","middleware,","modular","modules:","more.","name","nil","nil,","optionally,","param","paramet","part","path","pedest","pluggabl","r])","reitit","request)","requir","resolut","revers","ring","ring])","rout","router","router)","routing:","schema","separately:","sieppari","simpl","slack","spec","style","support","swagger","swagger2","syntax","tool","true","ui","ui.","version","wrap","{:get","{:handler","{:id","{:middlewar","{:name","{:request","{:statu","{}"],"basics/route_syntax.html":["\"/\"","'add","'get","(*path).","(:id)","([\"/get","(condp","(cqr","(defn","(for","(name","(non","(str","/foo","/foo%20bar.","::admin]","::admin}]","::db]]","::db]}","::db}]","::ping]","::ping]]","::ping}]]","::pong}]]",":command",":get",":let",":name",":post)]]",":queri",";","=","[\"\"","[\"/add","[\"/admin\"","[\"/api\"","[\"/api/:version/ping\"]]","[\"/api/admin/db\"","[\"/api/ping\"","[\"/db\"","[\"/ping\"","[\"/ping\"]","[\"/pong\"","[\"/pong\"]]","[\"/public/*path\"]","[::admin],","[::admin]}","[::api","[:command","[[\"/api/admin\"","[[\"/ping\"","[[\"/ping\"]","[[\"/users/:us","[[:queri","[[type","[actions]","[add","[get","[interceptor]}}])])","[path","action","appli","argument","arguments:","bar","catch","child","cqr","creat","data,","defin","e.g.,","easi","encod","exampl","flattened:","gener","id\"]","ignored.","interceptor))","interceptor]","it'","list","method","need","nest","nil","option","order\"","order]])","order]}}])]","paramet","parameter:","parameters:","path","paths.","programmatically:","reitit","rout","route:","routes.","routes:","same","sequential)","simpl","string","syntax","that,","two","type","user\"","user]","user]}}]","vector","wrap","yourself.","{:get","{:interceptor","{:middlewar","{:name","{:post","{method"],"basics/router.html":["'[reitit.cor","(def","(defprotocol","(match","(option","(r/rout","(r/router","(requir","(rout","(router","(via","::ping]","::user]]))",":a",":mix",":user/ping}]",":user/user}]]",";","[\"/api\"","[\"/api/user/:id\"","[\"/ping\"","[\"/user/:id\"","[[\"/api/ping\"","[thi","[this])","actual","argument","behind","coerc","compil","conflict","creat","created,","data","done:","expand","flatten","follow","function,","implement","instanc","map.","name","name]","need","option","params]))","path","path])","protocol)","protocol.","protocol:","r])","raw","reitit.core/expand","reitit.core/rout","resolv","rout","router","router)","router:","routing,","satisfi","scene","select","step","take","tree","tree:","{:name"],"basics/path_based_routing.html":["\"/api/user/1\"","\"/api/user/1\")","\"/api/user/:id\"","\"/hello\")","\"1\"}}","#match{:templ","'[reitit.cor","(def","(onli","(r/match","(r/router","(requir","::ping]","::user]]))",":a",":data",":path",":result",":user/user}",";","[\"/api\"","[\"/ping\"","[\"/user/:id\"","argument","base","done","exact","following:","function.","given","information:","match","match,","matched,","miss","nil","nil,","nil:","on","param","paramet","partialmatch,","path","provid","r])","reitit.core/match","return","revers","rout","router","router:","routing)","take","us","{:id","{:name"],"basics/name_based_routing.html":["\"/api/ping\"","\"/api/ping\"}","\"/api/user/1\"","\"/api/user/1?iso=m%c3%b6ly\"","\"/api/user/:id\"","\"/api/user/:id\",","\"1\"})","\"1\"}}","\"möly\"}))","#match{:templ","#partialmatch{:templ","#{:id}","#{:id}}","'[reitit.cor","(","(current","(def","(r/match","(r/partial","(r/rout","(r/router","(requir","(reverse)","/api/user/:id:","1})","::kikka)","::ping)","::ping]","::user","::user)","::user))","::user]]))",":a",":data",":name",":path",":requir",":result",":user/ping}",":user/user]",":user/user}",":user/user},",";",">",">path",">path))",">path:","[\"/api\"","[\"/ping\"","[\"/user/:id\"","[:user/p","automat","base","booleans,","coerc","data","defined,","except","exceptioninfo","given","help","internal)","keyword","list","map","match","match?","miss","name","name!","name.","names:","nil","nil,","nil:","numbers,","objects:","option","param","paramet","parameters:","partialmatch","path","path,","protocol","provid","queri","r])","reitit.core/match","reitit.impl/intostring.","return","returned:","rout","route:","router","router)","router:","set,","strings,","support","take","throw","too:","true","turn","version:","{:id","{:iso","{:name","{}"],"basics/route_data.html":["\"/ping\"","\"/ping\")","\"/ping\"}","\"index.html\")])","#(slurp","#match{:templ","#{:admin}","#{:admin}}","#{:db","'[reitit.cor","(def","(expand","(extend","(java.io.file.","(r/expand","(r/match","(r/rout","(r/router","(requir","(via","::db]","::ping)","::ping]","::users]","::users}",":a",":append,",":coerc",":compil",":data",":displac",":expand",":handler",":name",":path",":prepend,",":replac",":result",":role",":user/ping}",":user/ping}]",";","[\"/\"","[\"/admin\"","[\"/api\"","[\"/api/admin/db\"","[\"/api/admin/users\"","[\"/db\"","[\"/ping\"","[\"/pong\"","[\"/users\"","[::api","[::api]","[::api]}","[::db]","[[\"/api/ping\"","[[\"/ping\"","[file","^:replac","accumul","adapt","add","admin}}]]","admin}}]]]))","applic","architectur","argument","argument:","attach","avail","back","behavior","both","case","client","clojure.spec","colect","components.","core","creation","data","data.","data:","default","default,","defin","differ","direct","enabl","exampl","expand","expans","featur","file)","format","function","function,","hook","hook)","hooks.","identity]","identity]}","identity}}]]","identity}}]]))","implement","interpret","java.io.fil","keys.","keyword","leaf","map","match","match.","merge.","meta","naiv","name","nest","new","nil","nil]","non","on","option","options)))","options.","options]","overridden","param","path","principl","protocol.","provid","r/expand","r])","raw","recurs","recursive.","reitit.","reitit.core/expand","resolv","retriev","return","root","rout","router","router)","see","sequenti","support","target","them.","time.","total","toward","tree:","trees,","type","us","valid","via","{:get","{:handler","{:interceptor","{:name","{:role","{}"],"basics/route_data_validation.html":["\"/api\"","\"/api\",","\"clojure.core$identity@15b59b0e\"],","\"clojure.core$identity@15b59b0e\"]}","\"clojure.core$identity@15b59b0e\"]},","\"clojure.core$identity@15b59b0e\"]}}})},","\"clojure.spec.alpha$merge_spec_impl$reify__2124@7461744b\"],","\"identity\"","\"identity\",","\"identity\"},","\"identity\"}]","\"identity\"}])","\"identity\"}}})},","#:clojure.spec.alpha{:problem","#object[clojure.core$ident","#object[clojure.spec.alpha$merge_spec_impl$reify__2124","#object[reitit.core$...]","#{:admin","#{:adminz}}","#{:adminz}},","#{:adminz}}]","#{:adminz}}}})},","#{})","#{}))","%","'[clojure.spec.alpha","'[expound.alpha","'[reitit.cor","'[reitit.spec","(#reitit.spec.problem{:path","()","(clojure.core/contains?","(clojure.core/fn","(clojure.spec.alpha/col","(clojure.spec.alpha/key","(coll","(default","(r/router","(requir","(s/coll","(s/def","(s/key","(s/merg","({:path","+","...","...,","0]}),","0x15b59b0e","0x7461744b","1","2","::role","::rs/default","::rs/explain",":a",":adminz,",":coerc",":compil",":data",":in",":into",":manager}",":manager})",":manager},",":opt",":pred",":problem",":reitit.spec/default",":reitit.spec/handl",":reitit.spec/handler])",":reitit.spec/handler],",":req",":role",":scope",":spec",":user/rol",":user/role:",":user/role],",":user/roles)),",":user/roles:",":val",":valid",":valu",":via",";","=>","[\"/api\"","[%]","[::roles])","[:handler]","[:handler],","[:handler]}),","[:reitit.spec/default","[:reitit.spec/nam","[:user/rol","[:user/roles],","[],","[]}),","^^^^^^^","`:admin`,`:manager`","`:user/roles`","accident","ad","anything,","app","appli","ariti","at:","author","below","better","case","clojure.core/fn?,","clojure.lang.exceptioninfo:","clojure.spec","clojure.spec.alpha/explain","compiled.","compilerexcept","compiling:","compiling:(/users/tommi/projects/metosin/reitit/test/cljc/reitit/spec_test.cljc:151:1)","contain","custom","data","data)","data,","data:","descript","detect","e/expound","e])","easi","effect","error","errors.","exampl","except","exist","expect","explain","explicitli","expound","fail","fast","fast,","first","fn?","follow","found.","fulli","function","go","helper","hinder","hook","ident","identity}]","implicitli","in:","instead","invalid","it'","key","key:","main","name.","namespac","nil,","note:","of:","on","on:","opt","options:","part","place.","predicate:","pretti","print","problem.","problems.","qualifi","r])","read","reitit.cor","reitit.spec","relev","requir","rout","router","rs/valid","rs])","run","s])","same","side","sight","spec","spec!","spec!})","spec:","str","str)","successfuli","throw","tree","turn","un","us","val:","valid","valu","verifi","way.","whole","without","wrong.","{::rs/explain","{:handler","{:problem","{:spec","{:valid","|"],"basics/route_conflicts.html":["#object[reitit.core$linear_router$reify]","'[reitit.cor","(def","(fn","(legaci","(println","(r/path","(r/router","(requir","/:user","/:version/statu","/admin/p","/bulk/:bulk","/ping","/public/*path","::admin]","::ping]","::ping]])",":a",":conflict",";",";:reitit.core/p",";compilerexcept","=>",">","[\"/:user","[\"/:version/status\"]])","[\"/admin\"","[\"/admin/ping\"","[\"/bulk/:bulk","[\"/public/*path\"]","[[\"/ping\"","[[\"/ping\"]","[conflicts]","allow","api)","automatically.","both","case","cases,","check","clojure.lang.exceptioninfo:","compilerexcept","conflict","conflict,","conflicts)))})","conflicts:","contain","creat","default,","defaults:","descript","disabl","ex","fast","id","id\"]","id/ord","id/orders\"]","ignor","info","log","message.","name","names.","names:","nil})","on","option.","overrid","path","paths:","r])","reitit.core/router,","resolut","resolution.","rout","router","routes)","str","thrown","via","way","{:conflict"],"coercion/coercion.html":["\"/:company/users/:us","\"/metosin/users/123\")","\"/metosin/users/123\"))","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"/metosin/users/ikitommi\"))","\"123\"},","\"ikitommi\"))}}","\"metosin\",","#coercionerror{:schema","#match{:templ","#object[reitit.coercion$request_coercer$]},","'[reitit.coercion","'[reitit.coercion.schema])","'[reitit.cor","'[schema.cor","(:reitit.coercion/request","(and","(assoc","(coercion/coerce!","(core.clj:4739)","(def","(defn","(done","(if","(integer?","(match","(not","(r/match","(r/router","(requir","(with","123}}","::user",":a",":body,",":coercion",":data",":error",":form,",":header",":paramet",":parameters.",":path",":path.",":query,",":result",":user",":user/us",";","=>",">","[\"/:company/users/:us","[match","[path]","actual","ad","again:","against","another.","any},","appli","applied.","apply.","attach","back.","base","befor","better","blown","both","catch","clojure.core/ex","clojure.spec","coerc","coerce!","coercer","coercers.","coercers}))","coercion","coercion)","coercion,","coercion.","coercion/compil","coercion])","compil","creation","data","data.","default,","defin","defined).","defined,","depend","differ","do","done","done.","done:","effect","enabl","enough","error:","exampl","exceptioninfo","explain","explicit","failed...","failed:","fails,","follow","format","full","function","helper","here'","hold","http","id","id\"","id\",","implement","implementation.","info","int,","interceptor","int}}},","inventoried.","java.lang.string,","key","key.","level,","magical.","make","manual","match","match))))","match:","middleware,","modules:","much","multipl","need","nil,","non","normal","now","on","once,","param","paramet","parameters:","paremet","pars","part.","path","path)]","perform","plumat","process","protocol","r","r])","reitit","reitit,","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coerce!","reitit.coercion/coercion","reitit.coercion/compil","request","responses)","ring","rout","router","router,","router.","routing.","rule","s/int}}}]","s/int}}}]))","s/str","s])","schema","schema:","scope","see","separ","ship","singl","spec","step","steps.","strings:","success","syntax","thing","this:","thrown,","time),","transform","two","type","under","us","via","view","view,","view]))","view},","why?","wildcard","within","yield","{:compani","{:compil","{:name","{:path","{:user"],"coercion/schema_coercion.html":["\"/:company/users/:us","\"/metosin/users/123\")","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"123\"},","\"metosin\",","#match{:templ","#object[reitit.coercion$request_coercer$]},","'[reitit.coercion","'[reitit.coercion.schema])","'[reitit.cor","'[schema.cor","(assoc","(coercion/coerce!","(def","(defn","(if","(match","(r/match","(r/router","(requir","123}}","::user",":a",":coercion",":data",":paramet",":path",":result",":user",":user/us",";","=>",">","[\"/:company/users/:us","[match","[path]","clojure(script)","coerce!","coercers}))","coercion","coercion/compil","coercion:","coercion])","data","declar","descript","exceptioninfo","fail","failed...","id","id\"","id\",","int}}},","java.lang.string,","librari","match","match))))","param","path","path)]","plumat","r])","reitit.coercion.schema/coercion","request","router","s/int}}}]","s/str","s])","schema","success","validation.","view","view,","{:compani","{:compil","{:name","{:path"],"coercion/clojure_spec_coercion.html":["\"/:company/users/:us","\"/metosin/users/123\")","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"123\"},","\"metosin\",","#match{:templ","#object[reitit.coercion$request_coercer$]},","'[clojure.spec.alpha","'[reitit.coercion","'[reitit.coercion.spec])","'[reitit.cor","'[spec","(assoc","(coercion/coerce!","(def","(defn","(if","(match","(r/match","(r/router","(requir","(s/def","(s/key","123}}","2116","2251","::compani","::path","::user",":a",":coercion",":data",":paramet",":path",":req",":result",":user",":user/us",";",";;","=>",">","[\"/:company/users/:us","[::compani","[match","[path]","add","alpha","base","chang","clj","clojure.spec","clojure.spec,","clojure.spec.alpha/conform,","coerce!","coercers}))","coercion","coercion.","coercion/compil","coercion:","coercion])","concid","data","data,","destructur","doesn't","elegantly.","exampl","exceptioninfo","fail","failed...","gener","help","id","id\"","id\",","id]))","internal,","it'","it,","itself","later.","leaf","lean","librari","match","match))))","need","now,","param","params}},","params}}]","path","path)]","primitives!","r])","record","reitit","reitit.coercion.spec/coercion","remov","request","router","s])","solv","spec","spec.","spec/int?)","spec/string?)","spec])","specifi","structur","success","support","tool","tools.spec","un","us","valid","view","view,","warn","working.","wrap","{:compani","{:compil","{:name","{:path"],"coercion/data_spec_coercion.html":["\"/:company/users/:us","\"/metosin/users/123\")","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"123\"},","\"metosin\",","#match{:templ","#object[reitit.coercion$request_coercer$]},","'[reitit.coercion","'[reitit.coercion.spec])","'[reitit.cor","(assoc","(coercion/coerce!","(def","(defn","(if","(match","(r/match","(r/router","(requir","123}}","::user",":a",":coercion",":data",":paramet",":path",":result",":user",":user/us",";","=>",">","[\"/:company/users/:us","[match","[path]","alternative,","bonus,","box.","clojure.specs.","coerce!","coercers}))","coercion","coercion/compil","coercion:","coercion])","conform","data","defin","exceptioninfo","fail","failed...","free","id","id\"","id\",","int?}}},","int?}}}]","macro","match","match))))","out","param","path","path)]","r])","reitit.coercion.spec/coercion","request","router","runtim","spec","string?","string?,","success","support","syntax","transform","via","view","view,","{:compani","{:compil","{:name","{:path"],"ring/ring.html":["\"/api/admin/db\"})","\"/api/ping\"})","\"/favicon.ico\"})","\"/ping\"","\"/ping\"})","\"0.2.1\"]","\"ok\"}","\"ok\"})","#endpoint{:data","#methods{:ani","#object[...],","#object[...]}","#object[...]},","%","&","'[reitit.r","(","(app","(conj","(def","(defn","(fn","(fnil","(handler","(reitit/match","(reitit/routes))","(requir","(ring/get","(ring/r","(ring/rout","(updat","2","200,","3","::acc","::ping","::ping)",":a",":admin",":admin]]}",":api)]}",":bodi",":db",":db]]",":delet",":delete,",":delete]]",":get",":get,",":handler",":handler)})",":handler]}",":head,",":middlewar",":options,",":patch,",":path)",":post",":put,",":put.",":request",":uri",";",";;",">","[\"/admin\"","[\"/api\"","[\"/db\"","[\"/ping\"","[#(wrap","[::acc]}]","[:api","[[\"/ping\"","[[wrap","[])","[]}}]]","[_]","[handler","[metosin/reitit","[request]","[{:key","abstract","acc","ad","add","allow","api,","app","app:","appli","applic","applications,","args*]","argument","ariti","async","base","both","built","chain","clojur","clojurescript,","compil","compiler,","compon","conj","construct","correctly:","creat","custom","data","defined.","detail","driven","element","ensur","exampl","expand","following:","found.","frameworks.","function","function.","handl","handler","handler:","handler]","handler])))","handlers,","handler}])))","handler}}]]])))","http","id))))","id]","inspir","it'","key,","keys:","keyword","level","librari","look","lookup","map","matches,","method","method.","methods.","middlewar","middleware:","modular","name","name,","nest","nil","node.j","normal","note","optim","out","provid","python'","rack.","record","registri","reitit.ring/r","reitit.ring/rout","request","respons","results:","resut","revers","ring","ring])","rout","router","router)","router.","routing:","ruby'","servers,","share","show","simpl","simple,","structur","submap.","support","third","too.","top","under","unifi","us","valu","varieti","vector","vector.","web","work","wrap","wsgi","{:handler","{:middlewar","{:name","{:request","{:statu"],"ring/reverse_routing.html":["\"/users\"})","\"/users/0?iso=m%c3%b6ly\"}","\"/users/1?iso=m%c3%b6ly\"}","\"/users/2?iso=m%c3%b6ly\"}","\"/users/3?iso=m%c3%b6ly\"}","\"/users/4?iso=m%c3%b6ly\"}","\"/users/5?iso=m%c3%b6ly\"}","\"/users/6?iso=m%c3%b6ly\"}","\"/users/7?iso=m%c3%b6ly\"}","\"/users/8?iso=m%c3%b6ly\"}","\"/users/9?iso=m%c3%b6ly\"})}","\"möly\"}))})})}]","\"user...\"})}]])))","'[reitit.cor","'[reitit.r","(","(a","(app","(constantli","(def","(fn","(for","(r/match","(rang","(requir","(ring/r","(ring/rout","({:uri","10)]","200","200,","::r/match)","::r/router","::user",":a",":bodi",":get",":get,",":uri",";",";;",">",">path",">path,","[\"/users/:id\"","[::r/router]}]","[[\"/users\"","[i","[{:key","app","avail","below","both","convert","endpoints.","exampl","extra","handler","handler:","inject","i})","map","match","method","middlewar","name","on","option","param","paramet","path,","queri","r/match","r])","reitit.ring/r","request","revers","ring","ring])","rout","router","take","that,","too.","us","{:get","{:id","{:iso","{:name","{:request","{:statu","{:uri"],"ring/default_handler.html":["\"\"}","\"\"})","\"\"})))","\"/\"})","\"/invalid\"})","\"/ping\"})","\"/pong\"})","\"kosh\"}","\"kosh\"})","\"kosh\"})})))","'[reitit.r","(app","(constantli","(def","(defn","(handler","(no","(requir","(ring/creat","(ring/r","(ring/rout","200,","404,","405,","406,",":a",":bodi",":get,",":method",":not",":post,",":uri",";","[\"/ping\"","[\"/pong\"","[[\"/ping\"","[_]","accept","allow","app","argument","correct","custom","default","default,","defaults:","differenti","error","found","handler","handler)))","handler:","handler])","handler])))","handler}]","http","match,","matched)","matched),","method","more","nil","nil).","nil)]])","respons","responses,","responses:","return","returned,","ring","ring/creat","ring:","ring])","rout","second","set","used.","valid","{:get","{:not","{:request","{:statu","{:uri"],"ring/static.html":["\"/\"})","\"/*\",","\"/assets/*\".","\"pong\"})]","\"pong\"})])","\"public\"","'[reitit.r","(clojur","(constantli","(requir","(ring/creat","(ring/r","(ring/rout","200,",":",":a",":bodi",":cache,",":etag,",":gzip",":index",":last",":loader",":paramet",":path",":root","[\"/*\"","[\"/assets/*\"","[\"/ping\"","[\"index.html\"]","[[\"/ping\"","actual","be","better","class","classpath.","clojurescript","compos","configur","conflict","default","descript","directory,","disabl","e.g.","extern","file","files.","good","handler","handler))","handler)))","handler)]]","handler)]])","handler.","index","intern","key","keyword","loader","locat","look","map","matched.","modified?,","mount","multipl","name","need","nil)})","non","none","on","only)","option","outsid","parameter,","path","paths,","reitit.ring/cr","resolution:","resolv","resourc","return","ring","ring])","root,","rout","router.","routes,","serv","served.","static","support","system","take","thing","to.","todo","two","unnam","us","vector","way","way,","wildcard","work","{:conflict","{:path","{:statu"],"ring/dynamic_extensions.html":["\"/api/admin/ping\",","\"/api/admin/ping\"})","\"/api/ping\"})","\"forbidden\"}","\"ok\"}","\"ok\"}))","#{:admin}}","#{:admin}})","'[clojure.set","'[reitit.r","(and","(app","(constantli","(def","(defn","(effect","(fn","(handler","(if","(let","(not","(requir","(ring/get","(ring/r","(ring/rout","(seq","(set/subset?","(some","200,","403,","::role","::roles)]",":a",":bodi",":data",":get,",":uri",";",">","[\"/admin\"","[\"/ping\"","[::roles]","[[\"/api\"","[handler]","[requir","[wrap","[{:key","access","ad","anonym","app","author","base","better.","build","compil","data","driven","dynam","enforc","exampl","extens","extract","guard","handler","handler]","handler]]]]","hoc","inject","match","match)","match.","method","middlewar","mount","much","nice,","public","reitit.ring/get","request","request)))))","request}]","requir","required)","ring","ring])","role","roles)))","roles:","roles]}})))","rout","route:","router","routes):","routes.","runtim","see","set])","system.","us","user","via","wrap","{::role","{:data","{:middlewar","{:request","{:statu"],"ring/data_driven_middleware.html":["\"/api/ping\"})","\"middlewar","#{:session}","#{:user}","&","'[reitit.middlewar","'[reitit.r","(app","(conj","(def","(defn","(fn","(fnil","(handler","(middleware/cr","(of","(optional)","(requir","(ring/r","(ring/rout","(updat","1]","2","200,","2]]}","3","3]]","::acc","::wrap2","::wrap3",":a",":bodi",":compil",":descript",":get,",":handler",":handler)})",":handler]}",":middlewar",":name",":provides.",":requir",":spec",":uri",":wrap",";","=>","[\"/api\"","[\"/ping\"","[1","[::acc]}]","[[wrap","[[wrap3","[])","[handler","[request]","[wrap2","[{:key","acc","access","actual","against","againt","allowed.","api","app","appli","arbitrari","arg","authorizationmiddlewar","avail","chain","chain,","class","clojure.spec","compil","compilation.","compos","composit","conj","correctly:","creat","data","data,","data:","debug","default,","defin","definit","depend","descript","details.","doc","downsid","driven","duct","e.g.","easi","enabl","endpoint","entri","etc.","expand","first","follow","form","function","function,","function.","functions,","futur","good","handler","handler}}]])))","hard.","id))))","id]","idea","ident","injectuserintorequestmiddlewar","inventories,","issu","it'","key","keys,","keyword","level","make","map","merg","method","middlewar","middleware)","middleware.","middleware])","mount","name","new","normal","opaqu","optim","order.","penalty.","performance.","processing,","produc","protocol.","provid","purpose:","qualifi","raw","record","reitit","reitit.middleware/intomiddlewar","reitit.middleware/middlewar","rel","request","request.","requir","resolut","respons","response.","results,","ring","ring])","rout","router","router.","runtim","see","set","special","style","support","thing","things.\"","thu","top","transform","type","understand","unwrap","us","valid","valu","vector","welcom","wrap","wrap2","wrap3","wrap})","wrap}))","wrong","yield","zero","{:get","{:middlewar","{:name","{:request","{:statu"],"ring/transforming_middleware_chain.html":["\"/api/ping\"})","#(interleav","%","(actually,","(app","(def","(repeat","(ring/r","(ring/rout","1","1]","2","200,","2]]}","3","3]]",":bodi",":debug",":debug]))})))",":get,",":handler",":handler]}",":reitit.middleware/transform",":uri",";","[\"/api\"","[\"/ping\"","[1","[3","[[wrap","[[wrap3","[wrap","[wrap2","ad","app","between","chain","compil","debug","endpoint.","extra","get","handler","handler}}]]","method","middlewar","middleware.","new","option","per","return","revers","reverse)})))","ring","router","router):","transform","underli","vector","{::middleware/transform","{:get","{:middlewar","{:request","{:statu"],"ring/middleware_registry.html":["\"/api/bonus\"})","\"goto","\"look","'[reitit.middlewar","'[reitit.r","(all","(app","(def","(defn","(e.g.","(fn","(fnil","(handler","(requir","(ring/r","(ring/rout","(updat","+","0)","10]}})))","200,","20]]}","30}}",":a",":bodi",":bonu",":bonus10",":descript",":get",":get,",":id",":middlewar",":reitit.middleware/registri",":uri",";",";avail",";compilerexcept",";|","=>","[\"/api\"","[\"/bonus\"","[:bonu","[:bonus10]","[[:bonu","[bonus]}]","[handler","[request]","[{:key","app","applic","bad","bonu","bonus}})))","bonus}})}]]","clojure.lang.exceptioninfo:","common","complex","configur","contain","creation","data","databases.","default","defin","definition\"","descript","doesn't","duct","easi","edn","enabl","error","evalu","exampl","expected:","extern","extra","fail","fast","file","files.","format","found","good","handler","handlers)","help","id","indirection,","intomiddleware.","isn't","it'","itself)","keep","key","keyword","keywords.","liter","look","make","map","message.","method","middlewar","middleware:","middleware])","more","options.","persist","prefil","referenc","registri","registry,","registry.","registry:","registry?","reitit","reitit.ring_test$wrap_bonus@59fddabb","remov","request","ring","ring.","ring])","rout","router","source\".","store","support","syntax","thing","todo","under","us","value))))","value]","work","wrap","{::middleware/registri","{:bonu","{:middlewar","{:request","{:statu","|"],"ring/default_middleware.html":["\"/fail\"","\"/fail\"})","\"/fail\"}}","\"0.2.1\"]","\"default\"","\"default\")","\"error\"","\"error\")","\"exception\"","\"exception\")","\"fail\"","\"fail\")))]","\"forc","\"java.lang.exception\"}}","\"kukka\"})}}]]","\"negoti","\"sql","\"text/xml\"}","\"total\":","#'app","&","'[reitit.coercion.spec","'[reitit.r","'[reitit.ring.coercion","'[reitit.ring.middleware.except","'[reitit.ring.middleware.multipart","'[reitit.ring.middleware.muuntaja","'[ring.adapter.jetti","(+","(.getclass","(:uri","(app","(def","(default","(defn","(deriv","(ex","(exception.","(exception/cr","(fn","(handler","(jetty/run","(json,","(merg","(no","(partial","(pr","(println","(requir","(ring/r","(ring/rout","(throw","1)","11","16:59:54","16:59:58","2)","20","200","2018","22","3","3)","3000,","4)","5)","500","500,","8",":3000/math",":3000/xml","::default","::error","::except","::exception)","::exception/default","::exception/wrap","::failue})))]","::failur","::horror",":a",":bodi",":body}",":class",":coercion",":consum",":data",":except",":get,",":handler",":header",":join?",":middlewar",":multipart]",":muuntaja",":muuntaja/request",":muuntaja/respons",":paramet",":parameters}]",":produc",":reitit.ring/response,",":respons",":type",":uri",":user/failue}",":y",";",";;",";{:statu","=>",">","[\"/fail\"","[\"/xml\"","[:paramet","[[\"/math\"","[_]","[except","[exception/except","[handler","[messag","[metosin/reitit","[muuntaja/format","[x","[{{{:key","accept","accept,","action:","actual","alreadi","ancestor","api","app","application/json;","ariti","aug","automat","automatically.","available:","base","better","bodi","cases,","catch","catches:","charset","charset=utf","child","class","class.","clojure.lang.exceptioninfo","coercion","common","compojur","configur","configuration.","contain","content","creat","custom","data","data.","data:","date:","decod","default","default).","defin","definit","descript","doesn't","driven","e","easier","edn,","emit","emit'","encod","encoding.","error","ex","exampl","except","exception\")","exception)","exception/cr","exception/default","exception/except","exception])","exist.","expect","explicit","false})","follow","gener","gmt","handl","handler","handler).","handler.","handlers.","handling.","header","headers.","hierarchi","http","http/1.1","httpie:","https://github.com/metosin/reitit/blob/master/examples/r","idenfi","idenfitifi","identifi","identifier.","info","instance,","int?,","int?}}","int?}}}","invok","it'","java.sql.sqlexcept","jetti","jetty(9.2.21.v20170120)","jetty])","key","keyword","kukka","length:","lift","lookup","m/instanc","manag","mani","map","mathc","messag","method","middlewar","middleware,","middleware.","middleware]}})))","mount","multipart","multipart/cr","multipart/multipart","multipart])","muuntaja","muuntaja.core/muuntaja","muuntaja/format","muuntaja])","negoti","negotiation,","noth","ok","option","options.","order:","overrid","param","performance.","polish","post","preconfigur","prefer","print","publish","rcs/coercion","rcs])","reitit","request","request)))","request))})))","request)}})","request.","request]","respons","response\"","result","return","ring","ring,","ring])","rout","route.","rrc/coerc","rrc])","safe","see","select","server:","set","set.","singl","special","sqlexcept","stack","str","super","swagger","swagger/src/example/server.clj.","take","test","text/xml","thown/rais","trace","transit)\"","type","type\"","type:","us","version","via","wed,","wrap","wrapper","x","x:=1","xml","y)}})}}]","y:=2","y]}","yield","{","{\"content","{200","{:bodi","{:data","{:get","{:messag","{:middlewar","{:muuntaja","{:port","{:post","{:request","{:statu","{:summari","{:total","{:type","{:x","{;;","}"],"ring/coercion.html":["\"(constrain","\"(not","\"/api/ping\"})","\"/api/plus/3\"","\"1\"}","\"abba\"}","\"abba\"},","\"any\"","\"any\"},","\"int\",","\"pong\"}","\"pong\"})}]","'[reitit.coercion.schema])","'[reitit.cor","'[reitit.r","'[reitit.ring.coercion","'[schema.cor","'positiveint))","(","(+","(:query,","(app","(def","(fn","(integer?","(let","(mapv","(positiveint","(r/match","(requir","(ring/get","(ring/r","(ring/rout","(s/constrain","10}})","200","200,","2}})","400,","500,","6))\"},","6},","6}}","::mw/coerc","::ping","::ping)","::plu","::plus)",":a",":bodi",":body,",":body.",":body]}}",":coercion",":error",":form,",":get",":get,",":handler",":header",":in",":middlewar",":name)))",":paramet",":path",":path)",":post",":queri",":query,",":reitit.coercion/request",":reitit.coercion/respons",":respons",":responses.",":result",":schema,",":type",":uri",":valu",":x)",":y)",":z))]",";",">",">>","[\"/api\"","[\"/ping\"","[\"/plus/:z\"","[::mw/coerc","[:request","[:respons","[]","[_]","[parameters]}]","[rrc/coerc","[total","[{:key","\\\"abba\\\"))\"},","access","actual","againt","also,","and/or","anything,","app","app)","appli","apply.","attach","basic","below","both","chain","clojure.spec","code","coerc","coerced.","coercer","coercion","coercion,","coercion.","compil","construct","data","data.","defin","defined,","defined.","defined:","detail","doesn't","done:","enabl","endpoint","exampl","except","explain","follow","full","guide.","handler","handler/middlewar","here'","implement","input","int","invalid","inventoried.","it'","itself","key","key.","method","middlewar","middleware:","middleware]}})))","models.","modules:","mount","multipl","name","need","normal","optim","param","paramet","params]}}","plu","pluggabl","plumat","pos?","positiveint","positiveint)\"},","positiveint}}}","pretti","protocol","queri","r])","read","reitit","reitit,","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coercion","reitit.ring.coercion:","request","request.","request:","respons","response:","response]","ring","ring,","ring])","rout","route.","router","router,","routes:","rrc/coerc","rrc])","rule","s/int","s/int}","s/int}}","s])","schema","schema.","schema:","scope","ship","singl","spec","step","success","thing","total}}))})","total}}))}}]]","transform","type","under","us","valid","within","without","{\"x\"","{200","{:bodi","{:coercion","{:data","{:i","{:middlewar","{:name","{:queri","{:request","{:schema","{:statu","{:total","{:x","{:z"],"ring/route_data_validation.html":["\"/api/internal/users\"})","\"forbidden\"}","\"ok\"}","\"ok\"})","#{:admin","#{:admin}}}]]","#{:admin}}}]]]","#{:manager}","#{:manager}}","#{:public","#{}))","'[clojure.set","'[clojure.spec.alpha","'[expound.alpha","'[reitit.r","'[reitit.ring.spec","'[reitit.spec","(","(:get,","(and","(app","(def","(defn","(fn","(handler","(if","(let","(not","(println","(requir","(ring/get","(ring/r","(ring/rout","(s/coll","(s/def","(s/key","(seq","(set/subset?","(some","200,","403,","::role","::roles)]","::rs/explain","::zone",":a",":bodi",":data",":delet",":get",":intern",":internal}",":internal})",":into",":manager})",":middlewar",":post",":public",":public}",":req",":spec",":uri",":valid",":wrap",":zone",":zone)]",";",";;",">","[\"/api\"","[\"/api/internal/users\"","[\"/internal\"","[\"/ping\"","[\"/public\"","[\"/users\"","[::roles]","[::zone])","[[\"/api/public/ping\"","[_]","[handler]","[request]","[requir","[zone","[{:key","abil","about.","ad","alway","app","around","behavior","cleanli","clojure.spec","common","contribut","core","creation:","data","data:","defin","design,","differences:","dynam","e/expound","e])","effect","endpoint","endpoints.","enforc","etc.)","even","exampl","explicit","extens","fail","fast","feature,","few","fix","flatten","fulli","good:","handler","handler}","handler}]","handler}]]","handler}}]]]","harder","have","here","ignor","implicit","instead","invalid:","key","key.","keyset.","let'","match)","merg","method","mid","middlewar","middleware]}","miss","on:","option","path","power","powerful.","present","present:","problem:","push","qualifi","reason","reitit.ring.spec/valid","reitit.spec/valid","request","request)))))","request))))})","request}]","requir","required)","reus","reuse)","ring","ring])","role","roles)))","roles]","roles]}","roles]}]","roles]}]]","rout","router","router,","routes:","rrs/valid","rrs])","rs])","s/key","s])","separ","set])","silent","simpl","spec","spec!","specs.","str})))","support","turn","un","us","valid","validation,","via","work","wrap","zone","zone)","{:data","{:get","{:handler","{:middlewar","{:name","{:request","{:statu","{:valid","{:zone"],"ring/compiling_middleware.html":["\"middlewar","#(respond","%))","%))))","'[reitit.spec","(","(:request","([request","([request]","(and","(coerc","(coercion/coerc","(coercion/respons","(compiled)","(def","(defn","(fn","(handler","(if","(let","(records,","(requir","(respons","(ring/get","50%","::coerc","::rs/respons",":a",":coercion",":coercion)",":compil",":compile.",":data",":opts)]",":respons",":responses)",":result",":spec",":wrap.","=>",">","?intomiddleware.","[coercer","[coercion","[handler]","[method","[respons","[{:key","`reitit.coercion/coercion`","access","actual","approaches,","below","better.","but,","closur","code,","coerc","coercer","coercion","coercion.","compil","creation","data","data,","decid","defin","demonstr","done","dynam","easi","easier","enabl","enforc","etc.)","everyth","exact","expect","extend","extens","extract","fast","faster","faster.","function","handler","inform","instead","it'","it?","itself","key","know","less","link","local","lookup","match","method","middlewar","middleware/interceptor","mount","mount.\"","much","nil.","normal","nothing.\"","opt","optim","opts)]","opts]","otherwis","pass","pluggabl","processing.","provid","raise))))))","raise)))))))})","raise]","read","reason","reasoning:","record","relev","request","request)","request)))","request.","requir","respond","respons","response))","response)))","responses)","responses]}","return","ring","role","rout","router","rs])","runtim","shape","spec","system.","time","time.","to,","transform","two","type","us","validation.","via","want,","way","wrap","written","yield","{:name"],"ring/swagger.html":["\"/\"","\"/\"})","\"/\"})))","\"/api/pong\"","\"/one","\"/one/ping\"","\"/one/swagger.json\"}","\"/swagger.json\"","\"/swagger.json\"})","\"/two/deep/ping\")","\"/two/ping\"","\"/two/ping\")","\"/two/swagger.json\"}","\"0.2.1\"]","\"2.0\"","\"download","\"image/png\"}","\"mi","\"ping\"})}]","\"ping\"})}])","\"plu","\"pong\"})}]]","\"reitit.png\"))})}}]]","\"server","\"swagger","\"upload","#'app","#{::one","#{:reitit.swagger/default}","&","'[reitit.r","'[reitit.swagg","(","(\"/common/ping\"","(+","(:requir","(:tags,","(app","(constantli","(def","(defn","(fn","(io/input","(io/resourc","(jetty/run","(keyword","(n","(println","(requir","(ring/creat","(ring/r","(ring/rout","(swagger","(swagger/cr","...","/examples/r","/swagger.json","0..n","2","200","200,","3","3000\"))","3000,","4",":","::one","::one}}","::two","::two}}","::two}}}",":a",":bodi",":body}",":config",":descript",":get",":get,",":handler",":header",":id",":id].",":join?",":middlewar",":multipart}",":muuntaja",":no",":paramet",":parameters}]",":path",":post",":produces,",":query}",":respons",":root",":summari",":summary)",":swagger",":tag",":uri",":url",":x",":y",";",";;",";{:statu",">","[\"/deep\"","[\"/download\"","[\"/files\"","[\"/math\"","[\"/one","[\"/one\"","[\"/ping\"","[\"/plus\"","[\"/pong\"","[\"/swagger.json\"","[\"/two\"","[\"/upload\"","[\"files\"]}}","[\"image/png\"]}","[\"math\"]}}","[:swagger","[;;","[[\"/api\"","[[\"/common\"","[[\"/swagger.json\"","[]","[_]","[clojure.java.io","[file]}","[metosin/reitit","[muuntaja.cor","[reitit.coercion.spec]","[reitit.r","[reitit.ring.coercion","[reitit.ring.middleware.except","[reitit.ring.middleware.multipart","[reitit.ring.middleware.muuntaja","[reitit.swagg","[ring.adapter.jetti","[ring.middleware.param","[x","[{{{:key","accept","act","actual","annot","api","api\"}}","apis.","app","application.","apply.","argument","bodi","boolean","both","classpath.","clojur","clojure.","clojure.spec","clojurescript","coerc","coercion","coercion/coerc","coercion]","collect","complet","configur","content","contribut","correctli","creat","currently,","custom","data","data,","data.","decod","default","defin","definitions,","descript","doc","docs:","document","documentation,","each","easili","easy,","enabl","encod","endpoint","endpoint,","endpoint.","etc.","exampl","example.serv","except","exception/except","exception]","exceptions,","exclud","extract","false})","feature,","file","file\"","file}})}}]","follow","form","format","formatter.","gener","hander","handl","handler","handler))))","handler)}}]","handler)}}])","handler)}}]])","handler.","host","http://localhost:3000","http://spec.commonmark.org/","id","identifi","index","input","int?,","int?}}","int?}}}","integr","interact","interceptor","interceptor.","interfac","io]))","is.","it'","jetti","jetty]","key","keys)","keys.","keyword","keywords)","keywords.","long","m/instanc","m]","macchiato","make","map","method","middlewar","middleware]}})","miss","modul","module.","more","mount","multipart","multipart/multipart","multipart/temp","multipart]","multipl","muuntaja/format","muuntaja]","name","need","negoti","negotiation,","new","normal","note:","now","on.","option","options:","outsid","page,","param","paramet","parameter,","parameters\"","params/wrap","params]","part","particip","part}}","part}}}","pass","path","ping","port","post","pr!","pre","process","project","queri","reitit","reitit.coercion.spec/coercion","reitit.swagg","reitit.swagger.swagg","reitit.swagger/cr","render","request","resourc","responess,","respons","return","ring","ring]","ring])","root,","rout","route,","route]","route]]","route]])))","router.","router:","rule","run","same","schema","scope","see","separ","sequenc","serv","set","short","simpl","spec","spec,","spec:","specif","specification,","specification.","specification:","start","store","stream","string","summari","support","swagger","swagger.","swagger2","swagger]","swagger])","swaggger","tag","take","thank","thing","time","to.","todo","tool","tools.","true","turn","two","two\"","two/swagger.json\"}","type\"","ui","ui\"","ui,","ui.","ui/creat","ui:","ui]","ui])","under","unnam","us","user","valid","valu","version","via","visual","webjar","welcom","whole","wildcard","with:","within","work","wrap","x","y)}})}","y)}})}}]]]","y]}","{\"/api/ping\"","{\"content","{200","{:bodi","{:coercion","{:data","{:file","{:get","{:id","{:info","{:multipart","{:no","{:path","{:port","{:post","{:produc","{:queri","{:request","{:statu","{:summari","{:swagger","{:tag","{:titl","{:total","{:x","{}}","{}}}}}"],"frontend/basics.html":["(to","basic","break","coerc","coercer","compil","console.warn","core","default","due","error","errors).","few","frontend","function","functions:","https://github.com/metosin/reitit/tree/master/examples/frontend","includ","instead","javascript,","log","match","name","name!","option","param","parameters.","pars","path","prevent","provid","queri","react","reitit.frontend","router","string,","throw","uri","us","version","wrap"],"frontend/browser.html":["#.","(index.html).","(reitit.frontend.easy)","alway","api","api:","browser","calls.","chang","check","correct","current","downsid","easi","entri","exampl","example.","file","follow","fragment","fragment,","frontend","function","handler","histori","history.","html5","i.e.","includ","instanc","integr","integrations.","know","leav","look","make","manag","mean","modifi","never","normal,","part","pass","previou","provid","push","reitit","replac","request","requir","respond","return","ring","rout","route,","router","server","server.","simpl","somewher","state","store","two","uri","url","us","without","wrapper"],"frontend/controllers.html":["(also","(e.g.","(mayb","(wip)","altern","alway","api","appli","applic","authent","automat","bad","befor","both","call","check","code","code,","control","current","data","describ","disabl","done","done).","done,","done.","easi","enabl","enter","even","event","frame","graphql","handler).","https://github.com/metosin/reitit/tree/master/examples/frontend","implement","isn't","left.","load","logic","manual","match","miss","navig","need","per","possibl","prevent","query)","re","rememb","request","requir","resourc","resources,","resources.","rout","route,","router","run","server.","similar","solut","start","state","statu","to:","tri","unauthent","until","updat","us","user","way","yet."],"http/interceptors.html":["\"0.2.1\"]","(of","(wip)",":executor",":interceptor",":middleware,","[metosin/reitit","alpha","altern","at:","basic","both","build","chains.","code","compar","consid","current","default","differences:","entri","exampl","execut","executor","extra","handl","handler.","http","https://github.com/metosin/reitit/tree/master/examples/http","https://github.com/metosin/reitit/tree/master/examples/pedest","implement","instead","interceptor","interceptor,","key","level","librari","mandatori","map","middleware.","modul","module.","option","package.","pedest","pedestal.","poitn","progress","provid","quality.","reitit","reitit.http/http","reitit.http/rout","reitit.interceptor","reitit.interceptor/executor)","ring","rout","router","see","shipped,","sieppari","statu","style","support","take","top","type","us","work","wrap"],"advanced/configuring_routers.html":["#{route}}","()","(data)","(default",":coerc",":compil",":conflict",":data",":expand",":path",":rout",":router",":spec",":valid","=>","[])","actual","arg","avail","base","clojure.spec","coerc","compil","configur","conflict","conflicts!)","data","data,","definit","descript","effect","expand","follow","function","handl","handler","implement","initi","key","nil","opt","option","options.","overrid","path","reitit.core/expand)","reitit.core/router:","reitit.core/throw","reitit.spec","resolv","result","return","rout","route,","router","see","side","throw","us","valid","via","{rout","{})"],"advanced/composing_routers.html":["\"/\"","\"/\"))]","\"/avaruus\"","\"/avaruus\"}]","\"/beers/lager\")","\"/beers/sahti\")","\"/beers/saison\")","\"/dynamic\"","\"/dynamic/duo\"","\"/dynamic/duo\")","\"/gin/napue\")","\"/kerran/*\"","\"/kerran/avaruus\"}","\"/olipa/*\"","\"/olipa/iso/kala\"}","\"/olipa/kerran/avaruus\")","\"/olipa/kerran/avaruus\"}","\"/olipa/kerran/iso/kala\")","\"/vodka/russian\")","\"avaruus\"}","\"beer\"","\"bock\"])","\"duo\"","\"kerran/avaruus\"}","\"kerran/iso/kala\"}","\"sahti\"","#object[...]","#object[...]}","#object[reitit.core$lookup_router]}","#object[reitit.core$mixed_router]}","#object[user$reify__24359]}]]","#reitit.core.match{:templ","'[clojure.str","'[compojure.cor","'[reitit.cor","(","(:templat","(add","(app","(appli","(atom","(comp","(con","(constantli","(context","(creat","(def","(defn","(deref","(for","(if","(into","(keyword","(let","(list","(map","(mapv","(merg","(name","(nested)","(r/match","(r/option","(r/rout","(r/router","(rand","(recurs","(reifi","(request","(requir","(reset","(reset!","(some","(str","(str/last","(sub","(swap!","+","/:this/should/:fail","/baz/:id/:subid","/beers/sahti","/beers/saison","/ciders/weston","/dynamic/duo","/gin/napu","/saison","100)))]))))","12000n","20000n","23ns.","40n","440n","600n","::bar]]))","::baz]]))","::fail]])","::foo]","::route1])","::route2])","::route3])))",":a",":avaruus]",":avaruus}",":beer",":beer/bock}]",":beer/lager}]",":beer/sahti}]",":ciders]",":ciders}]",":coerc",":compil",":conflict",":data",":data))))",":duo",":duo)))",":duo55]",":duo71]",":dynam",":dynamic,",":expand",":get})",":ihminen]])}]])}]]))",":kerran",":lager]",":lager]])))",":makkara]",":name",":napue]",":napue}]",":olipa",":olut]",":path",":ping]",":refer",":request",":result",":router",":router)]",":saison]",":saison]])",":user/bar}]",":user/bar}]]",":user/baz}]]",":user/foo}]",":user/route1}]",":user/route2}]",":user/route3}]]",";",";#match{:templ",";[#reitit.core.match{:templ",";[:beer/sahti]",";[[\"/foo\"",";[[\"/gin/napue\"",";[[\"/route1\"",";compilerexcept",";{:lookup",">",">>","@router","@router)","[\"/bar/:id\"","[\"/baz/:id/:subid\"","[\"/beers\"","[\"/beers/*\"","[\"/beers/bock\"","[\"/beers/lager\"","[\"/beers/sahti\"","[\"/ciders/*\"","[\"/duo\"","[\"/dynamic/*\"","[\"/ihminen\"","[\"/kerran/*\"","[\"/makkara\"","[\"/olipa/*\"","[\"/route1\"","[\"/route2\"","[\"/route3\"","[\"lager\"","[&","[(str","[:beer","[:dynam","[:napue]","[:olipa","[[\"/:this/should/:fail\"","[[\"/avaruus\"","[[\"/baz/:id/:subid\"","[[\"/foo\"","[[\"/gin/napue\"","[[\"/lager\"","[[\"/olut\"","[[\"/ping\"","[[\"/saison\"","[]","[_]","[beer","[beers]","[context])","[match","[router","[submatch","[subpath","[subrout","above,","achiev","ad","add","against","ahead","allow","and/or","anyth","app","applied,","approach","around","atom:","avoided.","background,","beer","beer)","beer)])]","beers)))","beers:","beers]","below","benchmark","better","both","can't","cases,","cases.","catch","chains.","chang","changed.","changed:","choise.","clojure.lang.exceptioninfo:","clojure.lang.ideref","compar","compil","compojur","compojure.","compojure:","compos","conflict","constant","contain","core","correctly?","cost.","creat","created,","creation","data","data,","data:","database.","deepli","didn't","disabled,","doesn't","don't","driven","dynam","each","effect","embed","entri","exampl","expected:","expos","extra","faster.","faster?","first,","fulli","function","gave","generation,","have","helper","here'","hook","immut","immutat","implement","includ","index","insert","instead","int","interceptor","invalid","it'","it:","key","key,","key.","let'","level","level,","lookup","lookups:","magnitud","make","match","match)","match))))","match,","matches:","mathces.","mayb","merg","method","middlewar","modifi","more","much","multipl","name","need","nest","nester","nesting/composition.","new","nil","nil)))","non","normal","not...","now","ns","on","onc","one:","ones,","option","option.","options.","options:","order","origin","over","param","parameter.","path","path)","path)]","path.","path:","path]","paths:","perform","performance.","previou","protocol","queri","quick","r/option","r/options.","r/rout","r])","re","recreat","recurs","recursive,","refer","references:","reitit","reitit.core/merg","request.","request:","reset","resolution:","resolv","return","ring","root","rout","route.","route:","router","router!","router)","router)))","router,","router2","router2)","router:","routers))","routers))))","routers,","routers.","routers:","routers?","routers]","router}]","router}]]))","routes)","routes,","routes.","routes:","routes]","routing,","rule","saison!?","second,","see","separ","slower","slower,","slowest","small","so,","specs,","static","static.","str])","submatch)))","subpath)]","subrout","subrouters.","such","support","sure.","swap","system","that,","that?","then,","this,","through","time","time)","time,","time.","todo","too.","top","tree","tree:","trivial","two","type","under","understand","updat","us","valid","vector","via","walk","wanted,","we'll","whole","work","works:","wrap","{:","{:name","{:uri","{}"],"advanced/different_routers.html":["'[reitit.cor","(def","(r/router","(requir","::ping]","::users]]","::users]]))",":a",":linear",":lookup",":mix",":router",":segment",":singl",";","[\"/api/:users\"","[[\"/ping\"","ask","base","catch","configur","conflicts.","contain","creat","descript","differ","expand","fast","faster","found.","function","hash","implement","implementation.","implementation:","inspect","lookup","manual","match","much","name","on","optim","option,","origin","out","overrid","paramet","path","pedest","protocol,","r/linear","r])","reitit","resolv","rout","route.","router","router)","router,","router:","routers.","routers:","router}))","routes.","search","see","select","set","sever","ship","slow,","start","static","string","suitabl","super","table.","top","trees.","trie","two","until","us","valid","wildcard","work","{:router"],"advanced/route_validation.html":["\"/\"))","\"/\")))","\"/\"))))","\"0.4.0\"]","\"tenant1\"","#'reitit.core/rout","%","%)","'[clojure.spec.alpha","'[clojure.spec.test.alpha","'[expound.alpha","'[reitit.cor","'[reitit.spec","'[reitit.spec])","(*","(?","([\"/api\"","([...","(and","(blank?","(cat","(clojure.core/fn","(clojure.core/or","(clojure.spec.alpha/*","(clojure.spec.alpha/?","(clojure.spec.alpha/and","(clojure.spec.alpha/cat","(clojure.spec.alpha/col","(clojure.spec.alpha/nil","(clojure.spec.alpha/or","(clojure.string/blank?","(clojure.string/start","(def","(fn","(nilabl","(or","(r/router","(requir","(s/explain","(s/valid?","(set!","(start","(stest/instru","...","...])","2","::spec/raw","::tenant1])",":a",":arg",":child",":clojure.spec.alpha/spec",":clojure.spec.alpha/valu",":dev",":into",":path",":path]",":reitit.spec/arg)",":reitit.spec/path",":reitit.spec/path:",":reitit.spec/raw",":rout",":user/tenant1",":user/tenant1]",";","[\"/api\"","[\"/ping\"]","[\"/public\"","[\"pong\"]]])","[\"tenant1\"","[%]","[...","[0]","[1]","[:rout","[:routes]","[]))","[expound","^^^^^^","`reitit/router)","add","argument","at:","bootstrapping:","call","clojure.core/string?","clojure.lang.exceptioninfo:","clojure.spec","compilerexcept","conform","contain","db","db)","definit","depend","detect","develop","error","exampl","expound","expound/printer)","expound])","fail","fals","first","function","go:","higher","in:","instrument","namespac","options.","out*","predicate:","pretti","print","problems.","r])","raw","readi","reitit.core/rout","reitit.spec","relev","rout","route))))","route:","router","routes,","routes:","s/*explain","s])","satisfi","spec","spec:","spec])","stest])","time","to:","tool","us","val:","valid","with?"],"advanced/dev_workflow.html":["!","\"/api/ns2/more/bar\")","\"/api/ns2/more/bar\",","\"/api/ns2/more/bar\"}","#(r/router","'[ns1])","'[ns2])","'[reitit.cor","(:requir","(constantli","(def","(defn","(n","(ns1/routes)]])","(ns2/routes)]","(r/match","(r/router","(requir","(router)","(routes)))","(routes))))",":","::bar","::bar])","::ping]","::ping]])",":a",":data",":ns1/bar",":ns1/bar},",":path",":result",";#reitit.core.match{:templ",";;",";[\"/bar\"",";the","?","[\"/api\"","[\"/bar\"","[\"/more\"","[\"/ns2\"","[\"/ping\"","[[\"/ping\"","[]","[reitit.cor","again","alway","appli","applic","astut","bit","call","chang","consid","contrari","correct,","crude","dev","dev,","developement,","developement.","differ","dure","dynam","easi","exampl","expect","fast","fix","frankli","full","function","function.","functions.","goal","goe","hit","inde","invocation.","it,","iterations.","let'","mani","match","multipl","name","name]","name])","namespac","namespace,","namespace.","namespaces.","name},","need","new","nil,","notic","now","ns1","ns1)","ns1,","ns1/rout","ns1/routes]])","ns2)","ns2/routes]","ns3)","ns3.","on","onc","order","param","pass","path","perform","possible,","practic","problem","prod","product","production.","queri","quit","r])","r]))","reader","recompil","reitit,","reitit.","reload","replac","requir","result","rout","router","routers,","routes))","sampl","see","slower","small","solut","span","still","sun.","that'","time.","top","tree","tree,","two","under","us","var","want","way","we'll","we'r","whole","without","workflow","worklfow","{:name","{},"],"advanced/shared_routes.html":["\"/kikka\"","\"/kikka\"}","\"/kikka\"})","\"bar\"})","\"get\"})","\"post\"}","\"post\"})","#?(:clj","&","'[reitit.cor","'[reitit.r","(app","(assoc","(declar","(def","(defn","(fn","(if","(in","(keyword?","(mi","(or","(r/expand","(r/match","(r/router","(requir","(ring/r","(ring/rout","(some",".cljc","200,","::bar","::bar]]","::bar]])","::kikka","::kikka)","::kikka]",":a",":bodi",":data",":expand",":get",":handler",":name",":path",":post",":post,",":result",":uri",":user/kikka}",";",";#match{:templ",";;",">","[\"/bar\"","[\"/kikka\"","[[\"/kikka\"","[_]","[data","[registry]","app","application,","argument,","backend","backend,","bar","bar})})))","both","both,","clojur","clojurescript,","clojurescript:","clujor","common","condit","core","custom","data","data)","data)))","default","defin","enabl","expand","file):","files.","first,","fronend,","frontend","function","function.","get","given","handler","kikka","kikka))","kikka}","kikka})","kikka})}]","method","multimethod.","multipl","name","need","nil","non","on","option","opts)","opts))))","opts]","param","post","processing,","r])","raw","reader","registri","reitit","reitit.core.rout","reitit.core/expand","request","revers","ring])","rout","router","routes))","routes:","routing.","sequenti","share","tabl","table.","those","us","work","{::kikka","{:expand","{:get","{:handler","{:name","{:request","{:statu"],"performance.html":["\"/auth/login\")))","\"/workspace/1/1\")))","&","'[criterium.cor","'[reitit.cor","(30x","(ataraxy,","(cc/quick","(def","(dotim","(if","(matches,","(micro","(or","(per","(r/match","(r/router","(real","(requir","(static","(wildcard",")benchmark","/api/command/add","1","1.9m","100","1000)","1000):","1000]","16","2,5","24x","256","3.2","300","312m","4","50+","500x","530","6",":",":a",":auth/login]",":auth/recovery]",":lookup",":mix",":request",":segment",":workspace/page]]))",";;","=>",">","[\"/auth/recovery/token/:token\"","[\"/workspace/:project/:page\"","[[\"/auth/login\"","[_","`lein","abstract","accur","actual","against.","algorithm,","algorithms,","also,","alway","anoth","api","ataraxi","average,","awesom","base","baselin","bench","benchmark.","best","better","better,","between","bide","bidi,","both","box","busi","but,","cach","cache:","card","case,","case.","cc])","chosen","ci","code","compil","compojur","comput","conflict","contain","core","core):","cores:","cqr","created,","creation","data.","definit","definitions.","degrade.","depends.","differ","disabl","do","don't","e.g.","effect","enabl","ensur","environment.","error.","errors.","exampl","execut","fail","fallback","fast","fast.","faster","fastest","featur","few","first","flatten","follow","found","found,","function","gb","ghz","go","go.","great","handl","handler.","have","help","here.","http","i7","idea","identifier:","immut","implementation.","indic","infinit","inlin","intel","interceptor)","interceptors,","intern","invok","it'","jvm","kb","know.","l2","l3","larg","large!","lib","librari","libs.","life","life)","life,","long","look","lookup","lot","lot.","lupapiste.","macbook","macbookpro11,3","magnitud","magnitude.","manag","map","match","matter","matter?","mb","mean","measur","measure?","memory:","method","mid","middlewar","middleware,","mix","model","more","mostli","mount","move","much","multimethod","multipl","mutabl","name:","need","new","nice","non","not.","notabl","note:","nothing.","ns","number","ok","on","opensensor","ops/sec","optim","order","order.","origin","out","over","parameters.","path","path)","path.","pedest","pedestal).","pedestal,","perf","perform","performance,","performance.","performance:","pleas","poke","port","possibl","precompute/compil","prefix","present.","pro","process","processor","processors:","proof","protocol","pull","quick","r])","rational","re","readme:","real","realistic.","realli","really,","record","regress","reitit","repl","repl`","repo","request","resolut","rest","rest(ish)","result","rewritten.","ring","rout","router","router,","router.","router:","routers.","routes)","routes,","run","same","sampl","scenario","scientif","second","segment","separ","serv","setup:","shine","simpl","site","size","slower","slowest","small","snappi","so,","someth","speed:","stabl","start","static","static,","still","style","swagger","tabl","take","taken","test","test).","test,","tests,","thank","thing","three","time","time,","tip","total","tree","tree,","tree.","trees,","tri","true).","trust","two","unmount","us","usual","view","want","welcome!","well,","wild","wildcard","work","µs","µs."],"development.html":["\"1.0.0\"","#","./scripts/lein","./scripts/set","./scripts/test.sh","build","built","bump","chang","clean,","cli","clj","clojar","deploy","develop","document","g","gitbook","gitbook.","instal","instruct","lein","locally:","modul","new","npm","preview","run","serv","test","up","version","version:","work"],"faq.html":["\"/\"","\"/api\"","\"/users/:id\"","#reitit","&","(","(clojure)","(context","(def","(defrout","(fn","(get","(human","(ok","(reitit","(simple)","(wrap","30",":","::ping]","::ping}]",":auth/login]",":auth/recovery]",":bodi",":get",":handler",":id))))}",":name",":page",":rout",":secure]]}",":token]",":workspace/page]])",":workspace/page]]]]])",";;",">","[\"/\"","[\"/api\"","[\"/api/ping\"","[\"/auth/recovery/token/:token\"","[\"/pizza\"","[\"/users/:id\"","[\"/workspace/:project","[\"workspace/\"","[[\"/auth/login\"","[[\"auth/login\"","[[\"auth/recovery/token/\"","[[[:project","[[wrap","[]","[id","[parameters]}]","[wrap","[{:key","ad","algorithm.","allow","alreadi","anoth","api","appli","apps,","argument","ask","awesome.","base","behav","best","bi","bidi","bidi.","bidi:","bidi?","both","busi","channel","class","clojur","clojure,","clojure.","clojurescript","clojurescript.","clojurian","coercion.","compil","compojur","compojure,","compojure.","compojure:","compojure?","compos","conflict","contribute?","core","data","data,","debug.","destructur","differ","differences:","differently,","direct","discuss","dispatch","driven","driven,","dynam","easi","effect","enough","exist","expos","extensions.","extra","faq","fast.","faster","featur","felt","first","frequent","frontend","full","fun","function","goal","good","great","guard","hacki","handler}]]])","hard","here","http","ident","identity,","influenc","int?}}}","interceptor","issues.","it'","it.","join","keyword","known","lib","librari","library?","log]","machin","macro","main","make","mani","map","maps.","margin","match","micro","mid","middlewar","missing:","mix","modul","module:","mostli","much","multipl","name","need","none","on","optim","order","origin","overal","param","paramet","part","path","pattern","pedest","pedestal,","pedestal:","pedestal?","perfect.","perform","performance.","pizza","pluggabl","post","process","projects.","proven","provid","question","readabl","readable)","realli","really,","reitit","reitit,","reitit.","reitit:","relat","represent","representation.","request.","resolut","resolv","ring","roadmap","rout","router","routes,","same","same.","seconds,","separ","ship","similar","slack","so,","source:","spec","special","specs,","speed","static","still","string","sub","support","syntax","syntax,","syntax.","syntax:","tabl","take","taken","target","terse,","thank","things.","thu","thus,","time","too).","took","tree","trickeri","trivial","us","user","uuid","uuid\"","uuid/:pag","uuid]","verbose.","wildcard","work","works,","written","{:get","{:id","{:middlewar","{:paramet","{:path","{:post"]},"length":38},"tokenStore":{"root":{"0":{"docs":{},"]":{"docs":{},"}":{"docs":{},")":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"x":{"1":{"5":{"docs":{},"b":{"5":{"9":{"docs":{},"b":{"0":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.012345679012345678}}}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"7":{"4":{"6":{"1":{"7":{"4":{"4":{"docs":{},"b":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},".":{"docs":{},".":{"docs":{},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"1":{"0":{"0":{"0":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},")":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"docs":{},")":{"docs":{},"]":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"1":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"2":{"0":{"0":{"0":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{}},"3":{"docs":{},"}":{"docs":{},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}},"docs":{}},"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},":":{"5":{"9":{"docs":{},":":{"5":{"4":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"8":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"}":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.013761467889908258}}}},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},".":{"9":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"docs":{}}},"2":{"0":{"0":{"0":{"0":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}},",":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942}}}},"1":{"8":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"docs":{}},"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}},"1":{"1":{"6":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"docs":{}},"docs":{}},"2":{"5":{"1":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"docs":{}},"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"3":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"4":{"docs":{},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"5":{"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}},"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"}":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}}}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},",":{"5":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}}},"3":{"0":{"0":{"0":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"\"":{"docs":{},")":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"}":{"docs":{},"}":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"1":{"2":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"docs":{}},"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"]":{"docs":{},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},".":{"2":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}}},"4":{"0":{"0":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}},"3":{"docs":{},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"4":{"docs":{},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.022222222222222223}}}},"5":{"docs":{},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334}}}},"6":{"docs":{},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334}}}},"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"4":{"0":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"5":{"0":{"0":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"docs":{},"%":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},"+":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"3":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}},"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"6":{"0":{"0":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"8":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"docs":{},"\"":{"0":{"docs":{},".":{"2":{"docs":{},".":{"1":{"docs":{},"\"":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.024886877828054297},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}},"docs":{}}},"4":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"docs":{}}},"docs":{}}},"1":{"2":{"3":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},"docs":{}},"docs":{},"\"":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"}":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}},".":{"0":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}},"docs":{}}},"docs":{}}},"2":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"docs":{}}},"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.004524886877828055}}}}}}}}}},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"}":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}}}}}}}}}}},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"\"":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"2":{"docs":{},"\"":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.004524886877828055}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"}":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{},"/":{"3":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585}}}},"docs":{}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.013761467889908258}},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}},"n":{"docs":{},"s":{"2":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}},"}":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}}}}}}}}}}}},"docs":{}}}},"\"":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"}":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},")":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},")":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}}}}}}}}},":":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"u":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"1":{"2":{"3":{"docs":{},"\"":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}},"docs":{}},"docs":{}},"docs":{},"i":{"docs":{},"k":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"\"":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"}":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}},"/":{"0":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"1":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"2":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"3":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"4":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"5":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"6":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"7":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"8":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"9":{"docs":{},"?":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"=":{"docs":{},"m":{"docs":{},"%":{"docs":{},"c":{"3":{"docs":{},"%":{"docs":{},"b":{"6":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}},"docs":{}}}},"docs":{}}}}}}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}}}}}}}}}}}},"*":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"/":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"}":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"/":{"docs":{},"d":{"docs":{},"u":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"\"":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"}":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"d":{"docs":{},"k":{"docs":{},"a":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"\"":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"1":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"\"":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}}}},"m":{"docs":{},"ö":{"docs":{},"l":{"docs":{},"y":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01060070671378092},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625}}}}}}}}}},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}}}}},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"\"":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"}":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}}}},"k":{"docs":{},"i":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"/":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"$":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"@":{"1":{"5":{"docs":{},"b":{"5":{"9":{"docs":{},"b":{"0":{"docs":{},"e":{"docs":{},"\"":{"docs":{},"]":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}},"}":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"$":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"$":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"_":{"docs":{},"_":{"2":{"1":{"2":{"4":{"docs":{},"@":{"7":{"4":{"6":{"1":{"7":{"4":{"4":{"docs":{},"b":{"docs":{},"\"":{"docs":{},"]":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"\"":{"docs":{},"}":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.02666666666666667}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}},")":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}}}},"k":{"docs":{},"o":{"docs":{},"s":{"docs":{},"h":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}}}}}}}}},"u":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"/":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"/":{"docs":{},"k":{"docs":{},"a":{"docs":{},"l":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},")":{"docs":{},"]":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"}":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"l":{"docs":{},"u":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},")":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}},"g":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"e":{"docs":{},"t":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"l":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"u":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"g":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"/":{"docs":{},"x":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"docs":{}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}},"a":{"docs":{},"b":{"docs":{},"b":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"n":{"docs":{},"y":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"a":{"docs":{},"r":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"#":{"docs":{"development.html":{"ref":"development.html","tf":0.05660377358490566}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.013761467889908258},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}},":":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"[":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"$":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"_":{"docs":{},"_":{"2":{"4":{"3":{"5":{"9":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"$":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.012345679012345678}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"$":{"docs":{},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"$":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"_":{"docs":{},"_":{"2":{"1":{"2":{"4":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"$":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"_":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"$":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"]":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},"_":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"e":{"docs":{},"d":{"docs":{},"_":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"$":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{},"$":{"docs":{},"]":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}}}}}}}}}}}},"{":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"}":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}},"z":{"docs":{},"}":{"docs":{},"}":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}}},"d":{"docs":{},"b":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}},":":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}}}}}}},"}":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"}":{"docs":{},"}":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{},"p":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"v":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}}}}}}},":":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"{":{"docs":{},":":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"{":{"docs":{},":":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"{":{"docs":{},":":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}}}}}}},"'":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}}}}},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}},"?":{"docs":{},"(":{"docs":{},":":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"'":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"[":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"]":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"]":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"t":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"u":{"docs":{},"m":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}},"n":{"docs":{},"s":{"1":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257}}}}},"2":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}},"docs":{}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}}}}}}}},"(":{"3":{"0":{"docs":{},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"docs":{}},"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.018975332068311195},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.017595307917888565},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},":":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}},"i":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},",":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"a":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.044444444444444446},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"l":{"docs":{},"i":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"n":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"s":{"docs":{},"o":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"d":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"x":{"docs":{},"y":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"a":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.012285012285012284}}}}},"n":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}}}},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"b":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"?":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}},"f":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"d":{"docs":{},"p":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}},"j":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.02666666666666667},"ring/static.html":{"ref":"ring/static.html","tf":0.01951219512195122},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"l":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},":":{"4":{"7":{"3":{"9":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"m":{"docs":{},"p":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}},"q":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"a":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"c":{"docs":{},"/":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.01875},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.008704061895551257},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.020356234096692113},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},"n":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.006769825918762089},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.038461538461538464}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}}},"e":{"docs":{},"f":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}},"f":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.011730205278592375},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047}}}}}}}},"u":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.020361990950226245},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.024691358024691357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.05045871559633028},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01060070671378092},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}},"t":{"docs":{},"h":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.006769825918762089}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.012572533849129593},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.025},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0176678445229682},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.026881720430107527},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0234375},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.012121212121212121},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.013282732447817837},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.0171990171990172},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.027989821882951654},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}}},".":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},".":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},")":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"p":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}},"e":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"!":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.016666666666666666},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778},"ring/static.html":{"ref":"ring/static.html","tf":0.01951219512195122},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.016666666666666666},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.02926829268292683},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818}},"e":{"docs":{},"r":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}},"t":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"/":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},"m":{"docs":{},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}},"e":{"docs":{},"q":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},"t":{"docs":{},"/":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"?":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}},"!":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}},"p":{"docs":{},"!":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"u":{"docs":{},"b":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}},"w":{"docs":{},"i":{"docs":{},"p":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":5.008064516129032},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}},"t":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"l":{"docs":{},"d":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.022900763358778626}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.008704061895551257}}}}},"o":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}},"s":{"1":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}}}}},"2":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}}}}}}}},"docs":{}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"p":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},"v":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"y":{"docs":{},"b":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"i":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}}},"f":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"k":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"x":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"y":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"#":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"{":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232}}},"{":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"c":{"docs":{},"i":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"p":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061}}}}}}}},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005405405405405406}}}}},"i":{"docs":{},"f":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"n":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"?":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"o":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}}}}}}}}}}}}},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}},"+":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"o":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}},"\"":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},"?":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}},"b":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}},":":{"3":{"0":{"0":{"0":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"x":{"docs":{},"m":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},":":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013574660633484163}}}}}},"n":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.006787330316742082}},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516}}}}},"l":{"docs":{},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"s":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}},"c":{"docs":{},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"d":{"docs":{},"b":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}},"}":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}}}},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625}},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}},"s":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},")":{"docs":{},")":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},"]":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.0102880658436214},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.022916666666666665}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"1":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"2":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"3":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"docs":{}}}}},"s":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"docs":{}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}}}}},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}}}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"o":{"docs":{},"o":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"m":{"docs":{},"w":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"docs":{}}}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"]":{"docs":{},"]":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}},"z":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.012367491166077738},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.024193548387096774},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.012121212121212121},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.014583333333333334},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.01809954751131222},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"z":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}},"p":{"docs":{},"i":{"docs":{},"]":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},"}":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},")":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"}":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"r":{"docs":{},"g":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0234375},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.06222222222222222},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.03225806451612903},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.010606060606060607},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.030360531309297913},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.010416666666666666},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.012443438914027148},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"y":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}},"s":{"1":{"0":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}},"docs":{}},"docs":{}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"/":{"docs":{},"b":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.013574660633484163},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.017595307917888565},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.005802707930367505},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"b":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}},"e":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542}}},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.027777777777777776}},"]":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}}}},"v":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"u":{"docs":{},"o":{"5":{"5":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"7":{"1":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}},"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.014583333333333334},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.02666666666666667},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}},"}":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"z":{"docs":{},"i":{"docs":{},"p":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"]":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"e":{"docs":{},",":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}},"x":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334}}}},"s":{"1":{"docs":{},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}},"}":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}}}}}},"docs":{}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.024886877828054297},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.024691358024691357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.03211009174311927},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.014184397163120567},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.015901060070671377},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.007736943907156673},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.020356234096692113},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.015901060070671377},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"}":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}},")":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}}}}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013574660633484163},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.011730205278592375},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.0102880658436214}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.0171990171990172}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.04176904176904177}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}},"o":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"u":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"r":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.013539651837524178},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},")":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.035555555555555556},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},"l":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.022968197879858657},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}}}}}}}},"u":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}},"]":{"docs":{},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}},"]":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.012345679012345678}},"e":{"docs":{},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"]":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"1":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"2":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"3":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"docs":{}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"o":{"docs":{},"o":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"z":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"docs":{}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"}":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},"e":{"docs":{},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.014134275618374558},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"i":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"/":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743}}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}},"o":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.011385199240986717}}},"y":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"t":{"docs":{},"o":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}},"a":{"docs":{},"l":{"docs":{},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}},"d":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"]":{"docs":{},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"h":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}},"u":{"docs":{},"t":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.01440329218106996},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"y":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}},"e":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}},"i":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}},"u":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}},"i":{"docs":{},"a":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"?":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}},"a":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"]":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"y":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}},"x":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}},"z":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},")":{"docs":{},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}}}}}},";":{"docs":{"./":{"ref":"./","tf":0.083710407239819},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.023529411764705882},"basics/router.html":{"ref":"basics/router.html","tf":0.02727272727272727},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.07407407407407407},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.11467889908256881},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.07446808510638298},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.12551440329218108},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.15544041450777202},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0636042402826855},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.08064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.04838709677419355},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.030534351145038167},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0859375},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.044444444444444446},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.012121212121212121},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.03795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.00904977375565611},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.05415860735009671},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.2727272727272727},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.021834061135371178}},";":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.020356234096692113},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942},"performance.html":{"ref":"performance.html","tf":0.02882882882882883},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}}},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"p":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}},"|":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005}}},"{":{"docs":{},":":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"l":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"#":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}}}}}}}}}}}}}}}}}}}}}}}}},"[":{"docs":{},"#":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"{":{"docs":{},":":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{},"b":{"docs":{},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{}}}}}}}}},"\"":{"docs":{},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}},">":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.05181347150259067},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.015180265654648957},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.017595307917888565},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}},")":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},",":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},">":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"[":{"0":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"1":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"3":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}},"docs":{},"\"":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}}}},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.01764705882352941},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}}}},":":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"/":{"docs":{},":":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"z":{"docs":{},"z":{"docs":{},"a":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"*":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}},"\"":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"z":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"u":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}}}}}}}}}}}},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"u":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"l":{"docs":{},"k":{"docs":{},"/":{"docs":{},":":{"docs":{},"b":{"docs":{},"u":{"docs":{},"l":{"docs":{},"k":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}},"a":{"docs":{},"r":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}}}}}}},"\"":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}},"z":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"b":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"*":{"docs":{},"\"":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"x":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}}}}}}}}},"h":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"\"":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"o":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"c":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"/":{"docs":{},"*":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"\"":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"1":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"2":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"3":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"docs":{}}}}}},"n":{"docs":{},"s":{"2":{"docs":{},"\"":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}},"docs":{}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},":":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"/":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"\"":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"\"":{"docs":{},"]":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"/":{"docs":{},"p":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"docs":{}}}}}}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"/":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}}},"\"":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"u":{"docs":{},"u":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"u":{"docs":{},"s":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}},"\"":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}},":":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"z":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{},"\"":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},"\"":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"/":{"docs":{},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}},"#":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"[":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"$":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}},"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},":":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}},"[":{"docs":{},":":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}},"_":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.024886877828054297},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"u":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"i":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"]":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}}}}},":":{"docs":{},":":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}}},"}":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}},"p":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"c":{"docs":{},"c":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"d":{"docs":{},"b":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}},"m":{"docs":{},"w":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"]":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"p":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"}":{"docs":{},")":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}},"s":{"1":{"0":{"docs":{},"]":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}},"docs":{}},"docs":{}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{},"e":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}}},"d":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}},"i":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}}}}}}}}}}}}},"d":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.02727272727272727}},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.03636363636363636}}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"%":{"docs":{},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}}},"}":{"docs":{},")":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"]":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}},"#":{"docs":{},"(":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"{":{"docs":{},":":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"{":{"docs":{},"{":{"docs":{},":":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}},"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"s":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}},"x":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.020833333333333332}}}}}},";":{"docs":{},";":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"&":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}},"a":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"d":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.008704061895551257},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.00904977375565611},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"\"":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"s":{"docs":{},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},":":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}},"p":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.017777777777777778},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.01875},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"l":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"/":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},";":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"y":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}},"s":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"c":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"u":{"docs":{},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.013333333333333334},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"s":{"docs":{},"s":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"r":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}},":":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"s":{"docs":{},"*":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}},"i":{"docs":{},"z":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.11290322580645161}}}}}}},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}},"o":{"docs":{},"m":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"n":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}},"n":{"docs":{},"y":{"docs":{},"m":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.007207207207207207}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"i":{"docs":{},"l":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028}}}}},"k":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"t":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.3580246913580245},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.3379204892966357},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"i":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"frontend/basics.html":{"ref":"frontend/basics.html","tf":10.021739130434783},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"c":{"docs":{},"k":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}},"d":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},"d":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"i":{"docs":{"faq.html":{"ref":"faq.html","tf":0.01694915254237288}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"frontend/browser.html":{"ref":"frontend/browser.html","tf":5.03960396039604}}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"development.html":{"ref":"development.html","tf":0.018867924528301886}}},"d":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"t":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"s":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"m":{"docs":{},"p":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"e":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}}},"a":{"docs":{},"v":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.006769825918762089}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{},")":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"s":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}},"s":{"docs":{},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}}}}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}},"d":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},")":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":10.016129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}}}}}}}}}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"s":{"docs":{},".":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"f":{"docs":{},"n":{"docs":{},"?":{"docs":{},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"e":{"docs":{},"x":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},":":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}}}}}}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"a":{"docs":{},"r":{"docs":{"development.html":{"ref":"development.html","tf":0.03773584905660377}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"i":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"j":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"development.html":{"ref":"development.html","tf":0.03773584905660377}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},",":{"docs":{"development.html":{"ref":"development.html","tf":0.03773584905660377}}}}}},"u":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.011385199240986717},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":5.035335689045937},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":5.032258064516129},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.026392961876832845},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}},":":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625}}}}}},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.024193548387096774},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0234375}}},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.02346041055718475},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"}":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}}},"d":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.014134275618374558},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.016722408026755852},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":5.0146627565982405},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"r":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856}},"(":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},"c":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"_":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},"c":{"docs":{},":":{"1":{"5":{"1":{"docs":{},":":{"1":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"s":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":5.003868471953578},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"i":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"e":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"a":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"u":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":5.062176165803109},"ring/static.html":{"ref":"ring/static.html","tf":0.01951219512195122},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627}}},"!":{"docs":{},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":5.019230769230769},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}},"j":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.013636363636363636},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"e":{"docs":{},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}},"o":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":5.104838709677419}}}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}},"c":{"docs":{},"i":{"docs":{},"d":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}}}}}},"i":{"docs":{},"d":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"s":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"d":{"docs":{},"e":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"s":{"docs":{},"t":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.005802707930367505},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"s":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}},"s":{"docs":{},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"l":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}},"s":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"c":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"r":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257},"development.html":{"ref":"development.html","tf":0.018867924528301886}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":3.3611111111111107},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"s":{"docs":{},".":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"=":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"q":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/router.html":{"ref":"basics/router.html","tf":0.03636363636363636},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.015544041450777202},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.014506769825918761},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"u":{"docs":{},"d":{"docs":{},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"c":{"docs":{},"]":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":5.031914893617022},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":3.349794238683127},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":5.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.350055741360089},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.010606060606060607},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":3.3499999999999996},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.010180995475113122},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.028846153846153848},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707},"faq.html":{"ref":"faq.html","tf":0.012711864406779662}},",":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.012345679012345678},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"e":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":5.0125},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.014830508474576272}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}}}}}},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.3366778149386844},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":5.012903225806451},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.013539651837524178},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01060070671378092},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.017077798861480076},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.010416666666666666},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},")":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"i":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":5.022222222222222},"ring/static.html":{"ref":"ring/static.html","tf":0.03902439024390244},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":5.006060606060606},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"s":{"docs":{},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}},")":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}},"b":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"s":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"development.html":{"ref":"development.html","tf":0.03773584905660377}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}}}}},"o":{"docs":{},"d":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"i":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"v":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":5.010178117048346}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"development.html":{"ref":"development.html","tf":5.018867924528302}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"o":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"n":{"docs":{},"e":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516}}},")":{"docs":{},".":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},",":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},"'":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"c":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095}},"s":{"docs":{},":":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"development.html":{"ref":"development.html","tf":0.03773584905660377}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}},"w":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}},"e":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}},"r":{"docs":{},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}},"b":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},"x":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"e":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},"s":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":5.019354838709678},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"r":{"docs":{},"n":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"r":{"docs":{},"a":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.014184397163120567},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.03056768558951965}}},"s":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":5.001766784452297},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"l":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"s":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.04242424242424243},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"o":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},"\"":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"o":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}},"l":{"docs":{},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"y":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"c":{"docs":{},"h":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}}},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.01764705882352941},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"d":{"docs":{},"p":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}},"s":{"docs":{},".":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},".":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.020833333333333332},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"e":{"docs":{},"r":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}}}}}}}}}},"]":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.043478260869565216},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"s":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},")":{"docs":{},".":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"l":{"docs":{},"e":{"docs":{},"g":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"t":{"docs":{},"c":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"d":{"docs":{},"n":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"e":{"docs":{},"n":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"'":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"b":{"docs":{},"e":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"f":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.007207207207207207},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005405405405405406}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}},"i":{"docs":{},"l":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.0102880658436214},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.012285012285012284},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"s":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}},"l":{"docs":{},"s":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"e":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"q":{"docs":{"faq.html":{"ref":"faq.html","tf":10}}}},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"l":{"docs":{},"e":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.03902439024390244},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},":":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"s":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"x":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"e":{"docs":{},"e":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}},",":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}},"n":{"docs":{},"k":{"docs":{},"l":{"docs":{},"i":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},"u":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.016722408026755852},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.057692307692307696},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.005802707930367505},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.017811704834605598},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},":":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341}}},".":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"l":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}}}},"r":{"docs":{},"m":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"a":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}},"e":{"docs":{},",":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"w":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},"l":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"n":{"docs":{},"?":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"ring/ring.html":{"ref":"ring/ring.html","tf":0.03307888040712468},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":5.04},"ring/static.html":{"ref":"ring/static.html","tf":0.03414634146341464},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.02727272727272727},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0375},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.012443438914027148},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"]":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"]":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},")":{"docs":{},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"]":{"docs":{},"]":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"]":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"/":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"r":{"docs":{},"d":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"e":{"docs":{},"r":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"v":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"s":{"docs":{},"h":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921}}}}}},"r":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"'":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}},"s":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"/":{"1":{"docs":{},".":{"1":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"docs":{}}},"docs":{}},"i":{"docs":{},"e":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},":":{"3":{"0":{"0":{"0":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"l":{"5":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.0297029702970297}}},"docs":{}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"l":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"s":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.0297029702970297}}},"y":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}},"g":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"i":{"7":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.024734982332155476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.016129032258064516},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"]":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},")":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.004524886877828055}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}},"\"":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}},"]":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"f":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"f":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"a":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"]":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"g":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":5.01980198019802}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}}}}}},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":10.071428571428571},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},",":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"n":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10.002262443438914}}}}}}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}}}}}},"?":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}},"]":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}},"e":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"l":{"docs":{"development.html":{"ref":"development.html","tf":0.07547169811320754}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"c":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":5.018867924528302}}}}}}},"p":{"docs":{},"i":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"f":{"docs":{},"o":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"r":{"docs":{},"m":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}},"s":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"x":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}}},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}}},"t":{"docs":{},"'":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}},"?":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"l":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"a":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"}":{"docs":{},")":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"o":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},".":{"docs":{},"e":{"docs":{},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}},"l":{"2":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"3":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}},"r":{"docs":{},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}},"r":{"docs":{},"g":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},"!":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}}},"y":{"docs":{},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"f":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"n":{"docs":{},"k":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"e":{"docs":{},"a":{"docs":{},"f":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"n":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"v":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}},"t":{"docs":{},"'":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.007736943907156673},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}},"s":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}},"f":{"docs":{},"t":{"docs":{},".":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"i":{"docs":{},"n":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"o":{"docs":{},"g":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}},"i":{"docs":{},"c":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},"]":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"o":{"docs":{},"k":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"u":{"docs":{},"p":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.007207207207207207}},"s":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"a":{"docs":{},"d":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774}},"e":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}},"l":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}}}}},"n":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"u":{"docs":{},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.04938271604938271},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.02932551319648094},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.06521739130434782},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0183752417794971},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"?":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395}}}}},"h":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"?":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"p":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"k":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"a":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"p":{"docs":{},"r":{"docs":{},"o":{"1":{"1":{"docs":{},",":{"3":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"docs":{}}},"docs":{}},"docs":{}}}}}}}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"y":{"docs":{},"b":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"r":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/ring.html":{"ref":"ring/ring.html","tf":0.027989821882951654},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.04},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"a":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}}}},"r":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.006769825918762089}},"e":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"e":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}},"a":{"docs":{},"n":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},"e":{"docs":{},"?":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"i":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"ring/ring.html":{"ref":"ring/ring.html","tf":0.03816793893129771},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.413600891861761},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":3.398148148148148},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":5.057268722466961},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":5.036363636363636},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.022770398481973434},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.029166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":5.035190615835777},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.010180995475113122},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612}}},"]":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"}":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"development.html":{"ref":"development.html","tf":0.05660377358490566},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"d":{"docs":{},"?":{"docs":{},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}}},"e":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"r":{"docs":{},"e":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{},"\"":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"v":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.011730205278592375},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.007575757575757576},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"u":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.013574660633484163},"basics/router.html":{"ref":"basics/router.html","tf":0.05454545454545454},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.3792048929663605},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}},"!":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}},".":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"s":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"}":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"i":{"docs":{},"v":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.020361990950226245},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.024691358024691357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.008704061895551257},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},"}":{"docs":{},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}},")":{"docs":{},".":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889}}}}},"}":{"docs":{},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}},"c":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.005802707930367505},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.012572533849129593}},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}},"w":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.007736943907156673},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"development.html":{"ref":"development.html","tf":0.018867924528301886}}},"g":{"docs":{},"o":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.00909090909090909},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"t":{"docs":{},"e":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"h":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"\"":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},".":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"i":{"docs":{},"c":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},",":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}},"w":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.022900763358778626}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"s":{"1":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}}}},"2":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}}}},"3":{"docs":{},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"p":{"docs":{},"m":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.04807692307692308}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/router.html":{"ref":"basics/router.html","tf":0.02727272727272727},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.05365853658536585},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.011312217194570135},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"m":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"s":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.009009009009009009},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},")":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},"c":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"e":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"s":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"s":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"a":{"docs":{},"l":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"f":{"docs":{},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}},"u":{"docs":{},"t":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"k":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.013574660633484163},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.022935779816513763},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.011385199240986717},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.013761467889908258},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.012367491166077738},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.026565464895635674},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}},"s":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395}}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},".":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"s":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"}":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"]":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}},"/":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.023529411764705882},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.4320987654320985},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.031088082901554404},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0176678445229682},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.043478260869565216},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.022243713733075435},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.025},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"performance.html":{"ref":"performance.html","tf":0.010810810810810811},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},"s":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}}}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"s":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.01694915254237288}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"?":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}}},"r":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.012612612612612612}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"performance.html":{"ref":"performance.html","tf":10.007207207207207},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"s":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}},"l":{"docs":{},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"g":{"docs":{},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/coercion.html":{"ref":"ring/coercion.html","tf":5.001897533206831},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":5.016129032258065},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"r":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}},".":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}},"e":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"s":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}},"d":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}},"u":{"docs":{},"c":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"o":{"docs":{},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},"!":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}}}},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}}},"m":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516}}}}},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"e":{"docs":{},"w":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}}}},"!":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"s":{"docs":{},"h":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}},"s":{"docs":{},"h":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}},"l":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"s":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"?":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"e":{"docs":{},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},".":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"i":{"docs":{},"t":{"docs":{},"n":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}},"k":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}}}},"z":{"docs":{},"z":{"docs":{},"a":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046}},"]":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"e":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.029411764705882353},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.010810810810810811},"faq.html":{"ref":"faq.html","tf":0.05084745762711865}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}},"e":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},":":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}},"e":{"docs":{},"r":{"docs":{},"g":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"t":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}}},".":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"/":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"c":{"docs":{},"r":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"_":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"$":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},"@":{"5":{"9":{"docs":{},"f":{"docs":{},"d":{"docs":{},"d":{"docs":{},"a":{"docs":{},"b":{"docs":{},"b":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}}}}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":0.017811704834605598},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.012903225806451613},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.022727272727272728},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.02932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01466275659824047}},")":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},"}":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"}":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}},":":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"v":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":5.048780487804878},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.03225806451612903}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}},".":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.01818181818181818},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.017077798861480076},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.04398826979472141},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282}}},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},":":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},"]":{"docs":{},"}":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"s":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"e":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}}}},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"(":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":5.015625},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"e":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.024691358024691357},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},",":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.020066889632107024},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"a":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},"i":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}},"e":{"docs":{},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},")":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}},"c":{"docs":{},"t":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.007207207207207207}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"y":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},"e":{"docs":{},"v":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}}},"a":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":5.022026431718062},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},"y":{"docs":{},",":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},":":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}},"?":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"e":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"p":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"a":{"docs":{},"c":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"`":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.020361990950226245},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/ring.html":{"ref":"ring/ring.html","tf":5.030534351145038},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0234375},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}}}}},":":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.020361990950226245},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":5.08235294117647},"basics/router.html":{"ref":"basics/router.html","tf":0.06363636363636363},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.3703703703703702},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.356269113149847},"basics/route_data.html":{"ref":"basics/route_data.html","tf":5.053191489361702},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":3.3662551440329214},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":5.062176165803109},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.019434628975265017},"ring/ring.html":{"ref":"ring/ring.html","tf":0.017811704834605598},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":5.015625},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":3.3499999999999996},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.03519061583577713},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.021493212669683258},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.039603960396039604},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.030612244897959183},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.1346153846153846},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.037717601547388784},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.04375},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":5.031941031941032},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.04834605597964377},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":5.034934497816594},"performance.html":{"ref":"performance.html","tf":0.05045045045045045},"faq.html":{"ref":"faq.html","tf":0.07627118644067797}},"e":{"docs":{},"r":{"2":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"docs":{"./":{"ref":"./","tf":0.03167420814479638},"basics/router.html":{"ref":"basics/router.html","tf":10.081818181818182},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.04938271604938271},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.03900709219858156},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.04145077720207254},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.015901060070671377},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":5.00763358778626},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.039603960396039604},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":5.038461538461538},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":5.0638297872340425},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":5.125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.027989821882951654},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471},"performance.html":{"ref":"performance.html","tf":0.009009009009009009},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},")":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125}},":":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"!":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"s":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"}":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},")":{"docs":{},")":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}},"s":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}}},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},":":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},")":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.01875}}},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014742014742014743}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"o":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},":":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667}},"}":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"]":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"w":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}},"c":{"docs":{},"k":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"s":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00823045267489712}}}}}}}},"]":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"u":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"development.html":{"ref":"development.html","tf":0.018867924528301886}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"l":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}},"b":{"docs":{},"y":{"docs":{},"'":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"c":{"docs":{},"s":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}}},"]":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}}}}}}}},"]":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":5.016129032258065},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909}}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},"]":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},"u":{"docs":{},"p":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}},"r":{"docs":{},"v":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.03902439024390244},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"development.html":{"ref":"development.html","tf":0.018867924528301886}},"e":{"docs":{},"r":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}},".":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}},"d":{"docs":{},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"s":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"i":{"docs":{},"e":{"docs":{},"p":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"e":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"d":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}},"t":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"z":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.005405405405405406}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"s":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.018518518518518517},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":5.015625},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.016666666666666666},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.01583710407239819},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.012285012285012284},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"!":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0125}},"}":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"?":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"i":{"docs":{},"f":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"i":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},":":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"s":{"docs":{},".":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}}}},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},"e":{"docs":{},"d":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"a":{"docs":{},"n":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"r":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.009174311926605505}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395}}}},"?":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}},",":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"]":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"e":{"docs":{},"p":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":5.019512195121951},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.025},"performance.html":{"ref":"performance.html","tf":0.007207207207207207},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"e":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.0297029702970297},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}},"u":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}},"c":{"docs":{},"k":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.00904977375565611},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":5.004524886877828},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.014830508474576272}}}}}},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"b":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{},"]":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}},"n":{"docs":{},".":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"2":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"docs":{"./":{"ref":"./","tf":0.013574660633484163},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":5.0576923076923075},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"/":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},".":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"p":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":5.0058823529411764},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},".":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"p":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"t":{"docs":{},"i":{"docs":{},"s":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}}}}},"f":{"docs":{},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"!":{"docs":{},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}},"]":{"docs":{},")":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"}":{"docs":{},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},"*":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"faq.html":{"ref":"faq.html","tf":0.006355932203389831}},"p":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}},"n":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":5.013100436681222}}}},"p":{"docs":{},"e":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}},"o":{"docs":{},"w":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}},"u":{"docs":{},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.007633587786259542}}}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"\"":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}},":":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}},"t":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"q":{"docs":{},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},"s":{"docs":{},".":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}}}}},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},")":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"k":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}},"p":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.02040816326530612},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"d":{"docs":{},"o":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},":":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"e":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.009009009009009009},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"s":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":3.3518518518518516},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"c":{"docs":{},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"i":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"e":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"?":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},"'":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"n":{"docs":{},"k":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.005405405405405406},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"e":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}}},"e":{"docs":{},"m":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}},"n":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"s":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"\"":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341}}}}}}},"s":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"r":{"docs":{},"d":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"/":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}},"s":{"docs":{},"e":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"w":{"docs":{},"o":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"/":{"docs":{},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0088339222614841},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0038684719535783366}},"\"":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},":":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.00909090909090909},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"b":{"docs":{},"l":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"e":{"docs":{},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"performance.html":{"ref":"performance.html","tf":0.007207207207207207},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.008797653958944282},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"p":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"performance.html":{"ref":"performance.html","tf":0.023423423423423424},"development.html":{"ref":"development.html","tf":0.03773584905660377}},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"x":{"docs":{},"t":{"docs":{},"/":{"docs":{},"x":{"docs":{},"m":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.019230769230769232}},".":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},",":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"/":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}}}},":":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"s":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/static.html":{"ref":"ring/static.html","tf":0.00975609756097561},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.010033444816053512},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.00909090909090909},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.043478260869565216},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.024193548387096774},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.05102040816326531},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.004835589941972921},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.039301310043668124},"performance.html":{"ref":"performance.html","tf":0.007207207207207207},"faq.html":{"ref":"faq.html","tf":0.01059322033898305}},"e":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.016129032258064516},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941}}}}}}},"d":{"docs":{},".":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/ring.html":{"ref":"ring/ring.html","tf":0.007633587786259542},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}},"l":{"docs":{},"i":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}},"r":{"docs":{},"i":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}},"l":{"docs":{"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.0297029702970297}}}},"p":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"\"":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"/":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"]":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"development.html":{"ref":"development.html","tf":0.03773584905660377}},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"b":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":3.3518518518518516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":3.345833333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.025},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":5.002457002457002}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},",":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007371007371007371}}},"u":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"e":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}},"]":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}}},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"i":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}}}},"i":{"docs":{},"a":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.004166666666666667},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.019230769230769232},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},"e":{"docs":{},"w":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.00530035335689046},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}}},"s":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.020833333333333332},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"}":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"y":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},",":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}},"r":{"docs":{},"n":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}},"n":{"docs":{},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}},"l":{"docs":{},"k":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}},"y":{"docs":{},"?":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.019801980198019802},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}},"i":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}},":":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}}}}},"l":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.009009009009009009},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"performance.html":{"ref":"performance.html","tf":0.0036036036036036037},"development.html":{"ref":"development.html","tf":0.018867924528301886},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506}}}}}},"s":{"docs":{},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},",":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":5.002544529262087}}}}}},"l":{"docs":{},"f":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}}}}}}},"e":{"docs":{},"b":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057}},"j":{"docs":{},"a":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"e":{"docs":{},"!":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"l":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"d":{"docs":{},",":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"'":{"docs":{},"l":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}}},"r":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}},"s":{"docs":{},"g":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}}}}},"{":{"2":{"0":{"0":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}},"docs":{}},"docs":{}},"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},":":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0029013539651837525}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.008333333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.00904977375565611},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0022624434389140274},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.026748971193415638},"ring/ring.html":{"ref":"ring/ring.html","tf":0.005089058524173028},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.01875},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}}}}}},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597}},"d":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.027522935779816515},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.03529411764705882},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.01773049645390071}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"s":{"docs":{},"o":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006787330316742082},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.01764705882352941},"ring/ring.html":{"ref":"ring/ring.html","tf":0.010178117048346057},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.037037037037037035},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.01762114537444934},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.010416666666666666},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}}}}},"u":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.011312217194570135},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941},"basics/router.html":{"ref":"basics/router.html","tf":0.01818181818181818},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.01834862385321101},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.012367491166077738},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016129032258064516},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015625},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.027079303675048357},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}}},"o":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}},"t":{"docs":{"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.0044444444444444444}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.035555555555555556},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.007590132827324478},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.005656108597285068},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010638297872340425}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.00625}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"ring/ring.html":{"ref":"ring/ring.html","tf":0.015267175572519083},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.0234375},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.06222222222222222},"ring/static.html":{"ref":"ring/static.html","tf":0.014634146341463415},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.03225806451612903},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006688963210702341},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.013215859030837005},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.013282732447817837},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.010416666666666666},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.007918552036199095},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.017467248908296942}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}},"u":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055}}}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.00904977375565611}}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011764705882352941},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"r":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.006172839506172839}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0176678445229682},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.021505376344086023},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}}},":":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.018518518518518517}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.00625}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805}}}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.022968197879858657},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.03225806451612903},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.010752688172043012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.03125}}}}},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198}}}}},"r":{"docs":{},"i":{"docs":{"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.078125},"ring/default_handler.html":{"ref":"ring/default_handler.html","tf":0.008888888888888889},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.0064516129032258064},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"u":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.022026431718061675}}}},"d":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055}}}}}},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.015180265654648957},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.004524886877828055}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.004545454545454545}}}}},"a":{"docs":{},"g":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},"x":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009487666034155597},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}},"z":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.01875}}}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.004524886877828055},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}},",":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}},"\"":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}},"x":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0056925996204933585}}}},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}},";":{"docs":{},";":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616}}}}}}},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}},"%":{"2":{"0":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}},"docs":{}},"docs":{}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"p":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}}}}}},":":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"l":{"docs":{},"k":{"docs":{},"/":{"docs":{},":":{"docs":{},"b":{"docs":{},"u":{"docs":{},"l":{"docs":{},"k":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627}}}}}}}}}}},"a":{"docs":{},"z":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"/":{"docs":{},":":{"docs":{},"s":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{},"d":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}},"e":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"h":{"docs":{},"t":{"docs":{},"i":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.0051813471502590676}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"*":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.02072538860103627}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"r":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}},"s":{"docs":{},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}},"c":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}}}}}},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"d":{"docs":{},"u":{"docs":{},"o":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"/":{"docs":{},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"u":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}}},"=":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}},">":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.010362694300518135},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.0078125},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.006060606060606061},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.057692307692307696},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"g":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.005376344086021506},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}}}}}}}},"t":{"docs":{"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.012345679012345678},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}},"t":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"development.html":{"ref":"development.html","tf":0.05660377358490566}},".":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}}}}}},"o":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}},"o":{"docs":{},"d":{"docs":{"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}},":":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}},"a":{"docs":{},"l":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}},"e":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.01935483870967742},"faq.html":{"ref":"faq.html","tf":0.00423728813559322}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}},"m":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"h":{"docs":{},"q":{"docs":{},"l":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018},"faq.html":{"ref":"faq.html","tf":0.00847457627118644}}}}}},"a":{"docs":{},"v":{"docs":{},"e":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"h":{"docs":{},"z":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.0058823529411764705}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},"}":{"docs":{},"]":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}},"]":{"docs":{},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}}}}},":":{"docs":{},"=":{"2":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"docs":{}}},"]":{"docs":{},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.0102880658436214},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0035335689045936395},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.013377926421404682},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.013636363636363636},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.003795066413662239},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.006787330316742082},"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.009615384615384616},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/static.html":{"ref":"ring/static.html","tf":0.004878048780487805},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.01762114537444934},"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041},"faq.html":{"ref":"faq.html","tf":0.00211864406779661}},"s":{"docs":{},".":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}}}}}}},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514}}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}},")":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.003393665158371041}}}},":":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017667844522968198},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}}}},"e":{"docs":{},"p":{"docs":{"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.004405286343612335}}}}},"u":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094},"frontend/browser.html":{"ref":"frontend/browser.html","tf":0.009900990099009901}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.013100436681222707}},")":{"docs":{},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.008733624454148471}}}},"}":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},")":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}},"}":{"docs":{},"]":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.0045871559633027525},"ring/reverse_routing.html":{"ref":"ring/reverse_routing.html","tf":0.015625},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274},"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.010178117048346057}}},"y":{"docs":{},")":{"docs":{"frontend/controllers.html":{"ref":"frontend/controllers.html","tf":0.008064516129032258}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705},"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"http/interceptors.html":{"ref":"http/interceptors.html","tf":0.01020408163265306}}}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841},"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}},"t":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.005089058524173028}}}}}},"^":{"docs":{},":":{"docs":{},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0035460992907801418}}}}}}}}},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.004914004914004914}},"^":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0070921985815602835}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.007067137809187279},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008064516129032258}}}}}}}}}}}}}},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},".":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},",":{"docs":{"frontend/basics.html":{"ref":"frontend/basics.html","tf":0.021739130434782608}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}}},"y":{"docs":{},"(":{"9":{"docs":{},".":{"2":{"docs":{},".":{"2":{"1":{"docs":{},".":{"docs":{},"v":{"2":{"0":{"1":{"7":{"0":{"1":{"2":{"0":{"docs":{},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0030303030303030303}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"]":{"docs":{"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137}},")":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}}}}},"v":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.00211864406779661}}}}}},"%":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/ring.html":{"ref":"ring/ring.html","tf":0.002544529262086514},"ring/transforming_middleware_chain.html":{"ref":"ring/transforming_middleware_chain.html","tf":0.009259259259259259},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.009828009828009828}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}},"+":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.00881057268722467},"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00411522633744856},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0011312217194570137},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}},",":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}},"c":{"docs":{},"l":{"docs":{},"j":{"docs":{},"c":{"docs":{"advanced/shared_routes.html":{"ref":"advanced/shared_routes.html","tf":0.004366812227074236}}}}}},"/":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"l":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{"development.html":{"ref":"development.html","tf":0.05660377358490566}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"development.html":{"ref":"development.html","tf":0.018867924528301886}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"h":{"docs":{"development.html":{"ref":"development.html","tf":0.03773584905660377}}}}}}}}}}}}}}}}}}},"`":{"docs":{},":":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{},",":{"docs":{},"`":{"docs":{},":":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"`":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.00205761316872428}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"`":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.005865102639296188}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002457002457002457}}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}},"|":{"docs":{"basics/route_data_validation.html":{"ref":"basics/route_data_validation.html","tf":0.01646090534979424},"ring/middleware_registry.html":{"ref":"ring/middleware_registry.html","tf":0.022026431718061675}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.0033444816053511705}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}},")":{"docs":{"ring/route_data_validation.html":{"ref":"ring/route_data_validation.html","tf":0.0020833333333333333}}}}}}},"x":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152},"ring/swagger.html":{"ref":"ring/swagger.html","tf":0.0022624434389140274}},":":{"docs":{},"=":{"1":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"docs":{}}},"m":{"docs":{},"l":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}}}},"}":{"docs":{"ring/default_middleware.html":{"ref":"ring/default_middleware.html","tf":0.0015151515151515152}}},"\\":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"b":{"docs":{},"b":{"docs":{},"a":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0018975332068311196}}}}}}}}}}}}}}},"?":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.002544529262086514}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.002932551319648094}}}}}}}}}}}}}}}}}},"@":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0009671179883945841}},")":{"docs":{"advanced/composing_routers.html":{"ref":"advanced/composing_routers.html","tf":0.0019342359767891683}}}}}}}}}},"!":{"docs":{"advanced/dev_workflow.html":{"ref":"advanced/dev_workflow.html","tf":0.01272264631043257}}},")":{"docs":{},"b":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}}}}}}}},"µ":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0036036036036036037}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0018018018018018018}}}}}},"length":5887},"corpusTokens":["!","\"\"}","\"\"})","\"\"})))","\"(constrain","\"(not","\"/\"","\"/\"))","\"/\")))","\"/\"))))","\"/\"))]","\"/\"})","\"/\"})))","\"/*\",","\"/:company/users/:us","\"/api\"","\"/api\",","\"/api/admin/db\"})","\"/api/admin/ping\",","\"/api/admin/ping\"})","\"/api/admin/users\"})","\"/api/bonus\"})","\"/api/internal/users\"})","\"/api/ipa\")","\"/api/ns2/more/bar\")","\"/api/ns2/more/bar\",","\"/api/ns2/more/bar\"}","\"/api/orders/1\")","\"/api/orders/1\"}","\"/api/orders/2\"}","\"/api/orders/:id\"","\"/api/orders/:id\",","\"/api/ping\"","\"/api/ping\")","\"/api/ping\"}","\"/api/ping\"})","\"/api/plus/3\"","\"/api/pong\"","\"/api/user/1\"","\"/api/user/1\")","\"/api/user/1?iso=m%c3%b6ly\"","\"/api/user/:id\"","\"/api/user/:id\",","\"/assets/*\".","\"/auth/login\")))","\"/avaruus\"","\"/avaruus\"}]","\"/beers/lager\")","\"/beers/sahti\")","\"/beers/saison\")","\"/dynamic\"","\"/dynamic/duo\"","\"/dynamic/duo\")","\"/fail\"","\"/fail\"})","\"/fail\"}}","\"/favicon.ico\"})","\"/gin/napue\")","\"/hello\")","\"/invalid\"})","\"/kerran/*\"","\"/kerran/avaruus\"}","\"/kikka\"","\"/kikka\"}","\"/kikka\"})","\"/metosin/users/123\")","\"/metosin/users/123\"))","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"/metosin/users/ikitommi\"))","\"/olipa/*\"","\"/olipa/iso/kala\"}","\"/olipa/kerran/avaruus\")","\"/olipa/kerran/avaruus\"}","\"/olipa/kerran/iso/kala\")","\"/one","\"/one/ping\"","\"/one/swagger.json\"}","\"/ping\"","\"/ping\")","\"/ping\"}","\"/ping\"})","\"/pong\"})","\"/swagger.json\"","\"/swagger.json\"})","\"/two/deep/ping\")","\"/two/ping\"","\"/two/ping\")","\"/two/swagger.json\"}","\"/users\"})","\"/users/0?iso=m%c3%b6ly\"}","\"/users/1?iso=m%c3%b6ly\"}","\"/users/2?iso=m%c3%b6ly\"}","\"/users/3?iso=m%c3%b6ly\"}","\"/users/4?iso=m%c3%b6ly\"}","\"/users/5?iso=m%c3%b6ly\"}","\"/users/6?iso=m%c3%b6ly\"}","\"/users/7?iso=m%c3%b6ly\"}","\"/users/8?iso=m%c3%b6ly\"}","\"/users/9?iso=m%c3%b6ly\"})}","\"/users/:id\"","\"/vodka/russian\")","\"/workspace/1/1\")))","\"0.2.1\"]","\"0.4.0\"]","\"1\"}","\"1\"})","\"1\"}}","\"1.0.0\"","\"123\"},","\"2.0\"","\"abba\"}","\"abba\"},","\"any\"","\"any\"},","\"avaruus\"}","\"bar\"})","\"beer\"","\"bock\"])","\"clojure.core$identity@15b59b0e\"],","\"clojure.core$identity@15b59b0e\"]}","\"clojure.core$identity@15b59b0e\"]},","\"clojure.core$identity@15b59b0e\"]}}})},","\"clojure.spec.alpha$merge_spec_impl$reify__2124@7461744b\"],","\"default\"","\"default\")","\"download","\"duo\"","\"error\"","\"error\")","\"exception\"","\"exception\")","\"fail\"","\"fail\")))]","\"forbidden\"}","\"forc","\"get\"})","\"goto","\"identity\"","\"identity\",","\"identity\"},","\"identity\"}]","\"identity\"}])","\"identity\"}}})},","\"ikitommi\"))}}","\"image/png\"}","\"index.html\")])","\"int\",","\"java.lang.exception\"}}","\"kerran/avaruus\"}","\"kerran/iso/kala\"}","\"kosh\"}","\"kosh\"})","\"kosh\"})})))","\"kukka\"})}}]]","\"look","\"metosin\",","\"mi","\"middlewar","\"möly\"}))","\"möly\"}))})})}]","\"negoti","\"ok\",","\"ok\"}","\"ok\"})","\"ok\"}))","\"ping\"})}]","\"ping\"})}])","\"plu","\"pong\"}","\"pong\"})]","\"pong\"})])","\"pong\"})}]","\"pong\"})}]]","\"post\"}","\"post\"})","\"public\"","\"reitit.png\"))})}}]]","\"sahti\"","\"server","\"sql","\"swagger","\"tenant1\"","\"text/xml\"}","\"total\":","\"upload","\"user...\"})}]])))","#","#'app","#'reitit.core/rout","#(interleav","#(r/router","#(respond","#(slurp","#.","#:clojure.spec.alpha{:problem","#?(:clj","#coercionerror{:schema","#endpoint{:data","#match{:templ","#methods{...}","#methods{:ani","#object[...]","#object[...],","#object[...]}","#object[...]},","#object[clojure.core$ident","#object[clojure.spec.alpha$merge_spec_impl$reify__2124","#object[reitit.coercion$request_coercer$]},","#object[reitit.core$...]","#object[reitit.core$linear_router$reify]","#object[reitit.core$lookup_router]}","#object[reitit.core$mixed_router]}","#object[user$handler]}","#object[user$reify__24359]}]]","#partialmatch{:templ","#reitit","#reitit.core.match{:templ","#{::one","#{:admin","#{:adminz}}","#{:adminz}},","#{:adminz}}]","#{:adminz}}}})},","#{:admin}","#{:admin}}","#{:admin}})","#{:admin}}}]]","#{:admin}}}]]]","#{:db","#{:id}","#{:id}}","#{:manager}","#{:manager}}","#{:public","#{:reitit.swagger/default}","#{:session}","#{:user}","#{route}}","#{})","#{}))","%","%)","%))","%))))","&","'())","'[clojure.set","'[clojure.spec.alpha","'[clojure.spec.test.alpha","'[clojure.str","'[compojure.cor","'[criterium.cor","'[expound.alpha","'[ns1])","'[ns2])","'[reitit.coercion","'[reitit.coercion.schema])","'[reitit.coercion.spec","'[reitit.coercion.spec])","'[reitit.cor","'[reitit.middlewar","'[reitit.r","'[reitit.ring.coercion","'[reitit.ring.middleware.except","'[reitit.ring.middleware.multipart","'[reitit.ring.middleware.muuntaja","'[reitit.ring.spec","'[reitit.spec","'[reitit.spec])","'[reitit.swagg","'[ring.adapter.jetti","'[schema.cor","'[spec","'add","'get","'positiveint))","(","(\"/common/ping\"","(#reitit.spec.problem{:path","()","(*","(*path).","(+","(.getclass","(30x","(:api","(:get,","(:id)","(:query,","(:reitit.coercion/request","(:request","(:requir","(:tags,","(:templat","(:uri","(?","([\"/api\"","([\"/get","([...","([request","([request]","(a","(actually,","(add","(all","(also","(and","(app","(appli","(assoc","(ataraxy,","(atom","(blank?","(cat","(cc/quick","(clojur","(clojure)","(clojure.core/contains?","(clojure.core/fn","(clojure.core/or","(clojure.spec),","(clojure.spec.alpha/*","(clojure.spec.alpha/?","(clojure.spec.alpha/and","(clojure.spec.alpha/cat","(clojure.spec.alpha/col","(clojure.spec.alpha/key","(clojure.spec.alpha/nil","(clojure.spec.alpha/or","(clojure.string/blank?","(clojure.string/start","(coerc","(coercion/coerc","(coercion/coerce!","(coercion/respons","(coll","(comp","(compiled)","(con","(condp","(conj","(constantli","(context","(core.clj:4739)","(cqr","(creat","(current","(data)","(declar","(def","(default","(defn","(defprotocol","(defrout","(deref","(deriv","(done","(dotim","(e.g.","(effect","(ex","(exception.","(exception/cr","(expand","(extend","(fn","(fnil","(for","(get","(handler","(human","(if","(in","(index.html).","(integer?","(into","(io/input","(io/resourc","(java.io.file.","(jetty/run","(json,","(keyword","(keyword?","(legaci","(let","(list","(map","(mapv","(match","(matches,","(mayb","(merg","(mi","(micro","(middleware/cr","(n","(name","(nested)","(nilabl","(no","(non","(not","(ns1/routes)]])","(ns2/routes)]","(of","(ok","(onli","(option","(optional)","(or","(partial","(per","(positiveint","(pr","(println","(r/expand","(r/match","(r/option","(r/partial","(r/path","(r/rout","(r/router","(rand","(rang","(real","(records,","(recurs","(reifi","(reitit","(reitit.frontend.easy)","(reitit/match","(reitit/routes))","(repeat","(request","(requir","(reset","(reset!","(respons","(reverse)","(ring/creat","(ring/get","(ring/r","(ring/rout","(rout","(router","(router)","(routes)))","(routes))))","(s/coll","(s/constrain","(s/def","(s/explain","(s/key","(s/merg","(s/valid?","(schema","(seq","(set!","(set/subset?","(simple)","(some","(start","(static","(stest/instru","(str","(str/last","(sub","(swagger","(swagger/cr","(swap!","(throw","(to","(updat","(via","(wildcard","(wip)","(with","(wrap","({:path","({:uri",")benchmark","+","...","...,","...])","./scripts/lein","./scripts/set","./scripts/test.sh",".cljc","/:this/should/:fail","/:user","/:version/statu","/admin/p","/api/command/add","/api/user/:id:","/baz/:id/:subid","/beers/sahti","/beers/saison","/bulk/:bulk","/ciders/weston","/dynamic/duo","/examples/r","/foo","/foo%20bar.","/gin/napu","/ping","/public/*path","/saison","/swagger.json","0)","0..n","0]}),","0x15b59b0e","0x7461744b","1","1)","1.9m","10)]","100","100)))]))))","1000)","1000):","1000]","10]}})))","10}})","11","12000n","123}}","16","16:59:54","16:59:58","1]","1})","2","2)","2,5","20","200","200,","20000n","2018","20]]}","2116","22","2251","23ns.","24x","256","2]]}","2})","2},","2}})","3","3)","3.2","30","300","3000\"))","3000,","30}}","312m","3]]","4","4)","400,","403,","404,","405,","406,","40n","440n","5)","50%","50+","500","500,","500x","530","6","6))\"},","600n","6},","6}}","8",":",":3000/math",":3000/xml","::acc","::admin]","::admin}]","::bar","::bar])","::bar]]","::bar]])","::bar]]))","::baz]]))","::coerc","::compani","::db]","::db]]","::db]}","::db}]","::default","::error","::except","::exception)","::exception/default","::exception/wrap","::fail]])","::failue})))]","::failur","::foo]","::horror","::ipa)","::kikka","::kikka)","::kikka]","::mw/coerc","::one","::one}}","::order","::path","::ping","::ping)","::ping))","::ping]","::ping]]","::ping]])","::ping}","::ping}]","::ping}]]","::plu","::plus)","::pong}]]","::r/match)","::r/router","::role","::roles)]","::route1])","::route2])","::route3])))","::rs/default","::rs/explain","::rs/respons","::spec/raw","::tenant1])","::two","::two}}","::two}}}","::user","::user)","::user))","::user]]))","::users]","::users]]","::users]]))","::users}","::wrap2","::wrap3","::zone",":a",":admin",":admin]]}",":adminz,",":admin}",":api)]}",":api]]",":api]]}",":append,",":arg",":auth/login]",":auth/recovery]",":avaruus]",":avaruus}",":beer",":beer/bock}]",":beer/lager}]",":beer/sahti}]",":bodi",":body,",":body.",":body]}}",":body}",":bonu",":bonus10",":cache,",":child",":ciders]",":ciders}]",":class",":clojure.spec.alpha/spec",":clojure.spec.alpha/valu",":coerc",":coercion",":coercion)",":command",":compil",":compile.",":config",":conflict",":consum",":data",":data))))",":db",":db]]",":debug",":debug]))})))",":delet",":delete,",":delete]]",":descript",":dev",":displac",":duo",":duo)))",":duo55]",":duo71]",":dynam",":dynamic,",":error",":etag,",":except",":executor",":expand",":form,",":get",":get,",":get})",":gzip",":handler",":handler)})",":handler]}",":head,",":header",":id",":id))))}",":id].",":ihminen]])}]])}]]))",":in",":index",":interceptor",":intern",":internal}",":internal})",":into",":join?",":kerran",":lager]",":lager]])))",":last",":let",":linear",":loader",":lookup",":makkara]",":manager}",":manager})",":manager},",":method",":middlewar",":middleware,",":mix",":multipart]",":multipart}",":muuntaja",":muuntaja/request",":muuntaja/respons",":name",":name)))",":napue]",":napue}]",":no",":not",":ns1/bar",":ns1/bar},",":olipa",":olut]",":opt",":options,",":opts)]",":page",":paramet",":parameters.",":parameters}]",":patch,",":path",":path)",":path.",":path]",":ping]",":post",":post)]]",":post,",":pred",":prepend,",":problem",":produc",":produces,",":provides.",":public",":public}",":put,",":put.",":queri",":query,",":query}",":refer",":reitit.coercion/request",":reitit.coercion/respons",":reitit.middleware/registri",":reitit.middleware/transform",":reitit.ring/response,",":reitit.spec/arg)",":reitit.spec/default",":reitit.spec/handl",":reitit.spec/handler])",":reitit.spec/handler],",":reitit.spec/path",":reitit.spec/path:",":reitit.spec/raw",":replac",":req",":request",":requir",":respons",":responses)",":responses.",":result",":role",":root",":rout",":router",":router)]",":saison]",":saison]])",":schema,",":scope",":secure]]}",":segment",":singl",":spec",":summari",":summary)",":swagger",":tag",":token]",":type",":uri",":url",":user",":user/bar}]",":user/bar}]]",":user/baz}]]",":user/failue}",":user/foo}]",":user/kikka}",":user/ord",":user/ping}",":user/ping}]",":user/rol",":user/role:",":user/role],",":user/roles)),",":user/roles:",":user/route1}]",":user/route2}]",":user/route3}]]",":user/tenant1",":user/tenant1]",":user/us",":user/user]",":user/user}",":user/user},",":user/user}]]",":val",":valid",":valu",":via",":workspace/page]])",":workspace/page]]))",":workspace/page]]]]])",":wrap",":wrap.",":x",":x)",":y",":y)",":z))]",":zone",":zone)]",";",";#match{:templ",";#reitit.core.match{:templ",";:reitit.core/p",";;",";[\"/bar\"",";[#reitit.core.match{:templ",";[:beer/sahti]",";[[\"/foo\"",";[[\"/gin/napue\"",";[[\"/route1\"",";avail",";compilerexcept",";the",";{:lookup",";{:statu",";|","=","=>",">",">>",">path",">path))",">path,",">path:","?","?intomiddleware.","@router","@router)","[\"\"","[\"/\"","[\"/*\"","[\"/:company/users/:us","[\"/:user","[\"/:version/status\"]])","[\"/add","[\"/admin\"","[\"/admin/ping\"","[\"/api\"","[\"/api/:users\"","[\"/api/:version/ping\"]]","[\"/api/admin/db\"","[\"/api/admin/users\"","[\"/api/internal/users\"","[\"/api/orders/:id\"","[\"/api/ping\"","[\"/api/user/:id\"","[\"/assets/*\"","[\"/auth/recovery/token/:token\"","[\"/bar\"","[\"/bar/:id\"","[\"/baz/:id/:subid\"","[\"/beers\"","[\"/beers/*\"","[\"/beers/bock\"","[\"/beers/lager\"","[\"/beers/sahti\"","[\"/bonus\"","[\"/bulk/:bulk","[\"/ciders/*\"","[\"/db\"","[\"/deep\"","[\"/download\"","[\"/duo\"","[\"/dynamic/*\"","[\"/fail\"","[\"/files\"","[\"/ihminen\"","[\"/internal\"","[\"/kerran/*\"","[\"/kikka\"","[\"/makkara\"","[\"/math\"","[\"/more\"","[\"/ns2\"","[\"/olipa/*\"","[\"/one","[\"/one\"","[\"/ping\"","[\"/ping\"]","[\"/pizza\"","[\"/plus\"","[\"/plus/:z\"","[\"/pong\"","[\"/pong\"]]","[\"/public\"","[\"/public/*path\"]","[\"/route1\"","[\"/route2\"","[\"/route3\"","[\"/swagger.json\"","[\"/two\"","[\"/upload\"","[\"/user/:id\"","[\"/users\"","[\"/users/:id\"","[\"/workspace/:project","[\"/workspace/:project/:page\"","[\"/xml\"","[\"files\"]}}","[\"image/png\"]}","[\"index.html\"]","[\"lager\"","[\"math\"]}}","[\"pong\"]]])","[\"tenant1\"","[\"workspace/\"","[#(wrap","[%]","[&","[(str","[...","[0]","[1","[1]","[3","[::acc]}]","[::admin],","[::admin]}","[::api","[::api]","[::api]}","[::compani","[::db]","[::mw/coerc","[::r/router]}]","[::roles]","[::roles])","[::zone])","[:api","[:beer","[:bonu","[:bonus10]","[:command","[:dynam","[:handler]","[:handler],","[:handler]}),","[:napue]","[:olipa","[:paramet","[:reitit.spec/default","[:reitit.spec/nam","[:request","[:respons","[:rout","[:routes]","[:swagger","[:user/p","[:user/rol","[:user/roles],","[;;","[[\"/:this/should/:fail\"","[[\"/api\"","[[\"/api/admin\"","[[\"/api/ping\"","[[\"/api/public/ping\"","[[\"/auth/login\"","[[\"/avaruus\"","[[\"/baz/:id/:subid\"","[[\"/common\"","[[\"/foo\"","[[\"/gin/napue\"","[[\"/kikka\"","[[\"/lager\"","[[\"/math\"","[[\"/olut\"","[[\"/ping\"","[[\"/ping\"]","[[\"/saison\"","[[\"/swagger.json\"","[[\"/users\"","[[\"/users/:us","[[\"auth/login\"","[[\"auth/recovery/token/\"","[[#object[user$wrap]","[[:bonu","[[:queri","[[[:project","[[type","[[wrap","[[wrap3","[]","[])","[]))","[],","[]}),","[]}}]]","[_","[_]","[actions]","[add","[beer","[beers]","[bonus]}]","[clojure.java.io","[coercer","[coercion","[conflicts]","[context])","[data","[except","[exception/except","[expound","[file","[file]}","[get","[handler","[handler]","[i","[id","[interceptor]}}])])","[match","[messag","[method","[metosin/reitit","[muuntaja.cor","[muuntaja/format","[parameters]}]","[path","[path]","[registry]","[reitit.coercion.spec]","[reitit.cor","[reitit.r","[reitit.ring.coercion","[reitit.ring.middleware.except","[reitit.ring.middleware.multipart","[reitit.ring.middleware.muuntaja","[reitit.swagg","[request]","[requir","[respons","[ring.adapter.jetti","[ring.middleware.param","[router","[rrc/coerc","[submatch","[subpath","[subrout","[thi","[this])","[total","[wrap","[wrap2","[x","[zone","[{:key","[{{{:key","\\\"abba\\\"))\"},","^:replac","^^^^^^","^^^^^^^","`:admin`,`:manager`","`:user/roles`","`lein","`reitit.coercion/coercion`","`reitit/router)","abil","about.","above,","abstract","acc","accept","accept,","access","accident","accumul","accur","achiev","act","action","action:","actual","ad","adapt","add","admin}}]]","admin}}]]]))","again","again:","against","against.","againt","ahead","algorithm,","algorithm.","algorithms,","allow","allowed.","alpha","alreadi","also,","altern","alternative,","alway","ancestor","and/or","annot","anonym","anoth","another.","anyth","anything,","any},","api","api\"}}","api)","api,","api:","apidoc","apis.","app","app)","app:","appli","applic","application,","application.","application/json;","applications,","applied,","applied.","apply.","approach","approaches,","apps,","arbitrari","architectur","arg","args*]","argument","argument,","argument:","arguments:","ariti","around","ask","astut","async","at:","ataraxi","atom:","attach","aug","authent","author","authorizationmiddlewar","automat","automatically.","avail","available:","average,","avoided.","awesom","awesome.","back","back.","backend","backend,","background,","bad","bar","bar})})))","base","baselin","basic","be","beer","beer)","beer)])]","beers)))","beers:","beers]","befor","behav","behavior","behind","below","bench","benchmark","benchmark.","best","better","better,","better.","between","bi","bide","bidi","bidi,","bidi.","bidi:","bidi?","bit","blown","bodi","bonu","bonus,","bonus}})))","bonus}})}]]","boolean","booleans,","bootstrapping:","both","both,","box","box.","break","browser","build","built","bump","bundl","bundled:","busi","but,","cach","cache:","call","calls.","can't","card","case","case,","case.","cases,","cases.","catch","catches:","cc])","chain","chain,","chains.","chang","changed.","changed:","channel","charset","charset=utf","check","child","choise.","chosen","ci","class","class.","classpath.","clean,","cleanli","cli","client","clj","clojar","clojur","clojure(script)","clojure(script).","clojure,","clojure.","clojure.core/ex","clojure.core/fn?,","clojure.core/string?","clojure.lang.exceptioninfo","clojure.lang.exceptioninfo:","clojure.lang.ideref","clojure.spec","clojure.spec)","clojure.spec,","clojure.spec.alpha/conform,","clojure.spec.alpha/explain","clojure.specs.","clojurescript","clojurescript,","clojurescript.","clojurescript:","clojurian","closur","clujor","code","code,","coerc","coerce!","coerced.","coercer","coercers.","coercers}))","coercion","coercion)","coercion,","coercion.","coercion/coerc","coercion/compil","coercion:","coercion]","coercion])","colect","collect","common","compar","compil","compilation,","compilation.","compiled.","compiler,","compilerexcept","compiling:","compiling:(/users/tommi/projects/metosin/reitit/test/cljc/reitit/spec_test.cljc:151:1)","complet","complex","compojur","compojure,","compojure.","compojure:","compojure?","compon","components.","compos","composit","comput","concid","condit","configur","configuration.","conflict","conflict,","conflicts!)","conflicts)))})","conflicts.","conflicts:","conform","conj","consid","console.warn","constant","construct","contain","content","contrari","contribut","contribute?","control","convert","core","core):","cores:","correct","correct,","correctli","correctly:","correctly?","cost.","cqr","creat","created,","creation","creation:","crude","current","currently,","custom","data","data)","data)))","data,","data.","data:","database.","databases.","date:","db","db)","debug","debug.","decid","declar","decod","deepli","default","default).","default,","defaults:","defin","defined).","defined,","defined.","defined:","definit","definition\"","definitions,","definitions.","degrade.","demonstr","depend","depends.","deploy","describ","descript","design,","destructur","detail","details.","detect","dev","dev,","develop","developement,","developement.","didn't","differ","differences:","differenti","differently,","direct","directory,","disabl","disabled,","discuss","dispatch","do","doc","docs:","document","documentation,","doesn't","don't","done","done).","done,","done.","done:","downsid","driven","driven,","duct","due","dure","dynam","e","e.g.","e.g.,","e/expound","e])","each","easi","easier","easili","easy,","edn","edn,","effect","elegantly.","element","embed","emit","emit'","enabl","encod","encoding.","endpoint","endpoint,","endpoint.","endpoints.","enforc","enough","ensur","enter","entri","environment.","error","error.","error:","errors).","errors.","etc.","etc.)","evalu","even","event","everyth","ex","exact","exampl","example.","example.serv","except","exception\")","exception)","exception/cr","exception/default","exception/except","exception]","exception])","exceptioninfo","exceptions,","exclud","execut","executor","exist","exist.","expand","expans","expect","expected:","explain","explicit","explicitli","expos","expound","expound/printer)","expound])","extend","extens","extensions.","extern","extra","extract","fail","failed...","failed:","fails,","fallback","fals","false})","faq","fast","fast,","fast.","faster","faster.","faster?","fastest","featur","feature,","felt","few","file","file\"","file)","file):","files.","file}})}}]","first","first,","fix","flatten","flattened:","fn?","follow","following:","form","format","formatter.","found","found,","found.","fragment","fragment,","frame","frameworks.","frankli","free","frequent","fronend,","frontend","full","fulli","fun","function","function,","function.","functions,","functions.","functions:","futur","g","gave","gb","gener","generation,","get","ghz","gitbook","gitbook.","given","gmt","go","go.","go:","goal","goe","good","good:","graphql","great","guard","guide.","hacki","hander","handl","handler","handler))","handler)))","handler))))","handler).","handler)]]","handler)]])","handler)}}]","handler)}}])","handler)}}]])","handler.","handler/middlewar","handler:","handler]","handler])","handler])))","handler]]]]","handlers)","handlers,","handlers.","handler}","handler}]","handler}])))","handler}]]","handler}]]])","handler}]]])))","handler}}]]","handler}}]])))","handler}}]]]","handler}}]]])))","handling.","hard","hard.","harder","hash","have","header","headers.","help","help.","helper","here","here'","here.","hierarchi","higher","hinder","histori","history.","hit","hoc","hold","hook","hook)","hooks.","host","html5","http","http/1.1","http://localhost:3000","http://spec.commonmark.org/","httpie:","https://github.com/metosin/reitit/blob/master/examples/r","https://github.com/metosin/reitit/tree/master/examples/frontend","https://github.com/metosin/reitit/tree/master/examples/http","https://github.com/metosin/reitit/tree/master/examples/pedest","i.e.","i7","id","id\"","id\",","id\"]","id)","id))","id)))","id))))","id/ord","id/orders\"]","id]","id]))","id]]))","idea","idenfi","idenfitifi","ident","identifi","identifier.","identifier:","identity,","identity]","identity]}","identity}]","identity}}]]","identity}}]]))","id}","id},","ignor","ignored.","immut","immutat","implement","implementation.","implementation:","implicit","implicitli","in:","includ","inde","index","indic","indirection,","infinit","influenc","info","inform","information:","initi","inject","injectuserintorequestmiddlewar","inlin","input","insert","inspect","inspir","instal","instanc","instance,","instead","instruct","instrument","int","int,","int?,","int?}}","int?}}}","int?}}},","int?}}}]","integr","integrations.","intel","interact","interceptor","interceptor)","interceptor))","interceptor,","interceptor.","interceptor]","interceptors,","interfac","intern","internal)","internal,","interpret","intomiddleware.","introduct","int}}},","invalid","invalid:","inventoried.","inventories,","invocation.","invok","io]))","is.","isn't","issu","issues.","it'","it,","it.","it:","it?","iterations.","itself","itself)","i})","java.io.fil","java.lang.string,","java.sql.sqlexcept","javascript,","jetti","jetty(9.2.21.v20170120)","jetty]","jetty])","join","jvm","kb","keep","key","key,","key.","key:","keys)","keys,","keys.","keys:","keyset.","keyword","keywords)","keywords.","kikka","kikka))","kikka}","kikka})","kikka})}]","know","know.","known","kukka","l2","l3","larg","large!","later.","latest","leaf","lean","leav","left.","lein","length:","less","let'","level","level,","lib","librari","library?","libs.","life","life)","life,","lift","link","list","liter","load","loader","local","locally:","locat","log","log]","logic","long","look","lookup","lookups:","lot","lot.","lupapiste.","m/instanc","m]","macbook","macbookpro11,3","macchiato","machin","macro","magical.","magnitud","magnitude.","main","make","manag","mandatori","mani","manual","map","map.","maps.","margin","match","match)","match))))","match,","match.","match:","match?","matched)","matched),","matched,","matched.","matches,","matches:","mathc","mathces.","matter","matter?","mayb","mb","mean","measur","measure?","memory:","merg","merge.","messag","message.","meta","method","method.","methods.","micro","mid","middlewar","middleware)","middleware,","middleware.","middleware/interceptor","middleware:","middleware])","middleware]}","middleware]}})","middleware]}})))","miss","missing:","mix","model","models.","modifi","modified?,","modul","modular","module.","module:","modules:","more","more.","mostli","mount","mount.\"","move","much","multimethod","multimethod.","multipart","multipart/cr","multipart/multipart","multipart/temp","multipart]","multipart])","multipl","mutabl","muuntaja","muuntaja.core/muuntaja","muuntaja/format","muuntaja]","muuntaja])","naiv","name","name!","name,","name.","name:","name]","name])","names.","names:","namespac","namespace,","namespace.","namespaces.","name},","navig","need","negoti","negotiation,","nest","nester","nesting/composition.","never","new","nice","nice,","nil","nil)))","nil).","nil)]])","nil)})","nil,","nil.","nil:","nil]","nil})","node.j","non","none","normal","normal,","not.","not...","notabl","note","note:","noth","nothing.","nothing.\"","notic","now","now,","npm","ns","ns1","ns1)","ns1,","ns1/rout","ns1/routes]])","ns2)","ns2/routes]","ns3)","ns3.","number","numbers,","objects:","of:","ok","on","on.","on:","onc","once,","one:","ones,","only)","opaqu","opensensor","ops/sec","opt","optim","option","option,","option.","optionally,","options)))","options.","options:","options]","opts)","opts))))","opts)]","opts]","order","order\"","order.","order:","order]])","order]}}])]","origin","otherwis","out","out*","outsid","over","overal","overrid","overridden","package.","page,","param","paramet","parameter,","parameter.","parameter:","parameters\"","parameters.","parameters:","params/wrap","params]","params]))","params]}}","params}},","params}}]","paremet","pars","part","part.","partialmatch","partialmatch,","particip","part}}","part}}}","pass","path","path)","path)]","path,","path.","path:","path]","path])","paths,","paths.","paths:","pattern","pedest","pedestal).","pedestal,","pedestal.","pedestal:","pedestal?","penalty.","per","perf","perfect.","perform","performance,","performance.","performance:","persist","ping","pizza","place.","pleas","plu","pluggabl","plumat","poitn","poke","polish","port","pos?","positiveint","positiveint)\"},","positiveint}}}","possibl","possible,","post","power","powerful.","pr!","practic","pre","precompute/compil","preconfigur","predicate:","prefer","prefil","prefix","present","present.","present:","pretti","prevent","preview","previou","primitives!","principl","print","pro","problem","problem.","problem:","problems.","process","processing,","processing.","processor","processors:","prod","produc","product","production.","programmatically:","progress","project","projects.","proof","protocol","protocol)","protocol,","protocol.","protocol:","proven","provid","public","publish","pull","purpose:","push","python'","qualifi","quality.","queri","query)","question","quick","quit","r","r/expand","r/linear","r/match","r/option","r/options.","r/rout","r])","r]))","rack.","raise))))))","raise)))))))})","raise]","rational","raw","rcs/coercion","rcs])","re","react","read","readabl","readable)","reader","readi","readme:","real","realistic.","realli","really,","reason","reasoning:","recompil","record","recreat","recurs","recursive,","recursive.","refer","referenc","references:","registri","registry,","registry.","registry:","registry?","regress","reitit","reitit,","reitit.","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coerce!","reitit.coercion/coercion","reitit.coercion/compil","reitit.cor","reitit.core.rout","reitit.core/expand","reitit.core/expand)","reitit.core/match","reitit.core/merg","reitit.core/rout","reitit.core/router,","reitit.core/router:","reitit.core/throw","reitit.frontend","reitit.http/http","reitit.http/rout","reitit.impl/intostring.","reitit.interceptor","reitit.interceptor/executor)","reitit.middleware/intomiddlewar","reitit.middleware/middlewar","reitit.ring.coercion:","reitit.ring.spec/valid","reitit.ring/cr","reitit.ring/get","reitit.ring/r","reitit.ring/rout","reitit.ring_test$wrap_bonus@59fddabb","reitit.spec","reitit.spec/valid","reitit.swagg","reitit.swagger.swagg","reitit.swagger/cr","reitit:","rel","relat","relev","reload","rememb","remov","render","repl","repl`","replac","repo","represent","representation.","request","request)","request)))","request)))))","request))))})","request))})))","request)}})","request.","request:","request]","request}]","requir","required)","reset","resolut","resolution.","resolution:","resolv","resourc","resources,","resources.","respond","responess,","respons","response\"","response))","response)))","response.","response:","response]","responses)","responses,","responses:","responses]}","rest","rest(ish)","result","results,","results:","resut","retriev","return","returned,","returned:","reus","reuse)","revers","reverse)})))","rewritten.","ring","ring,","ring.","ring/creat","ring:","ring]","ring])","roadmap","role","roles)))","roles:","roles]","roles]}","roles]}]","roles]}]]","roles]}})))","root","root,","rout","route))))","route,","route.","route:","route]","route]]","route]])))","router","router!","router)","router)))","router):","router,","router.","router2","router2)","router:","routers))","routers))))","routers,","routers.","routers:","routers?","routers]","router}))","router}]","router}]]))","routes)","routes))","routes):","routes,","routes.","routes:","routes]","routing)","routing,","routing.","routing:","rrc/coerc","rrc])","rrs/valid","rrs])","rs/valid","rs])","ruby'","rule","run","runtim","s/*explain","s/int","s/int}","s/int}}","s/int}}}]","s/int}}}]))","s/key","s/str","s])","safe","saison!?","same","same.","sampl","satisfi","scenario","scene","schema","schema.","schema:","scientif","scope","search","second","second,","seconds,","see","segment","select","separ","separately:","sequenc","sequenti","sequential)","serv","served.","server","server.","server:","servers,","set","set,","set.","set])","setup:","sever","shape","share","shine","ship","shipped,","short","show","side","sieppari","sight","silent","similar","simpl","simple,","singl","site","size","slack","slow,","slower","slower,","slowest","small","snappi","so,","solut","solv","someth","somewher","source\".","source:","span","spec","spec!","spec!})","spec,","spec.","spec/int?)","spec/string?)","spec:","spec])","special","specif","specifi","specification,","specification.","specification:","specs,","specs.","speed","speed:","sqlexcept","stabl","stack","start","state","static","static,","static.","statu","step","steps.","stest])","still","store","str","str)","str])","stream","string","string,","string?","string?,","strings,","strings:","structur","str})))","style","sub","submap.","submatch)))","subpath)]","subrout","subrouters.","success","successfuli","such","suitabl","summari","sun.","super","support","sure.","swagger","swagger.","swagger/src/example/server.clj.","swagger2","swagger]","swagger])","swaggger","swap","syntax","syntax,","syntax.","syntax:","system","system.","tabl","table.","tag","take","taken","target","terse,","test","test).","test,","tests,","text/xml","thank","that'","that,","that?","them.","then,","thing","things.","things.\"","third","this,","this:","those","thown/rais","three","through","throw","thrown","thrown,","thu","thus,","time","time)","time),","time,","time.","tip","to,","to.","to:","todo","too).","too.","too:","took","tool","tools.","tools.spec","top","total","total}}))})","total}}))}}]]","toward","trace","transform","transit)\"","tree","tree,","tree.","tree:","trees,","trees.","tri","trickeri","trie","trivial","true","true).","trust","turn","two","two\"","two/swagger.json\"}","type","type\"","type:","ui","ui\"","ui,","ui.","ui/creat","ui:","ui]","ui])","un","unauthent","under","underli","understand","unifi","unmount","unnam","until","unwrap","up","updat","uri","url","us","used.","user","user\"","user]","user]}}]","usual","uuid","uuid\"","uuid/:pag","uuid]","val:","valid","validation,","validation.","valu","value))))","value]","var","varieti","vector","vector.","verbose.","verifi","version","version:","via","view","view,","view]))","view},","visual","walk","want","want,","wanted,","warn","way","way,","way.","we'll","we'r","web","webjar","wed,","welcom","welcome!","well,","whole","why?","wild","wildcard","with:","with?","within","without","work","workflow","working.","worklfow","works,","works:","wrap","wrap2","wrap3","wrapper","wrap})","wrap}))","written","wrong","wrong.","wsgi","x","x:=1","xml","y)}})}","y)}})}}]","y)}})}}]]]","y:=2","y]}","yet.","yield","yourself.","zero","zone","zone)","{","{\"/api/ping\"","{\"content","{\"x\"","{200","{:","{::kikka","{::middleware/registri","{::middleware/transform","{::role","{::rs/explain","{:bodi","{:bonu","{:coercion","{:compani","{:compil","{:conflict","{:data","{:expand","{:file","{:get","{:handler","{:i","{:id","{:info","{:interceptor","{:iso","{:messag","{:middlewar","{:multipart","{:muuntaja","{:name","{:no","{:not","{:paramet","{:path","{:port","{:post","{:problem","{:produc","{:queri","{:request","{:role","{:router","{:schema","{:spec","{:statu","{:summari","{:swagger","{:tag","{:titl","{:total","{:type","{:uri","{:user","{:valid","{:x","{:z","{:zone","{;;","{method","{rout","{}","{})","{},","{}}","{}}}}}","|","}","µs","µs."],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Introduction\nReitit is a fast data-driven router for Clojure(Script).\n\nSimple data-driven route syntax\nRoute conflict resolution\nFirst-class route data\nBi-directional routing\nPluggable coercion (schema & clojure.spec)\nHelpers for ring & the browser\nExtendable\nModular\nFast\n\nModules:\n\nreitit - all bundled\nreitit-core - the routing core\nreitit-ring - a ring router\nreitit-middleware - common middleware for reitit-ring\nreitit-spec clojure.spec coercion\nreitit-schema Schema coercion\nreitit-swagger Swagger2 apidocs\nreitit-swagger-ui Integrated Swagger UI.\nreitit-frontend Tools for frontend routing\nreitit-http http-routing with Pedestal-style Interceptors (WIP)\nreitit-sieppari support for Sieppari Interceptors (WIP)\n\nLatest version\nAll bundled:\n[metosin/reitit \"0.2.1\"]\n\nOptionally, the parts can be required separately:\n[metosin/reitit-core \"0.2.1\"]\n\n;; coercion\n[metosin/reitit-spec \"0.2.1\"]\n[metosin/reitit-schema \"0.2.1\"]\n\n;; ring helpers\n[metosin/reitit-ring \"0.2.1\"]\n[metosin/reitit-middleware \"0.2.1\"]\n\n;; swagger-support for ring & http\n[metosin/reitit-swagger \"0.2.1\"]\n[metosin/reitit-swagger-ui \"0.2.1\"]\n\n;; frontend helpers\n[metosin/reitit-frontend \"0.2.1\"]\n\n;; http with interceptors (WIP)\n[metosin/reitit-http \"0.2.1\"]\n[metosin/reitit-sieppari \"0.2.1\"]\n\nThere is #reitit in Clojurians Slack for discussion & help.\nExamples\nSimple router\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/api/ping\" ::ping]\n [\"/api/orders/:id\" ::order-by-id]]))\n\nRouting:\n(r/match-by-path router \"/api/ipa\")\n; nil\n\n(r/match-by-path router \"/api/ping\")\n; #Match{:template \"/api/ping\"\n; :data {:name ::ping}\n; :result nil\n; :path-params {}\n; :path \"/api/ping\"}\n\n(r/match-by-path router \"/api/orders/1\")\n; #Match{:template \"/api/orders/:id\"\n; :data {:name ::order-by-id}\n; :result nil\n; :path-params {:id \"1\"}\n; :path \"/api/orders/1\"}\n\nReverse-routing:\n(r/match-by-name router ::ipa)\n; nil\n\n(r/match-by-name router ::ping)\n; #Match{:template \"/api/ping\"\n; :data {:name ::ping}\n; :result nil\n; :path-params {}\n; :path \"/api/ping\"}\n\n(r/match-by-name router ::order-by-id)\n; #PartialMatch{:template \"/api/orders/:id\"\n; :data {:name :user/order-by-id}\n; :result nil\n; :path-params nil\n; :required #{:id}}\n\n(r/partial-match? (r/match-by-name router ::order-by-id))\n; true\n\n(r/match-by-name router ::order-by-id {:id 2})\n; #Match{:template \"/api/orders/:id\",\n; :data {:name ::order-by-id},\n; :result nil,\n; :path-params {:id 2},\n; :path \"/api/orders/2\"}\n\nRing-router\nRing-router adds support for :handler functions, :middleware and routing based on :request-method. It also supports pluggable parameter coercion (clojure.spec), data-driven middleware, route and middleware compilation, dynamic extensions and more.\n(require '[reitit.ring :as ring])\n\n(defn handler [_]\n {:status 200, :body \"ok\"})\n\n(defn wrap [handler id]\n (fn [request]\n (update (handler request) :wrap (fnil conj '()) id)))\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[wrap :api]]}\n [\"/ping\" {:get handler\n :name ::ping}]\n [\"/admin\" {:middleware [[wrap :admin]]}\n [\"/users\" {:get handler\n :post handler}]]])))\n\nRouting:\n(app {:request-method :get, :uri \"/api/admin/users\"})\n; {:status 200, :body \"ok\", :wrap (:api :admin}\n\n(app {:request-method :put, :uri \"/api/admin/users\"})\n; nil\n\nReverse-routing:\n(require '[reitit.core :as r])\n\n(-> app (ring/get-router) (r/match-by-name ::ping))\n; #Match{:template \"/api/ping\"\n; :data {:middleware [[#object[user$wrap] :api]]\n; :get {:handler #object[user$handler]}\n; :name ::ping}\n; :result #Methods{...}\n; :path-params nil\n; :path \"/api/ping\"}\n\n"},"basics/route_syntax.html":{"url":"basics/route_syntax.html","title":"Route Syntax","keywords":"","body":"Route Syntax\nRoutes are defined as vectors of String path and optional (non-sequential) route argument child routes.\nRoutes can be wrapped in vectors and lists and nil routes are ignored.\nPaths can have path-parameters (:id) or catch-all-parameters (*path).\nExamples\nSimple route:\n[\"/ping\"]\n\nTwo routes:\n[[\"/ping\"]\n [\"/pong\"]]\n\nRoutes with route arguments:\n[[\"/ping\" ::ping]\n [\"/pong\" {:name ::pong}]]\n\nRoutes with path parameters:\n[[\"/users/:user-id\"]\n [\"/api/:version/ping\"]]\n\nRoute with catch-all parameter:\n[\"/public/*path\"]\n\nNested routes:\n[\"/api\"\n [\"/admin\" {:middleware [::admin]}\n [\"\" ::admin]\n [\"/db\" ::db]]\n [\"/ping\" ::ping]]\n\nSame routes flattened:\n[[\"/api/admin\" {:middleware [::admin], :name ::admin}]\n [\"/api/admin/db\" {:middleware [::admin], :name ::db}]\n [\"/api/ping\" {:name ::ping}]]\n\nGenerating routes\nRoutes are just data, so it's easy to create them programmatically:\n(defn cqrs-routes [actions]\n [\"/api\" {:interceptors [::api ::db]}\n (for [[type interceptor] actions\n :let [path (str \"/\" (name interceptor))\n method (condp = type\n :query :get\n :command :post)]]\n [path {method {:interceptors [interceptor]}}])])\n\n(cqrs-routes\n [[:query 'get-user]\n [:command 'add-user]\n [:command 'add-order]])\n; [\"/api\" {:interceptors [::api ::db]}\n; ([\"/get-user\" {:get {:interceptors [get-user]}}]\n; [\"/add-user\" {:post {:interceptors [add-user]}}]\n; [\"/add-order\" {:post {:interceptors [add-order]}}])]\n\nEncoding\nReitit does not apply any encoding to your paths. If you need that, you must encode them yourself. \nE.g., /foo bar should be /foo%20bar.\n"},"basics/router.html":{"url":"basics/router.html","title":"Router","keywords":"","body":"Router\nRoutes are just data and to do routing, we need a router instance satisfying the reitit.core/Router protocol. Routers are created with reitit.core/router function, taking the raw routes and optionally an options map.\nThe Router protocol:\n(defprotocol Router\n (router-name [this])\n (routes [this])\n (options [this])\n (route-names [this])\n (match-by-path [this path])\n (match-by-name [this name] [this name params]))\n\nCreating a router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/api\"\n [\"/ping\" ::ping]\n [\"/user/:id\" ::user]]))\n\nName of the created router:\n(r/router-name router)\n; :mixed-router\n\nThe flattened route tree:\n(r/routes router)\n; [[\"/api/ping\" {:name :user/ping}]\n; [\"/api/user/:id\" {:name :user/user}]]\n\nBehind the scenes\nWhen router is created, the following steps are done:\n\nroute tree is flattened\nroute arguments are expanded (via reitit.core/Expand protocol) and optionally coerced\nroute conflicts are resolved\nroute tree is compiled\nactual router implementation is selected and created\n\n"},"basics/path_based_routing.html":{"url":"basics/path_based_routing.html","title":"Path-based Routing","keywords":"","body":"Path-based Routing\nPath-based routing is done using the reitit.core/match-by-path function. It takes the router and path as arguments and returns one of the following:\n\nnil, no match\nPartialMatch, path matched, missing path-parameters (only in reverse-routing)\nMatch, an exact match\n\nGiven a router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/api\"\n [\"/ping\" ::ping]\n [\"/user/:id\" ::user]]))\n\nNo match returns nil:\n(r/match-by-path router \"/hello\")\n; nil\n\nMatch provides the route information:\n(r/match-by-path router \"/api/user/1\")\n; #Match{:template \"/api/user/:id\"\n; :data {:name :user/user}\n; :path \"/api/user/1\"\n; :result nil\n; :path-params {:id \"1\"}}\n\n"},"basics/name_based_routing.html":{"url":"basics/name_based_routing.html","title":"Name-based Routing","keywords":"","body":"Name-based (reverse) Routing\nAll routes which have :name route data defined, can also be matched by name.\nGiven a router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/api\"\n [\"/ping\" ::ping]\n [\"/user/:id\" ::user]]))\n\nListing all route names:\n(r/route-names router)\n; [:user/ping :user/user]\n\nNo match returns nil:\n(r/match-by-name router ::kikka)\nnil\n\nMatching a route:\n(r/match-by-name router ::ping)\n; #Match{:template \"/api/ping\"\n; :data {:name :user/ping}\n; :result nil\n; :path-params {}\n; :path \"/api/ping\"}\n\nIf not all path-parameters are set, a PartialMatch is returned:\n(r/match-by-name router ::user)\n; #PartialMatch{:template \"/api/user/:id\",\n; :data {:name :user/user},\n; :result nil,\n; :path-params nil,\n; :required #{:id}}\n\n(r/partial-match? (r/match-by-name router ::user))\n; true\n\nWith provided path-parameters:\n(r/match-by-name router ::user {:id \"1\"})\n; #Match{:template \"/api/user/:id\"\n; :data {:name :user/user}\n; :path \"/api/user/1\"\n; :result nil\n; :path-params {:id \"1\"}}\n\nPath-parameters are automatically coerced into strings, with the help of (currently internal) Protocol reitit.impl/IntoString. It supports strings, numbers, booleans, keywords and objects:\n(r/match-by-name router ::user {:id 1})\n; #Match{:template \"/api/user/:id\"\n; :data {:name :user/user}\n; :path \"/api/user/1\"\n; :result nil\n; :path-params {:id \"1\"}}\n\nThere is also a exception throwing version:\n(r/match-by-name! router ::user)\n; ExceptionInfo missing path-params for route /api/user/:id: #{:id}\n\nTo turn a Match into a path, there is reitit.core/match->path:\n(-> router\n (r/match-by-name ::user {:id 1})\n (r/match->path))\n; \"/api/user/1\"\n\nIt can take an optional map of query-parameters too:\n(-> router\n (r/match-by-name ::user {:id 1})\n (r/match->path {:iso \"möly\"}))\n; \"/api/user/1?iso=m%C3%B6ly\"\n\n"},"basics/route_data.html":{"url":"basics/route_data.html","title":"Route Data","keywords":"","body":"Route Data\nRoute data is the core feature of reitit. Routes can have any map-like data attached to them. This data is interpreted either by the client application or the Router via its :coerce and :compile hooks. Route data format can be defined and validated with clojure.spec enabling a architecture of both adaptive and principled components.\nRaw routes can have a non-sequential route argument that is expanded (via router :expand hook) into route data at router creation time. By default, Keywords are expanded into :name and functions into :handler keys.\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/ping\" ::ping]\n [\"/pong\" identity]\n [\"/users\" {:get {:roles #{:admin}\n :handler identity}}]]))\n\nThe expanded route data can be retrieved from a router with routes and is returned with match-by-path and match-by-name in case of a route match.\n(r/routes router)\n; [[\"/ping\" {:name :user/ping}]\n; [\"/pong\" {:handler identity]}\n; [\"/users\" {:get {:roles #{:admin}\n; :handler identity}}]]\n\n(r/match-by-path router \"/ping\")\n; #Match{:template \"/ping\"\n; :data {:name :user/ping}\n; :result nil\n; :path-params {}\n; :path \"/ping\"}\n\n(r/match-by-name router ::ping)\n; #Match{:template \"/ping\"\n; :data {:name :user/ping}\n; :result nil\n; :path-params {}\n; :path \"/ping\"}\n\nNested route data\nFor nested route trees, route data is accumulated recursively from root towards leafs using meta-merge. Default behavior for colections is :append, but this can be overridden to :prepend, :replace or :displace using the target meta-data.\nAn example router with nested data:\n(def router\n (r/router\n [\"/api\" {:interceptors [::api]}\n [\"/ping\" ::ping]\n [\"/admin\" {:roles #{:admin}}\n [\"/users\" ::users]\n [\"/db\" {:interceptors [::db]\n :roles ^:replace #{:db-admin}}]]]))\n\nResolved route tree:\n(r/routes router)\n; [[\"/api/ping\" {:interceptors [::api]\n; :name :user/ping}]\n; [\"/api/admin/users\" {:interceptors [::api]\n; :roles #{:admin}\n; :name ::users} nil]\n; [\"/api/admin/db\" {:interceptors [::api ::db]\n; :roles #{:db-admin}}]]\n\nExpansion\nBy default, router :expand hook maps to reitit.core/expand function, backed by a reitit.core/Expand protocol. One can provide either a totally different function or add new implementations to that protocol. Expand implementations can be recursive.\nNaive example to add direct support for java.io.File route argument:\n(extend-type java.io.File\n r/Expand\n (expand [file options]\n (r/expand\n #(slurp file)\n options)))\n\n(r/router\n [\"/\" (java.io.File. \"index.html\")])\n\nSee router options for all available options.\n"},"basics/route_data_validation.html":{"url":"basics/route_data_validation.html","title":"Route Data Validation","keywords":"","body":"Route Data Validation\nRoute data can be anything, so it's easy to do go wrong. Accidentally adding a :role key instead of :roles might hinder the whole routing app without any authorization in place.\nTo fail fast, we could use the custom :coerce and :compile hooks to apply data validation and throw exceptions on first sighted problem.\nBut there is a better way. Router has a :validation hook to validate the whole route tree after it's successfuly compiled. It expects a 2-arity function routes opts => () that can side-effect in case of validation errors.\nclojure.spec\nNamespace reitit.spec contains specs for main parts of reitit.core and a helper function validate-spec! that runs spec validation for all route data and throws an exception if any errors are found.\nA Router with invalid route data:\n(require '[reitit.core :as r])\n\n(r/router\n [\"/api\" {:handler \"identity\"}])\n; #object[reitit.core$...]\n\nFails fast with clojure.spec validation turned on:\n(require '[reitit.spec :as rs])\n\n(r/router\n [\"/api\" {:handler \"identity\"}]\n {:validate rs/validate-spec!})\n; CompilerException clojure.lang.ExceptionInfo: Invalid route data:\n;\n; -- On route -----------------------\n;\n; \"/api\"\n;\n; In: [:handler] val: \"identity\" fails spec: :reitit.spec/handler at: [:handler] predicate: fn?\n;\n; {:problems (#reitit.spec.Problem{:path \"/api\", :scope nil, :data {:handler \"identity\"}, :spec :reitit.spec/default-data, :problems #:clojure.spec.alpha{:problems ({:path [:handler], :pred clojure.core/fn?, :val \"identity\", :via [:reitit.spec/default-data :reitit.spec/handler], :in [:handler]}), :spec :reitit.spec/default-data, :value {:handler \"identity\"}}})}, compiling: ...\n\nCustomizing spec validation\nrs/validate-spec! reads the following router options:\n\n\n\nkey\ndescription\n\n\n\n\n:spec\nthe spec to verify the route data (default ::rs/default-data)\n\n\n::rs/explain\ncustom explain function (default clojure.spec.alpha/explain-str)\n\n\n\nNOTE: clojure.spec implicitly validates all values with fully-qualified keys if specs exist with the same name.\nBelow is an example of using expound to pretty-print route data problems.\n(require '[clojure.spec.alpha :as s])\n(require '[expound.alpha :as e])\n\n(s/def ::role #{:admin :manager})\n(s/def ::roles (s/coll-of ::role :into #{}))\n\n(r/router\n [\"/api\" {:handler identity\n ::roles #{:adminz}}]\n {::rs/explain e/expound-str\n :validate rs/validate-spec!})\n; CompilerException clojure.lang.ExceptionInfo: Invalid route data:\n;\n; -- On route -----------------------\n;\n; \"/api\"\n;\n; -- Spec failed --------------------\n;\n; {:handler ..., :user/roles #{:adminz}}\n; ^^^^^^^\n;\n; should be one of: `:admin`,`:manager`\n;\n; -- Relevant specs -------\n;\n; :user/role:\n; #{:admin :manager}\n; :user/roles:\n; (clojure.spec.alpha/coll-of :user/role :into #{})\n; :reitit.spec/default-data:\n; (clojure.spec.alpha/keys\n; :opt-un\n; [:reitit.spec/name :reitit.spec/handler])\n;\n; -------------------------\n; Detected 1 error\n;\n; {:problems (#reitit.spec.Problem{:path \"/api\", :scope nil, :data {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"], :user/roles #{:adminz}}, :spec :reitit.spec/default-data, :problems #:clojure.spec.alpha{:problems ({:path [:user/roles], :pred #{:admin :manager}, :val :adminz, :via [:reitit.spec/default-data :user/roles :user/role], :in [:user/roles 0]}), :spec :reitit.spec/default-data, :value {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"], :user/roles #{:adminz}}}})}, compiling: ...\n\nExplicitly requiring a ::roles key in a route data:\n(r/router\n [\"/api\" {:handler identity}]\n {:spec (s/merge (s/keys :req [::roles]) ::rs/default-data)\n ::rs/explain e/expound-str\n :validate rs/validate-spec!})\n; CompilerException clojure.lang.ExceptionInfo: Invalid route data:\n;\n; -- On route -----------------------\n;\n; \"/api\"\n;\n; -- Spec failed --------------------\n;\n; {:handler\n; #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"]}\n;\n; should contain key: `:user/roles`\n;\n; | key | spec |\n; |-------------+----------------------------------------|\n; | :user/roles | (coll-of #{:admin :manager} :into #{}) |\n;\n;\n;\n; -------------------------\n; Detected 1 error\n;\n; {:problems (#reitit.spec.Problem{:path \"/api\", :scope nil, :data {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"]}, :spec #object[clojure.spec.alpha$merge_spec_impl$reify__2124 0x7461744b \"clojure.spec.alpha$merge_spec_impl$reify__2124@7461744b\"], :problems #:clojure.spec.alpha{:problems ({:path [], :pred (clojure.core/fn [%] (clojure.core/contains? % :user/roles)), :val {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"]}, :via [], :in []}), :spec #object[clojure.spec.alpha$merge_spec_impl$reify__2124 0x7461744b \"clojure.spec.alpha$merge_spec_impl$reify__2124@7461744b\"], :value {:handler #object[clojure.core$identity 0x15b59b0e \"clojure.core$identity@15b59b0e\"]}}})}, compiling:(/Users/tommi/projects/metosin/reitit/test/cljc/reitit/spec_test.cljc:151:1)\n\n"},"basics/route_conflicts.html":{"url":"basics/route_conflicts.html","title":"Route Conflicts","keywords":"","body":"Route Conflicts\nWe should fast if a router contains conflicting paths or route names. \nWhen a Router is created via reitit.core/router, both path and route name conflicts are checked automatically. By default, in case of conflict, an ex-info is thrown with a descriptive message. Is some (legacy api) cases, path conflicts are should be allowed and one can override the path conflict resolution via :conflicts router option.\nPath Conflicts\nRoutes with path conflicts:\n(require '[reitit.core :as r])\n\n(def routes\n [[\"/ping\"]\n [\"/:user-id/orders\"]\n [\"/bulk/:bulk-id\"]\n [\"/public/*path\"]\n [\"/:version/status\"]])\n\nCreating router with defaults:\n(r/router routes)\n; CompilerException clojure.lang.ExceptionInfo: Router contains conflicting route paths:\n;\n; /:user-id/orders\n; -> /public/*path\n; -> /bulk/:bulk-id\n;\n; /bulk/:bulk-id\n; -> /:version/status\n;\n; /public/*path\n; -> /:version/status\n;\n\nTo ignore the conflicts:\n(r/router\n routes\n {:conflicts nil})\n; => #object[reitit.core$linear_router$reify]\n\nTo just log the conflicts:\n(r/router\n routes\n {:conflicts (fn [conflicts]\n (println (r/path-conflicts-str conflicts)))})\n; Router contains conflicting route paths:\n;\n; /:user-id/orders\n; -> /public/*path\n; -> /bulk/:bulk-id\n;\n; /bulk/:bulk-id\n; -> /:version/status\n;\n; /public/*path\n; -> /:version/status\n;\n; => #object[reitit.core$linear_router$reify]\n\nName conflicts\nRoutes with name conflicts:\n(def routes\n [[\"/ping\" ::ping]\n [\"/admin\" ::admin]\n [\"/admin/ping\" ::ping]])\n\nCreating router with defaults:\n(r/router routes)\n;CompilerException clojure.lang.ExceptionInfo: Router contains conflicting route names:\n;\n;:reitit.core/ping\n;-> /ping\n;-> /admin/ping\n;\n\nThere is no way to disable the name conflict resolution.\n"},"coercion/coercion.html":{"url":"coercion/coercion.html","title":"Coercion Explained","keywords":"","body":"Coercion Explained\nCoercion is a process of transforming parameters (and responses) from one format into another. Reitit separates routing and coercion into two separate steps.\nBy default, all wildcard and catch-all parameters are parsed into strings:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" ::user-view]))\n\nMatch with the parsed :path-params as strings:\n(r/match-by-path r \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view},\n; :result nil,\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :path \"/metosin/users/123\"}\n\nTo enable parameter coercion, the following things need to be done:\n\nDefine a Coercion for the routes\nDefine types for the parameters\nCompile coercers for the types\nApply the coercion\n\nDefine Coercion\nreitit.coercion/Coercion is a protocol defining how types are defined, coerced and inventoried.\nReitit ships with the following coercion modules:\n\nreitit.coercion.schema/coercion for plumatic schema\nreitit.coercion.spec/coercion for both clojure.spec and data-specs\n\nCoercion can be attached to route data under :coercion key. There can be multiple Coercion implementations within a single router, normal scoping rules apply.\nDefining parameters\nRoute parameters can be defined via route data :parameters. It has keys for different type of parameters: :query, :body, :form, :header and :path. Syntax for the actual parameters depends on the Coercion implementation.\nExample with Schema path-parameters:\n(require '[reitit.coercion.schema])\n(require '[schema.core :as s])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.schema/coercion\n :parameters {:path {:company s/Str\n :user-id s/Int}}}]))\n\nA Match:\n(r/match-by-path r \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company java.lang.String,\n; :user-id Int}}},\n; :result nil,\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :path \"/metosin/users/123\"}\n\nCoercion was not applied. Why? In Reitit, routing and coercion are separate processes and we have done just the routing part. We need to apply coercion after the successful routing.\nBut now we should have enough data on the match to apply the coercion.\nCompiling coercers\nBefore the actual coercion, we should need to compile the coercers against the route data. Compiled coercers yield much better performance and the manual step of adding a coercion compiler makes things explicit and non-magical.\nCompiling can be done via a Middleware, Interceptor or a Router. We apply it now at router-level, effecting all routes (with :parameters and :coercion defined).\nThere is a helper function reitit.coercion/compile-request-coercers just for this:\n(require '[reitit.coercion :as coercion])\n(require '[reitit.coercion.schema])\n(require '[schema.core :as s])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.schema/coercion\n :parameters {:path {:company s/Str\n :user-id s/Int}}}]\n {:compile coercion/compile-request-coercers}))\n\nRouting again:\n(r/match-by-path r \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company java.lang.String,\n; :user-id Int}}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :path \"/metosin/users/123\"}\n\nThe compiler added a :result key into the match (done just once, at router creation time), which holds the compiled coercers. We are almost done.\nApplying coercion\nWe can use a helper function reitit.coercion/coerce! to do the actual coercion, based on a Match:\n(coercion/coerce!\n (r/match-by-path router \"/metosin/users/123\"))\n; {:path {:company \"metosin\", :user-id 123}}\n\nWe get the coerced paremeters back. If a coercion fails, a typed (:reitit.coercion/request-coercion) ExceptionInfo is thrown, with data about the actual error:\n(coercion/coerce!\n (r/match-by-path router \"/metosin/users/ikitommi\"))\n; => ExceptionInfo Request coercion failed:\n; #CoercionError{:schema {:company java.lang.String, :user-id Int, Any Any},\n; :errors {:user-id (not (integer? \"ikitommi\"))}}\n; clojure.core/ex-info (core.clj:4739)\n\nFull example\nHere's an full example for doing routing and coercion with Reitit and Schema:\n(require '[reitit.coercion.schema])\n(require '[reitit.coercion :as coercion])\n(require '[reitit.core :as r])\n(require '[schema.core :as s])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.schema/coercion\n :parameters {:path {:company s/Str\n :user-id s/Int}}}]\n {:compile coercion/compile-request-coercers}))\n\n(defn match-by-path-and-coerce! [path]\n (if-let [match (r/match-by-path router path)]\n (assoc match :parameters (coercion/coerce! match))))\n\n(match-by-path-and-coerce! \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company java.lang.String,\n; :user-id Int}}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :parameters {:path {:company \"metosin\", :user-id 123}}\n; :path \"/metosin/users/123\"}\n\n(match-by-path-and-coerce! \"/metosin/users/ikitommi\")\n; => ExceptionInfo Request coercion failed...\n\nRing Coercion\nFor a full-blown http-coercion, see the ring coercion.\n"},"coercion/schema_coercion.html":{"url":"coercion/schema_coercion.html","title":"Plumatic Schema","keywords":"","body":"Plumatic Schema Coercion\nPlumatic Schema is a Clojure(Script) library for declarative data description and validation.\n(require '[reitit.coercion.schema])\n(require '[reitit.coercion :as coercion])\n(require '[schema.core :as s])\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.schema/coercion\n :parameters {:path {:company s/Str\n :user-id s/Int}}}]\n {:compile coercion/compile-request-coercers}))\n\n(defn match-by-path-and-coerce! [path]\n (if-let [match (r/match-by-path router path)]\n (assoc match :parameters (coercion/coerce! match))))\n\nSuccessful coercion:\n(match-by-path-and-coerce! \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company java.lang.String,\n; :user-id Int}}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :parameters {:path {:company \"metosin\", :user-id 123}}\n; :path \"/metosin/users/123\"}\n\nFailing coercion:\n(match-by-path-and-coerce! \"/metosin/users/ikitommi\")\n; => ExceptionInfo Request coercion failed...\n\n"},"coercion/clojure_spec_coercion.html":{"url":"coercion/clojure_spec_coercion.html","title":"Clojure.spec","keywords":"","body":"Clojure.spec Coercion\nThe clojure.spec library specifies the structure of data, validates or destructures it, and can generate data based on the spec.\nWarning\nclojure.spec by itself doesn't support coercion. reitit uses spec-tools that adds coercion to spec. Like clojure.spec, it's alpha as it leans on clojure.spec.alpha/conform, which is concidered a spec internal, that might be changed or removed later.\nFor now, all leaf specs need to be wrapped into Spec Records to get the coercion working.\nThere are CLJ-2116 and CLJ-2251 that would help solve this elegantly.\nExample\n(require '[reitit.coercion.spec])\n(require '[reitit.coercion :as coercion])\n(require '[spec-tools.spec :as spec])\n(require '[clojure.spec.alpha :as s])\n(require '[reitit.core :as r])\n\n;; need to wrap the primitives!\n(s/def ::company spec/string?)\n(s/def ::user-id spec/int?)\n(s/def ::path-params (s/keys :req-un [::company ::user-id]))\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.spec/coercion\n :parameters {:path ::path-params}}]\n {:compile coercion/compile-request-coercers}))\n\n(defn match-by-path-and-coerce! [path]\n (if-let [match (r/match-by-path router path)]\n (assoc match :parameters (coercion/coerce! match))))\n\nSuccessful coercion:\n(match-by-path-and-coerce! \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path ::path-params}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :parameters {:path {:company \"metosin\", :user-id 123}}\n; :path \"/metosin/users/123\"}\n\nFailing coercion:\n(match-by-path-and-coerce! \"/metosin/users/ikitommi\")\n; => ExceptionInfo Request coercion failed...\n\n"},"coercion/data_spec_coercion.html":{"url":"coercion/data_spec_coercion.html","title":"Data-specs","keywords":"","body":"Data-spec Coercion\nData-specs is alternative, macro-free syntax to define clojure.specs. As a bonus, supports the runtime transformations via conforming out-of-the-box.\n(require '[reitit.coercion.spec])\n(require '[reitit.coercion :as coercion])\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [\"/:company/users/:user-id\" {:name ::user-view\n :coercion reitit.coercion.spec/coercion\n :parameters {:path {:company string?\n :user-id int?}}}]\n {:compile coercion/compile-request-coercers}))\n\n(defn match-by-path-and-coerce! [path]\n (if-let [match (r/match-by-path router path)]\n (assoc match :parameters (coercion/coerce! match))))\n\nSuccessful coercion:\n(match-by-path-and-coerce! \"/metosin/users/123\")\n; #Match{:template \"/:company/users/:user-id\",\n; :data {:name :user/user-view,\n; :coercion >\n; :parameters {:path {:company string?,\n; :user-id int?}}},\n; :result {:path #object[reitit.coercion$request_coercer$]},\n; :path-params {:company \"metosin\", :user-id \"123\"},\n; :parameters {:path {:company \"metosin\", :user-id 123}}\n; :path \"/metosin/users/123\"}\n\nFailing coercion:\n(match-by-path-and-coerce! \"/metosin/users/ikitommi\")\n; => ExceptionInfo Request coercion failed...\n\n"},"ring/ring.html":{"url":"ring/ring.html","title":"Ring-router","keywords":"","body":"Ring Router\nRing is a Clojure web applications library inspired by Python's WSGI and Ruby's Rack. By abstracting the details of HTTP into a simple, unified API, Ring allows web applications to be constructed of modular components that can be shared among a variety of applications, web servers, and web frameworks.\n[metosin/reitit-ring \"0.2.1\"]\n\nRing-router adds support for handlers, middleware and routing based on :request-method. Ring-router is created with reitit.ring/router function. It uses a custom route compiler, creating a optimized data structure for handling route matches, with compiled middleware chain & handlers for all request methods. It also ensures that all routes have a :handler defined. reitit.ring/ring-handler is used to create a Ring handler out of ring-router.\nExample\nSimple Ring app:\n(require '[reitit.ring :as ring])\n\n(defn handler [_]\n {:status 200, :body \"ok\"})\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/ping\" handler])))\n\nApplying the handler:\n(app {:request-method :get, :uri \"/favicon.ico\"})\n; nil\n\n(app {:request-method :get, :uri \"/ping\"})\n; {:status 200, :body \"ok\"}\n\nThe expanded routes shows the compilation results:\n(-> app (ring/get-router) (reitit/routes))\n; [[\"/ping\"\n; {:handler #object[...]}\n; #Methods{:any #Endpoint{:data {:handler #object[...]},\n; :handler #object[...],\n; :middleware []}}]]\n\nNote the compiled resuts as third element in the route vector.\nRequest-method based routing\nHandler are also looked under request-method keys: :get, :head, :patch, :delete, :options, :post or :put. Top-level handler is used if request-method based handler is not found.\n(def app\n (ring/ring-handler\n (ring/router\n [\"/ping\" {:name ::ping\n :get handler\n :post handler}])))\n\n(app {:request-method :get, :uri \"/ping\"})\n; {:status 200, :body \"ok\"}\n\n(app {:request-method :put, :uri \"/ping\"})\n; nil\n\nName-based reverse routing:\n(-> app\n (ring/get-router)\n (reitit/match-by-name ::ping)\n :path)\n; \"/ping\"\n\nMiddleware\nMiddleware can be added with a :middleware key, either to top-level or under :request-method submap. It's value should be a vector of any the following:\n\nnormal ring middleware function handler -> request -> response\nvector of middleware function [handler args*] -> request -> response and it's arguments\na data-driven middleware record or a map\na Keyword name, to lookup the middleware from a Middleware Registry\n\nA middleware and a handler:\n(defn wrap [handler id]\n (fn [request]\n (handler (update request ::acc (fnil conj []) id))))\n\n(defn handler [{:keys [::acc]}]\n {:status 200, :body (conj acc :handler)})\n\nApp with nested middleware:\n(def app\n (ring/ring-handler\n (ring/router\n ;; a middleware function\n [\"/api\" {:middleware [#(wrap % :api)]}\n [\"/ping\" handler]\n ;; a middleware vector at top level\n [\"/admin\" {:middleware [[wrap :admin]]}\n [\"/db\" {:middleware [[wrap :db]]\n ;; a middleware vector at under a method\n :delete {:middleware [[wrap :delete]]\n :handler handler}}]]])))\n\nMiddleware is applied correctly:\n(app {:request-method :delete, :uri \"/api/ping\"})\n; {:status 200, :body [:api :handler]}\n\n(app {:request-method :delete, :uri \"/api/admin/db\"})\n; {:status 200, :body [:api :admin :db :delete :handler]}\n\nAsync Ring\nAll built-in middleware provide both 2 and 3-arity and are compiled for both Clojure & ClojureScript, so they work with Async Ring and Node.js too.\n"},"ring/reverse_routing.html":{"url":"ring/reverse_routing.html","title":"Reverse-routing","keywords":"","body":"Reverse routing with Ring\nBoth the router and the match are injected into Ring Request (as ::r/router and ::r/match) by the reitit.ring/ring-handler and with that, available to middleware and endpoints. To convert a Match into a path, one can use r/match->path, which optionally takes a map of query-parameters too.\nBelow is an example how to do reverse routing from a ring handler:\n(require '[reitit.core :as r])\n(require '[reitit.ring :as ring])\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/users\"\n {:get (fn [{:keys [::r/router]}]\n {:status 200\n :body (for [i (range 10)]\n {:uri (-> router\n (r/match-by-name ::user {:id i})\n ;; with extra query-params\n (r/match->path {:iso \"möly\"}))})})}]\n [\"/users/:id\"\n {:name ::user\n :get (constantly {:status 200, :body \"user...\"})}]])))\n\n(app {:request-method :get, :uri \"/users\"})\n; {:status 200,\n; :body ({:uri \"/users/0?iso=m%C3%B6ly\"}\n; {:uri \"/users/1?iso=m%C3%B6ly\"}\n; {:uri \"/users/2?iso=m%C3%B6ly\"}\n; {:uri \"/users/3?iso=m%C3%B6ly\"}\n; {:uri \"/users/4?iso=m%C3%B6ly\"}\n; {:uri \"/users/5?iso=m%C3%B6ly\"}\n; {:uri \"/users/6?iso=m%C3%B6ly\"}\n; {:uri \"/users/7?iso=m%C3%B6ly\"}\n; {:uri \"/users/8?iso=m%C3%B6ly\"}\n; {:uri \"/users/9?iso=m%C3%B6ly\"})}\n\n"},"ring/default_handler.html":{"url":"ring/default_handler.html","title":"Default handler","keywords":"","body":"Default handler\nBy default, if no routes match, nil is returned, which is not valid response in Ring:\n(require '[reitit.ring :as ring])\n\n(defn handler [_]\n {:status 200, :body \"\"})\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/ping\" handler])))\n\n(app {:uri \"/invalid\"})\n; nil\n\nSetting the default-handler as a second argument to ring-handler:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/ping\" handler])\n (constantly {:status 404, :body \"\"})))\n\n(app {:uri \"/invalid\"})\n; {:status 404, :body \"\"}\n\nTo get more correct http error responses, ring/create-default-handler can be used. It differentiates :not-found (no route matched), :method-not-accepted (no method matched) and :not-acceptable (handler returned nil).\nWith defaults:\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/ping\" {:get handler}]\n [\"/pong\" (constantly nil)]])\n (ring/create-default-handler)))\n\n(app {:request-method :get, :uri \"/ping\"})\n; {:status 200, :body \"\"}\n\n(app {:request-method :get, :uri \"/\"})\n; {:status 404, :body \"\"}\n\n(app {:request-method :post, :uri \"/ping\"})\n; {:status 405, :body \"\"}\n\n(app {:request-method :get, :uri \"/pong\"})\n; {:status 406, :body \"\"}\n\nWith custom responses:\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/ping\" {:get handler}]\n [\"/pong\" (constantly nil)]])\n (ring/create-default-handler\n {:not-found (constantly {:status 404, :body \"kosh\"})\n :method-not-allowed (constantly {:status 405, :body \"kosh\"})\n :not-acceptable (constantly {:status 406, :body \"kosh\"})})))\n\n(app {:request-method :get, :uri \"/ping\"})\n; {:status 200, :body \"\"}\n\n(app {:request-method :get, :uri \"/\"})\n; {:status 404, :body \"kosh\"}\n\n(app {:request-method :post, :uri \"/ping\"})\n; {:status 405, :body \"kosh\"}\n\n(app {:request-method :get, :uri \"/pong\"})\n; {:status 406, :body \"kosh\"}\n\n"},"ring/static.html":{"url":"ring/static.html","title":"Static Resources","keywords":"","body":"Static Resources (Clojure Only)\nStatic resources can be served using reitit.ring/create-resource-handler. It takes optionally an options map and returns a ring handler to serve files from Classpath.\nThere are two options to serve the files.\nInternal routes\nThis is good option if static files can be from non-conflicting paths, e.g. \"/assets/*\".\n(require '[reitit.ring :as ring])\n\n(ring/ring-handler\n (ring/router\n [[\"/ping\" (constantly {:status 200, :body \"pong\"})]\n [\"/assets/*\" (ring/create-resource-handler)]])\n (ring/create-default-handler))\n\nTo serve static files with conflicting routes, e.g. \"/*\", one needs to disable the conflict resolution:\n(require '[reitit.ring :as ring])\n\n(ring/ring-handler\n (ring/router\n [[\"/ping\" (constantly {:status 200, :body \"pong\"})]\n [\"/*\" (ring/create-resource-handler)]]\n {:conflicts (constantly nil)})\n (ring/create-default-handler))\n\nExternal routes\nA better way to serve files from conflicting paths, e.g. \"/*\", is to serve them from the default-handler. One can compose multiple default locations using ring-handler. This way, they are only served if none of the actual routes have matched.\n(ring/ring-handler\n (ring/router\n [\"/ping\" (constantly {:status 200, :body \"pong\"})])\n (ring/routes\n (ring/create-resource-handler {:path \"/\"})\n (ring/create-default-handler)))\n\nConfiguration\nreitit.ring/create-resource-handler takes optionally an options map to configure how the files are being served.\n\n\n\nkey\ndescription\n\n\n\n\n:parameter\noptional name of the wildcard parameter, defaults to unnamed keyword :\n\n\n:root\noptional resource root, defaults to \"public\"\n\n\n:path\noptional path to mount the handler to. Works only if mounted outside of a router.\n\n\n:loader\noptional class loader to resolve the resources\n\n\n:index-files\noptional vector of index-files to look in a resource directory, defaults to [\"index.html\"]\n\n\n\nTODO\n\nsupport for things like :cache, :etag, :last-modified?, and :gzip\nsupport for ClojureScript\nserve from file-system\n\n"},"ring/dynamic_extensions.html":{"url":"ring/dynamic_extensions.html","title":"Dynamic Extensions","keywords":"","body":"Dynamic Extensions\nring-handler injects the Match into a request and it can be extracted at runtime with reitit.ring/get-match. This can be used to build ad-hoc extensions to the system.\nExample middleware to guard routes based on user roles:\n(require '[reitit.ring :as ring])\n(require '[clojure.set :as set])\n\n(defn wrap-enforce-roles [handler]\n (fn [{:keys [::roles] :as request}]\n (let [required (some-> request (ring/get-match) :data ::roles)]\n (if (and (seq required) (not (set/subset? required roles)))\n {:status 403, :body \"forbidden\"}\n (handler request)))))\n\nMounted to an app via router data (effecting all routes):\n(def handler (constantly {:status 200, :body \"ok\"}))\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/api\"\n [\"/ping\" handler]\n [\"/admin\" {::roles #{:admin}}\n [\"/ping\" handler]]]]\n {:data {:middleware [wrap-enforce-roles]}})))\n\nAnonymous access to public route:\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body \"ok\"}\n\nAnonymous access to guarded route:\n(app {:request-method :get, :uri \"/api/admin/ping\"})\n; {:status 403, :body \"forbidden\"}\n\nAuthorized access to guarded route:\n(app {:request-method :get, :uri \"/api/admin/ping\", ::roles #{:admin}})\n; {:status 200, :body \"ok\"}\n\nDynamic extensions are nice, but we can do much better. See data-driven middleware and compiling routes.\n"},"ring/data_driven_middleware.html":{"url":"ring/data_driven_middleware.html","title":"Data-driven Middleware","keywords":"","body":"Data-driven Middleware\nRing defines middleware as a function of type handler & args => request => response. It's relatively easy to understand and enables good performance. Downside is that the middleware-chain is just a opaque function, making things like debugging and composition hard. It's too easy to apply the middleware in wrong order.\nReitit defines middleware as data:\n\nMiddleware can be defined as first-class data entries\nMiddleware can be mounted as a duct-style vector (of middleware)\nMiddleware can be optimized & compiled againt an endpoint\nMiddleware chain can be transformed by the router\n\nMiddleware as data\nAll values in the :middleware vector in the route data are expanded into reitit.middleware/Middleware Records with using the reitit.middleware/IntoMiddleware Protocol. By default, functions, maps and Middleware records are allowed.\nRecords can have arbitrary keys, but the following keys have a special purpose:\n\n\n\nkey\ndescription\n\n\n\n\n:name\nName of the middleware as a qualified keyword\n\n\n:spec\nclojure.spec definition for the route data, see route data validation (optional)\n\n\n:wrap\nThe actual middleware function of handler & args => request => response\n\n\n:compile\nMiddleware compilation function, see compiling middleware.\n\n\n\nMiddleware Records are accessible in their raw form in the compiled route results, thus available for inventories, creating api-docs etc.\nFor the actual request processing, the Records are unwrapped into normal functions and composed into a middleware function chain, yielding zero runtime penalty.\nCreating Middleware\nThe following produce identical middleware runtime function.\nFunction\n(defn wrap [handler id]\n (fn [request]\n (handler (update request ::acc (fnil conj []) id))))\n\nMap\n(def wrap3\n {:name ::wrap3\n :description \"Middleware that does things.\"\n :wrap wrap})\n\nRecord\n(require '[reitit.middleware :as middleware])\n\n(def wrap2\n (middleware/create\n {:name ::wrap2\n :description \"Middleware that does things.\"\n :wrap wrap}))\n\nUsing Middleware\n:middleware is merged to endpoints by the router.\n(require '[reitit.ring :as ring])\n\n(defn handler [{:keys [::acc]}]\n {:status 200, :body (conj acc :handler)})\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[wrap 1] [wrap2 2]]}\n [\"/ping\" {:get {:middleware [[wrap3 3]]\n :handler handler}}]])))\n\nAll the middleware are applied correctly:\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body [1 2 3 :handler]}\n\nCompiling middleware\nMiddleware can be optimized against an endpoint using middleware compilation.\nIdeas for the future\n\nSupport Middleware dependency resolution with new keys :requires and :provides. Values are set of top-level keys of the request. e.g.\nInjectUserIntoRequestMiddleware requires #{:session} and provides #{:user}\nAuthorizationMiddleware requires #{:user}\n\n\n\nIdeas welcome & see issues for details.\n"},"ring/transforming_middleware_chain.html":{"url":"ring/transforming_middleware_chain.html","title":"Transforming Middleware Chain","keywords":"","body":"Transforming the Middleware Chain\nThere is an extra option in ring-router (actually, in the underlying middleware-router): :reitit.middleware/transform to transform the middleware chain per endpoint. It gets the vector of compiled middleware and should return a new vector of middleware.\nAdding debug middleware between all other middleware\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[wrap 1] [wrap2 2]]}\n [\"/ping\" {:get {:middleware [[wrap3 3]]\n :handler handler}}]]\n {::middleware/transform #(interleave % (repeat [wrap :debug]))})))\n\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body [1 :debug 2 :debug 3 :debug :handler]}\n\nReversing the middleware chain\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[wrap 1] [wrap2 2]]}\n [\"/ping\" {:get {:middleware [[wrap3 3]]\n :handler handler}}]]\n {::middleware/transform reverse)})))\n\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body [3 2 1 :handler]}\n\n"},"ring/middleware_registry.html":{"url":"ring/middleware_registry.html","title":"Middleware Registry","keywords":"","body":"Middleware Registry\nThe :middleware syntax in reitit-ring supports also Keywords. Keywords are looked from Middleware Registry, which is a map of keyword => IntoMiddleware. Middleware registry should be stored under key :reitit.middleware/registry in the router options. If a middleware keyword isn't found in the registry, router creation fails fast with descriptive error message.\nExamples\nApplication using middleware defined in the Middleware Registry:\n(require '[reitit.ring :as ring])\n(require '[reitit.middleware :as middleware])\n\n(defn wrap-bonus [handler value]\n (fn [request]\n (handler (update request :bonus (fnil + 0) value))))\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[:bonus 20]]}\n [\"/bonus\" {:middleware [:bonus10]\n :get (fn [{:keys [bonus]}]\n {:status 200, :body {:bonus bonus}})}]]\n {::middleware/registry {:bonus wrap-bonus\n :bonus10 [:bonus 10]}})))\n\nWorks as expected:\n(app {:request-method :get, :uri \"/api/bonus\"})\n; {:status 200, :body {:bonus 30}}\n\nRouter creation fails fast if registry doesn't contain the Middleware:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [[:bonus 20]]}\n [\"/bonus\" {:middleware [:bonus10]\n :get (fn [{:keys [bonus]}]\n {:status 200, :body {:bonus bonus}})}]]\n {::middleware/registry {:bonus wrap-bonus}})))\n;CompilerException clojure.lang.ExceptionInfo: Middleware :bonus10 not found in registry.\n;\n;Available middleware in registry:\n;\n;| :id | :description |\n;|--------+--------------------------------------|\n;| :bonus | reitit.ring_test$wrap_bonus@59fddabb |\n\nWhen to use the registry?\nMiddleware as Keywords helps to keep the routes (all but handlers) as literal data (e.g. data that evaluates to itself) enabling the routes to be persisted in external formats like EDN-files and databases. Duct is a good example where the middleware can be referenced from EDN-files. It should be easy to make Duct configuration a Middleware Registry in reitit-ring.\nThe bad thing it's an extra indirection, making things more complex and removed the default IDE-support of \"goto definition\" or \"look source\".\nTODO\n\na prefilled registry of common middleware in the reitit-middleware\n\n"},"ring/default_middleware.html":{"url":"ring/default_middleware.html","title":"Default Middleware","keywords":"","body":"Default Middleware\n[metosin/reitit-middleware \"0.2.1\"]\n\nAny Ring middleware can be used with reitit-ring, but using data-driven middleware is preferred as they are easier to manage and in many cases, yield better performance. reitit-middleware contains a set of common ring middleware, lifted into data-driven middleware.\n\nException handling\nContent negotiation\nMultipart request handling\n\nException handling\nA polished version of compojure-api exception handling. Catches all exceptions and invokes configured exception handler.\n(require '[reitit.ring.middleware.exception :as exception])\n\nexception/exception-middleware\nA preconfigured middleware using exception/default-handlers. Catches:\n\nRequest & response Coercion exceptions\nMuuntaja decode exceptions\nExceptions with :type of :reitit.ring/response, returning :response key from ex-data.\nSafely all other exceptions\n\n(require '[reitit.ring :as ring])\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/fail\" (fn [_] (throw (Exception. \"fail\")))]\n {:data {:middleware [exception/exception-middleware]}})))\n\n(app {:request-method :get, :uri \"/fail\"})\n;{:status 500\n; :body {:type \"exception\"\n; :class \"java.lang.Exception\"}}\n\nexception/create-exception-middleware\nCreates the exception-middleware with custom options. Takes a map of identifier => exception request => response that is used to select the exception handler for the thown/raised exception identifier. Exception idenfier is either a Keyword or a Exception Class.\nThe following handlers special keys are available:\n\n\n\nkey\ndescription\n\n\n\n\n::exception/default\na default exception handler if nothing else mathced (default exception/default-handler).\n\n\n::exception/wrap\na 3-arity handler to wrap the actual handler handler exception request => response (no default).\n\n\n\nThe handler is selected from the options map by exception idenfitifier in the following lookup order:\n1) :type of exception ex-data\n2) Class of exception\n3) :type ancestors of exception ex-data\n4) Super Classes of exception\n5) The ::default handler\n;; type hierarchy\n(derive ::error ::exception)\n(derive ::failure ::exception)\n(derive ::horror ::exception)\n\n(defn handler [message exception request]\n {:status 500\n :body {:message message\n :exception (.getClass exception)\n :data (ex-data exception)\n :uri (:uri request)}})\n\n(def exception-middleware\n (exception/create-exception-middleware\n (merge\n exception/default-handlers\n {;; ex-data with :type ::error\n ::error (partial handler \"error\")\n\n ;; ex-data with ::exception or ::failure\n ::exception (partial handler \"exception\")\n\n ;; SQLException and all it's child classes\n java.sql.SQLException (partial handler \"sql-exception\")\n\n ;; override the default handler\n ::exception/default (partial handler \"default\")\n\n ;; print stack-traces for all exceptions\n ::exception/wrap (fn [handler e request]\n (println \"ERROR\" (pr-str (:uri request)))\n (handler e request))})))\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/fail\" (fn [_] (throw (ex-info \"fail\" {:type ::failue})))]\n {:data {:middleware [exception-middleware]}})))\n\n(app {:request-method :get, :uri \"/fail\"})\n; ERROR \"/fail\"\n; => {:status 500,\n; :body {:message \"default\"\n; :exception clojure.lang.ExceptionInfo\n; :data {:type :user/failue}\n; :uri \"/fail\"}}\n\nContent Negotiation\nWrapper for Muuntaja middleware for content-negotiation, request decoding and response encoding. Takes explicit configuration via :muuntaja key in route data. Emit's swagger :produces and :consumes definitions automatically based on the Muuntaja configuration.\nNegotiates a request body based on Content-Type header and response body based on Accept, Accept-Charset headers. Publishes the negotiation results as :muuntaja/request and :muuntaja/response keys into the request.\nDecodes the request body into :body-params using the :muuntaja/request key in request if the :body-params doesn't already exist.\nEncodes the response body using the :muuntaja/response key in request if the response doesn't have Content-Type header already set.\nExpected route data:\n\n\n\nkey\ndescription\n\n\n\n\n:muuntaja\nmuuntaja.core/Muuntaja instance, does not mount if not set.\n\n\n\n(require '[reitit.ring.middleware.muuntaja :as muuntaja])\n\n\nmuuntaja/format-middleware - Negotiation, request decoding and response encoding in a single Middleware\nmuuntaja/format-negotiate-middleware - Negotiation\nmuuntaja/format-request-middleware - Request decoding\nmuuntaja/format-response-middleware - Response encoding\n\n(require '[reitit.ring :as ring])\n(require '[reitit.ring.coercion :as rrc])\n(require '[reitit.coercion.spec :as rcs])\n(require '[ring.adapter.jetty :as jetty])\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/math\"\n {:post {:summary \"negotiated request & response (json, edn, transit)\"\n :parameters {:body {:x int?, :y int?}}\n :responses {200 {:body {:total int?}}}\n :handler (fn [{{{:keys [x y]} :body} :parameters}]\n {:status 200\n :body {:total (+ x y)}})}}]\n [\"/xml\"\n {:get {:summary \"forced xml response\"\n :handler (fn [_]\n {:status 200\n :headers {\"Content-Type\" \"text/xml\"}\n :body \"kukka\"})}}]]\n {:data {:muuntaja m/instance\n :coercion rcs/coercion\n :middleware [muuntaja/format-middleware\n rrc/coerce-exceptions-middleware\n rrc/coerce-request-middleware\n rrc/coerce-response-middleware]}})))\n\n(jetty/run-jetty #'app {:port 3000, :join? false})\n\nTesting with httpie:\n> http POST :3000/math x:=1 y:=2\n\nHTTP/1.1 200 OK\nContent-Length: 11\nContent-Type: application/json; charset=utf-8\nDate: Wed, 22 Aug 2018 16:59:54 GMT\nServer: Jetty(9.2.21.v20170120)\n\n{\n \"total\": 3\n}\n\n> http :3000/xml\n\nHTTP/1.1 200 OK\nContent-Length: 20\nContent-Type: text/xml\nDate: Wed, 22 Aug 2018 16:59:58 GMT\nServer: Jetty(9.2.21.v20170120)\n\nkukka\n\nMultipart request handling\nWrapper for Ring Multipart Middleware. Emits swagger :consumes definitions automatically.\nExpected route data:\n\n\n\nkey\ndescription\n\n\n\n\n[:parameters :multipart]\nmounts only if defined for a route.\n\n\n\n(require '[reitit.ring.middleware.multipart :as multipart])\n\n\nmultipart/multipart-middleware a preconfigured middleware for multipart handling\nmultipart/create-multipart-middleware to generate with custom configuration\n\nExample app\nSee an example app with the default middleware in action: https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj.\n"},"ring/coercion.html":{"url":"ring/coercion.html","title":"Pluggable Coercion","keywords":"","body":"Pluggable Coercion\nBasic coercion is explained in detail in the Coercion Guide. With Ring, both request parameters (:query, :body, :form, :header and :path) and response :body can be coerced.\nTo enable coercion, the following things need to be done:\n\nDefine a reitit.coercion/Coercion for the routes\nDefine types for the parameters and/or responses\nMount Coercion Middleware to apply to coercion\nUse the coerced parameters in a handler/middleware\n\nDefine coercion\nreitit.coercion/Coercion is a protocol defining how types are defined, coerced and inventoried.\nReitit ships with the following coercion modules:\n\nreitit.coercion.schema/coercion for plumatic schema\nreitit.coercion.spec/coercion for both clojure.spec and data-specs\n\nCoercion can be attached to route data under :coercion key. There can be multiple Coercion implementations within a single router, normal scoping rules apply.\nDefining parameters and responses\nParameters are defined in :parameters key and responses in :responses.\nBelow is an example with Plumatic Schema. It defines input schemas for :query, :body and :path parameters and a schema for a successful response :body.\nHandler can access the coerced parameters can be read under :parameters key in the request.\n(require '[reitit.coercion.schema])\n(require '[schema.core :as s])\n\n(def PositiveInt (s/constrained s/Int pos? 'PositiveInt))\n\n(def plus-endpoint\n {:coercion reitit.coercion.schema/coercion\n :parameters {:query {:x s/Int}\n :body {:y s/Int}\n :path {:z s/Int}}\n :responses {200 {:body {:total PositiveInt}}}\n :handler (fn [{:keys [parameters]}]\n (let [total (+ (-> parameters :query :x)\n (-> parameters :body :y)\n (-> parameters :path :z))]\n {:status 200\n :body {:total total}}))})\n\nCoercion Middleware\nDefining a coercion for a route data doesn't do anything, as it's just data. We have to attach some code to apply the actual coercion. We can use the middleware from reitit.ring.coercion:\n\ncoerce-request-middleware to apply the parameter coercion\ncoerce-response-middleware to apply the response coercion\ncoerce-exceptions-middleware to transform coercion exceptions into pretty responses\n\nFull example\nHere's an full example for applying coercion with Reitit, Ring and Schema:\n(require '[reitit.ring.coercion :as rrc])\n(require '[reitit.coercion.schema])\n(require '[reitit.ring :as ring])\n(require '[schema.core :as s])\n\n(def PositiveInt (s/constrained s/Int pos? 'PositiveInt))\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\"\n [\"/ping\" {:name ::ping\n :get (fn [_]\n {:status 200\n :body \"pong\"})}]\n [\"/plus/:z\" {:name ::plus\n :post {:coercion reitit.coercion.schema/coercion\n :parameters {:query {:x s/Int}\n :body {:y s/Int}\n :path {:z s/Int}}\n :responses {200 {:body {:total PositiveInt}}}\n :handler (fn [{:keys [parameters]}]\n (let [total (+ (-> parameters :query :x)\n (-> parameters :body :y)\n (-> parameters :path :z))]\n {:status 200\n :body {:total total}}))}}]]\n {:data {:middleware [rrc/coerce-exceptions-middleware\n rrc/coerce-request-middleware\n rrc/coerce-response-middleware]}})))\n\nValid request:\n(app {:request-method :post\n :uri \"/api/plus/3\"\n :query-params {\"x\" \"1\"}\n :body-params {:y 2}})\n; {:status 200, :body {:total 6}}\n\nInvalid request:\n(app {:request-method :post\n :uri \"/api/plus/3\"\n :query-params {\"x\" \"abba\"}\n :body-params {:y 2}})\n; {:status 400,\n; :body {:schema {:x \"Int\", \"Any\" \"Any\"},\n; :errors {:x \"(not (integer? \\\"abba\\\"))\"},\n; :type :reitit.coercion/request-coercion,\n; :coercion :schema,\n; :value {:x \"abba\"},\n; :in [:request :query-params]}}\n\nInvalid response:\n(app {:request-method :post\n :uri \"/api/plus/3\"\n :query-params {\"x\" \"1\"}\n :body-params {:y -10}})\n; {:status 500,\n; :body {:schema {:total \"(constrained Int PositiveInt)\"},\n; :errors {:total \"(not (PositiveInt -6))\"},\n; :type :reitit.coercion/response-coercion,\n; :coercion :schema,\n; :value {:total -6},\n; :in [:response :body]}}\n\nOptimizations\nThe coercion middleware are compiled againts a route. In the middleware compilation step the actual coercer implementations are constructed for the defined models. Also, the middleware doesn't mount itself if a route doesn't have :coercion and :parameters or :responses defined.\nWe can query the compiled middleware chain for the routes:\n(require '[reitit.core :as r])\n\n(-> (ring/get-router app)\n (r/match-by-name ::plus)\n :result :post :middleware\n (->> (mapv :name)))\n; [::mw/coerce-exceptions\n; ::mw/coerce-request\n; ::mw/coerce-response]\n\nRoute without coercion defined:\n(app {:request-method :get, :uri \"/api/ping\"})\n; {:status 200, :body \"pong\"}\n\nHas no mounted middleware:\n(-> (ring/get-router app)\n (r/match-by-name ::ping)\n :result :get :middleware\n (->> (mapv :name)))\n; []\n\n"},"ring/route_data_validation.html":{"url":"ring/route_data_validation.html","title":"Route Data Validation","keywords":"","body":"Route Data Validation\nRing route validation works just like with core router, with few differences:\n\nreitit.ring.spec/validate-spec! should be used instead of reitit.spec/validate-spec! - to support validating all endpoints (:get, :post etc.)\nWith clojure.spec validation, Middleware can contribute to route spec via :specs key. The effective route data spec is router spec merged with middleware specs.\n\nExample\nA simple app with spec-validation turned on:\n(require '[clojure.spec.alpha :as s])\n(require '[reitit.ring :as ring])\n(require '[reitit.ring.spec :as rrs])\n(require '[reitit.spec :as rs])\n(require '[expound.alpha :as e])\n\n(defn handler [_]\n {:status 200, :body \"ok\"})\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\"\n [\"/public\"\n [\"/ping\" {:get handler}]]\n [\"/internal\"\n [\"/users\" {:get {:handler handler}\n :delete {:handler handler}}]]]\n {:validate rrs/validate-spec!\n ::rs/explain e/expound-str})))\n\nAll good:\n(app {:request-method :get\n :uri \"/api/internal/users\"})\n; {:status 200, :body \"ok\"}\n\nExplicit specs via middleware\nMiddleware that requires :zone to be present in route data:\n(s/def ::zone #{:public :internal})\n\n(def zone-middleware\n {:name ::zone-middleware\n :spec (s/keys :req-un [::zone])\n :wrap (fn [handler]\n (fn [request]\n (let [zone (-> request (ring/get-match) :data :zone)]\n (println zone)\n (handler request))))})\n\nMissing route data fails fast at router creation:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [zone-middleware]} ;; \nAdding the :zone to route data fixes the problem:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [zone-middleware]}\n [\"/public\" {:zone :public} ;; {:status 200, :body \"ok\"}\n\nImplicit specs\nBy design, clojure.spec validates all fully-qualified keys with s/keys specs even if they are not defined in that keyset. Validation in implicit but powerful.\nLet's reuse the wrap-enforce-roles from Dynamic extensions and define specs for the data:\n(require '[clojure.set :as set])\n\n(s/def ::role #{:admin :manager})\n(s/def ::roles (s/coll-of ::role :into #{}))\n\n(defn wrap-enforce-roles [handler]\n (fn [{:keys [::roles] :as request}]\n (let [required (some-> request (ring/get-match) :data ::roles)]\n (if (and (seq required) (not (set/subset? required roles)))\n {:status 403, :body \"forbidden\"}\n (handler request)))))\n\nwrap-enforce-roles silently ignores if the ::roles is not present:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [zone-middleware\n wrap-enforce-roles]} ;; {:status 200, :body \"ok\"}\n\nBut fails if they are present and invalid:\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\" {:middleware [zone-middleware\n wrap-enforce-roles]}\n [\"/public\" {:zone :public}\n [\"/ping\" {:get handler}]]\n [\"/internal\" {:zone :internal}\n [\"/users\" {:get {:handler handler\n ::roles #{:manager} ;; \nPushing the data to the endpoints\nAbility to define (and reuse) route-data in mid-paths is a powerful feature, but having data defined all around might be harder to reason about. There is always an option to define all data at the endpoints.\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\"\n [\"/public\"\n [\"/ping\" {:zone :public\n :get handler\n :middleware [zone-middleware\n wrap-enforce-roles]}]]\n [\"/internal\"\n [\"/users\" {:zone :internal\n :middleware [zone-middleware\n wrap-enforce-roles]\n :get {:handler handler\n ::roles #{:manager}}\n :delete {:handler handler\n ::roles #{:admin}}}]]]\n {:validate rrs/validate-spec!\n ::rs/explain e/expound-str})))\n\nOr even flatten the routes:\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/api/public/ping\" {:zone :public\n :get handler\n :middleware [zone-middleware\n wrap-enforce-roles]}]\n [\"/api/internal/users\" {:zone :internal\n :middleware [zone-middleware\n wrap-enforce-roles]\n :get {:handler handler\n ::roles #{:manager}}\n :delete {:handler handler\n ::roles #{:admin}}}]]\n {:validate rrs/validate-spec!\n ::rs/explain e/expound-str})))\n\nThe common Middleware can also be pushed to the router, here cleanly separing behavior and data:\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/api/public/ping\" {:zone :public\n :get handler}]\n [\"/api/internal/users\" {:zone :internal\n :get {:handler handler\n ::roles #{:manager}}\n :delete {:handler handler\n ::roles #{:admin}}}]]\n {:data {:middleware [zone-middleware wrap-enforce-roles]}\n :validate rrs/validate-spec!\n ::rs/explain e/expound-str})))\n\n"},"ring/compiling_middleware.html":{"url":"ring/compiling_middleware.html","title":"Compiling Middleware","keywords":"","body":"Compiling Middleware\nThe dynamic extensions is a easy way to extend the system. To enable fast lookups into route data, we can compile them into any shape (records, functions etc.) we want, enabling fast access at request-time.\nBut, we can do much better. As we know the exact route that middleware/interceptor is linked to, we can pass the (compiled) route information into the middleware at creation-time. It can do local reasoning: extract and transform relevant data just for it and pass the optimized data into the actual request-handler via a closure - yielding much faster runtime processing. Middleware can also decide not to mount itself by returning nil. Why mount a wrap-enforce-roles middleware for a route if there are no roles required for it?\nTo enable this we use middleware records :compile key instead of the normal :wrap. :compile expects a function of route-data router-opts => ?IntoMiddleware.\nTo demonstrate the two approaches, below are response coercion middleware written as normal ring middleware function and as middleware record with :compile.\nNormal Middleware\n\nReads the compiled route information on every request. Everything is done at request-time.\n\n(defn wrap-coerce-response\n \"Middleware for pluggable response coercion.\n Expects a :coercion of type `reitit.coercion/Coercion`\n and :responses from route data, otherwise will do nothing.\"\n [handler]\n (fn\n ([request]\n (let [response (handler request)\n method (:request-method request)\n match (ring/get-match request)\n responses (-> match :result method :data :responses)\n coercion (-> match :data :coercion)\n opts (-> match :data :opts)]\n (if (and coercion responses)\n (let [coercers (response-coercers coercion responses opts)]\n (coerce-response coercers request response))\n response)))\n ([request respond raise]\n (let [method (:request-method request)\n match (ring/get-match request)\n responses (-> match :result method :data :responses)\n coercion (-> match :data :coercion)\n opts (-> match :data :opts)]\n (if (and coercion responses)\n (let [coercers (response-coercers coercion responses opts)]\n (handler request #(respond (coerce-response coercers request %))))\n (handler request respond raise))))))\n\nCompiled Middleware\n\nRoute information is provided at creation-time\nCoercers are compiled at creation-time\nMiddleware mounts only if :coercion and :responses are defined for the route\nAlso defines spec for the route data :responses for the route data validation.\n\n(require '[reitit.spec :as rs])\n\n(def coerce-response-middleware\n \"Middleware for pluggable response coercion.\n Expects a :coercion of type `reitit.coercion/Coercion`\n and :responses from route data, otherwise does not mount.\"\n {:name ::coerce-response\n :spec ::rs/responses\n :compile (fn [{:keys [coercion responses]} opts]\n (if (and coercion responses)\n (let [coercers (coercion/response-coercers coercion responses opts)]\n (fn [handler]\n (fn\n ([request]\n (coercion/coerce-response coercers request (handler request)))\n ([request respond raise]\n (handler request #(respond (coercion/coerce-response coercers request %)) raise)))))))})\n\nIt has 50% less code, it's much easier to reason about and is much faster.\n"},"ring/swagger.html":{"url":"ring/swagger.html","title":"Swagger Support","keywords":"","body":"Swagger Support\n[metosin/reitit-swagger \"0.2.1\"]\nReitit supports Swagger2 documentation, thanks to schema-tools and spec-tools. Documentation is extracted from route definitions, coercion :parameters and :responses and from a set of new documentation keys.\nTo enable swagger-documentation for a ring-router:\n\nannotate you routes with swagger-data\nmount a swagger-handler to serve the swagger-spec\noptionally mount a swagger-ui to visualize the swagger-spec\n\nSwagger data\nThe following route data keys contribute to the generated swagger specification:\n\n\n\nkey\ndescription\n\n\n\n\n:swagger\nmap of any swagger-data. Can have :id (keyword or sequence of keywords) to identify the api\n\n\n:no-doc\noptional boolean to exclude endpoint from api docs\n\n\n:tags\noptional set of strings of keywords tags for an endpoint api docs\n\n\n:summary\noptional short string summary of an endpoint\n\n\n:description\noptional long description of an endpoint. Supports http://spec.commonmark.org/\n\n\n\nCoercion keys also contribute to the docs:\n\n\n\nkey\ndescription\n\n\n\n\n:parameters\noptional input parameters for a route, in a format defined by the coercion\n\n\n:responses\noptional descriptions of responess, in a format defined by coercion\n\n\n\nThere is a reitit.swagger.swagger-feature, which acts as both a Middleware and an Interceptor that is not participating in any request processing - it just defines the route data specs for the routes it's mounted to. It is only needed if the route data validation is turned on.\nSwagger spec\nTo serve the actual Swagger Specification, there is reitit.swagger/create-swagger-handler. It takes no arguments and returns a ring-handler which collects at request-time data from all routes for the same swagger api and returns a formatted Swagger specification as Clojure data, to be encoded by a response formatter.\nIf you need to post-process the generated spec, just wrap the handler with a custom Middleware or an Interceptor.\nSwagger-ui\nSwagger-ui is a user interface to visualize and interact with the Swagger specification. To make things easy, there is a pre-integrated version of the swagger-ui as a separate module.\n[metosin/reitit-swagger-ui \"0.2.1\"]\nreitit.swagger-ui/create-swagger-ui-hander can be used to create a ring-handler to serve the swagger-ui. It accepts the following options:\n\n\n\nkey\ndescription\n\n\n\n\n:parameter\noptional name of the wildcard parameter, defaults to unnamed keyword :\n\n\n:root\noptional resource root, defaults to \"swagger-ui\"\n\n\n:url\npath to swagger endpoint, defaults to /swagger.json\n\n\n:path\noptional path to mount the handler to. Works only if mounted outside of a router.\n\n\n:config\nparameters passed to swaggger-ui as-is. See the docs\n\n\n\nWe use swagger-ui from ring-swagger-ui, which can be easily configured from routing application. It stores files swagger-ui in the resource classpath.\nWebjars also hosts a version of the swagger-ui.\nNOTE: Currently, swagger-ui module is just for Clojure. ClojureScript-support welcome as a PR!\nExamples\nSimple example\n\ntwo routes\nswagger-spec served from \"/swagger.json\"\nswagger-ui mounted to \"/\"\n\n(require '[reitit.ring :as ring])\n(require '[reitit.swagger :as swagger])\n(require '[reitit.swagger-ui :as swagger-ui])\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/api\"\n [\"/ping\" {:get (constantly {:status 200, :body \"ping\"})}]\n [\"/pong\" {:post (constantly {:status 200, :body \"pong\"})}]]\n [\"/swagger.json\"\n {:get {:no-doc true\n :handler (swagger/create-swagger-handler)}}]]) \n (swagger-ui/create-swagger-ui-handler {:path \"/\"})))\n\nThe generated swagger spec:\n(app {:request-method :get :uri \"/swagger.json\"})\n;{:status 200\n; :body {:swagger \"2.0\"\n; :x-id #{:reitit.swagger/default}\n; :paths {\"/api/ping\" {:get {}}\n; \"/api/pong\" {:post {}}}}}\n\nSwagger-ui:\n(app {:request-method :get :uri \"/\"})\n; ... the swagger-ui index-page, configured correctly\n\nMore complete example\n\nclojure.spec coercion\nswagger data (:tags, :produces, :summary)\nswagger-spec served from \"/swagger.json\"\nswagger-ui mounted to \"/\"\nset of middleware for content negotiation, exceptions, multipart etc.\nmissed routes are handled by create-default-handler\nserved via ring-jetty\n\nWhole example project is in /examples/ring-swagger.\n(ns example.server\n (:require [reitit.ring :as ring]\n [reitit.swagger :as swagger]\n [reitit.swagger-ui :as swagger-ui]\n [reitit.ring.coercion :as coercion]\n [reitit.coercion.spec]\n [reitit.ring.middleware.muuntaja :as muuntaja]\n [reitit.ring.middleware.exception :as exception]\n [reitit.ring.middleware.multipart :as multipart]\n [ring.middleware.params :as params]\n [ring.adapter.jetty :as jetty]\n [muuntaja.core :as m]\n [clojure.java.io :as io]))\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/swagger.json\"\n {:get {:no-doc true\n :swagger {:info {:title \"my-api\"}}\n :handler (swagger/create-swagger-handler)}}]\n\n [\"/files\"\n {:swagger {:tags [\"files\"]}}\n\n [\"/upload\"\n {:post {:summary \"upload a file\"\n :parameters {:multipart {:file multipart/temp-file-part}}\n :responses {200 {:body {:file multipart/temp-file-part}}}\n :handler (fn [{{{:keys [file]} :multipart} :parameters}]\n {:status 200\n :body {:file file}})}}]\n\n [\"/download\"\n {:get {:summary \"downloads a file\"\n :swagger {:produces [\"image/png\"]}\n :handler (fn [_]\n {:status 200\n :headers {\"Content-Type\" \"image/png\"}\n :body (io/input-stream (io/resource \"reitit.png\"))})}}]]\n\n [\"/math\"\n {:swagger {:tags [\"math\"]}}\n\n [\"/plus\"\n {:get {:summary \"plus with spec query parameters\"\n :parameters {:query {:x int?, :y int?}}\n :responses {200 {:body {:total int?}}}\n :handler (fn [{{{:keys [x y]} :query} :parameters}]\n {:status 200\n :body {:total (+ x y)}})}\n :post {:summary \"plus with spec body parameters\"\n :parameters {:body {:x int?, :y int?}}\n :responses {200 {:body {:total int?}}}\n :handler (fn [{{{:keys [x y]} :body} :parameters}]\n {:status 200\n :body {:total (+ x y)}})}}]]]\n\n {:data {:coercion reitit.coercion.spec/coercion\n :muuntaja m/instance\n :middleware [;; query-params & form-params\n params/wrap-params\n ;; content-negotiation\n muuntaja/format-negotiate-middleware\n ;; encoding response body\n muuntaja/format-response-middleware\n ;; exception handling\n exception/exception-middleware\n ;; decoding request body\n muuntaja/format-request-middleware\n ;; coercing response bodys\n coercion/coerce-response-middleware\n ;; coercing request parameters\n coercion/coerce-request-middleware\n ;; multipart\n multipart/multipart-middleware]}})\n (ring/routes\n (swagger-ui/create-swagger-ui-handler {:path \"/\"})\n (ring/create-default-handler))))\n\n(defn start []\n (jetty/run-jetty #'app {:port 3000, :join? false})\n (println \"server running in port 3000\"))\n\nhttp://localhost:3000 should render now the swagger-ui:\n\nMultiple swagger apis\nThere can be multiple swagger apis within a router. Each route can be part of 0..n swagger apis. Swagger apis are identified by value in route data under key path [:swagger :id]. It can be either a keyword or a sequence of keywords. Normal route data scoping rules rules apply.\nExample with:\n\n4 routes\n2 swagger apis ::one and ::two\n3 swagger specs\n\n(require '[reitit.ring :as ring])\n(require '[reitit.swagger :as swagger])\n\n(def ping-route\n [\"/ping\" {:get (constantly {:status 200, :body \"ping\"})}])\n\n(def spec-route\n [\"/swagger.json\"\n {:get {:no-doc true\n :handler (swagger/create-swagger-handler)}}])\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/common\" {:swagger {:id #{::one ::two}}} ping-route]\n [\"/one\" {:swagger {:id ::one}} ping-route spec-route]\n [\"/two\" {:swagger {:id ::two}} ping-route spec-route\n [\"/deep\" {:swagger {:id ::one}} ping-route]]\n [\"/one-two\" {:swagger {:id #{::one ::two}}} spec-route]])))\n\n(-> {:request-method :get, :uri \"/one/swagger.json\"} app :body :paths keys)\n; (\"/common/ping\" \"/one/ping\" \"/two/deep/ping\")\n\n(-> {:request-method :get, :uri \"/two/swagger.json\"} app :body :paths keys)\n; (\"/common/ping\" \"/two/ping\")\n\n(-> {:request-method :get, :uri \"/one-two/swagger.json\"} app :body :paths keys)\n; (\"/common/ping\" \"/one/ping\" \"/two/ping\" \"/two/deep/ping\")\n\nTODO\n\nClojureScript\nexample for Macchiato\nbody formatting\nresource handling\n\n\n\n"},"frontend/basics.html":{"url":"frontend/basics.html","title":"Basics","keywords":"","body":"Frontend basics\n\nhttps://github.com/metosin/reitit/tree/master/examples/frontend\n\nreitit.frontend provides few useful functions wrapping core functions:\n\nmatch-by-path version which parses a URI using JavaScript, including\nquery-string, and also coerces the parameters.\nrouter which compiles coercers by default\nmatch-by-name and match-by-name! with optional path-paramers and\nlogging errors to console.warn instead of throwing errors (to prevent\nReact breaking due to errors).\n\n"},"frontend/browser.html":{"url":"frontend/browser.html","title":"Browser integration","keywords":"","body":"Frontend browser integration\nReitit includes two browser history integrations.\nFunctions follow HTML5 History API: push-state to change route, replace-state\nto change route without leaving previous entry in browser history.\nFragment router\nFragment is simple integration which stores the current route in URL fragment,\ni.e. after #. This means the route is never part of the request URI and\nserver will always know which file to return (index.html).\nHTML5 router\nHTML5 History API can be used to modify the URL in browser without making\nrequest to the server. This means the URL will look normal, but the downside is\nthat the server must respond to all routes with correct file (index.html).\nCheck examples for simple Ring handler example.\nEasy\nReitit frontend routers require storing the state somewhere and passing it to\nall the calls. Wrapper (reitit.frontend.easy) is provided which manages\nrouter instance and passes the instance to all calls.\n"},"frontend/controllers.html":{"url":"frontend/controllers.html","title":"Controllers (WIP)","keywords":"","body":"Controllers (WIP)\n\nhttps://github.com/metosin/reitit/tree/master/examples/frontend-controllers\n\nControllers run code when a route is entered and left. This can be useful to:\n\nLoad resources\nUpdate application state\n\nAuthentication\nControllers can be used to load resources from a server. If and when your\nAPI requires authentication you will need to implement logic to prevent controllers\ntrying to do requests if user isn't authenticated yet.\nRun controllers and check authentication\nIf you have both unauthenticated and authenticated resources, you can\nrun the controllers always and then check the authentication status\non controller code, or on the code called from controllers (e.g. re-frame event\nhandler).\nDisable controllers until user is authenticated\nIf all your resources require authentication an easy way to prevent bad\nrequests is to enable controllers only after authentication is done.\nTo do this you can check authentication status and call apply-controllers\nonly after authentication is done (also remember to manually call apply-controllers\nwith current match when authentication is done). Or if no navigation is possible\nbefore authentication is done, you can start the router only after\nauthentication is done.\nAlternatives\nSimilar solution could be used to describe required resources as data (maybe\neven GraphQL query) per route, and then have code automatically load\nmissing resources.\n"},"http/interceptors.html":{"url":"http/interceptors.html","title":"Interceptors","keywords":"","body":"Interceptors (WIP)\nReitit also support for Pedestal-style interceptors as an alternative to using middleware. Basic interceptor handling is implemented in reitit.interceptor package. There is no interceptor executor shipped, but you can use libraries like Pedestal Interceptor or Sieppari to execute the chains.\nCurrent Status\nWork-in-progress and considered alpha quality.\nReitit-http\n[metosin/reitit-http \"0.2.1\"]\n\nAn module for http-routing using interceptors instead of middleware. Builds on top of the reitit-ring module. The differences:\n\ninstead of :middleware, uses :interceptors\ncompared to reitit.http/http-router takes an extra options map with mandatory key :executor (of type reitit.interceptor/Executor) and optional top level :interceptors - wrapping both routes and default handler.\noptional entry poitn reitit.http/routing-interceptor to provide a routing interceptor, to be used with Pedestal.\n\nExamples\nSieppari\nSee code at: https://github.com/metosin/reitit/tree/master/examples/http\nPedestal\nSee example at: https://github.com/metosin/reitit/tree/master/examples/pedestal\n"},"advanced/configuring_routers.html":{"url":"advanced/configuring_routers.html","title":"Configuring Routers","keywords":"","body":"Configuring Routers\nRouters can be configured via options. The following options are available for the reitit.core/router:\n\n\n\nkey\ndescription\n\n\n\n\n:path\nBase-path for routes\n\n\n:routes\nInitial resolved routes (default [])\n\n\n:data\nInitial route data (default {})\n\n\n:spec\nclojure.spec definition for a route data, see reitit.spec on how to use this\n\n\n:expand\nFunction of arg opts => data to expand route arg to route data (default reitit.core/expand)\n\n\n:coerce\nFunction of route opts => route to coerce resolved route, can throw or return nil\n\n\n:compile\nFunction of route opts => result to compile a route handler\n\n\n:validate\nFunction of routes opts => () to validate route (data) via side-effects\n\n\n:conflicts\nFunction of {route #{route}} => () to handle conflicting routes (default reitit.core/throw-on-conflicts!)\n\n\n:router\nFunction of routes opts => router to override the actual router implementation\n\n\n\n"},"advanced/composing_routers.html":{"url":"advanced/composing_routers.html","title":"Composing Routers","keywords":"","body":"Composing Routers\nData-driven approach in reitit allows us to compose routes, route data, route specs, middleware and interceptors chains. We can compose routers too. This is needed to achieve dynamic routing like in Compojure.\nImmutatability\nOnce a router is created, the routing tree is immutable and cannot be changed. To change the routing, we need to create a new router with changed routes and/or options. For this, the Router protocol exposes it's resolved routes via r/routes and options via r/options.\nAdding routes\nLet's create a router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/foo\" ::foo]\n [\"/bar/:id\" ::bar]]))\n\nWe can query the resolved routes and options:\n(r/routes router)\n;[[\"/foo\" {:name :user/foo}]\n; [\"/bar/:id\" {:name :user/bar}]]\n\n(r/options router)\n;{:lookup #object[...]\n; :expand #object[...]\n; :coerce #object[...]\n; :compile #object[...]\n; :conflicts #object[...]}\n\nLet's add a helper function to create a new router with extra routes:\n(defn add-routes [router routes]\n (r/router\n (into (r/routes router) routes)\n (r/options router)))\n\nWe can now create a new router with an extra routes:\n(def router2\n (add-routes\n router\n [[\"/baz/:id/:subid\" ::baz]]))\n\n(r/routes router2)\n;[[\"/foo\" {:name :user/foo}]\n; [\"/bar/:id\" {:name :user/bar}]\n; [\"/baz/:id/:subid\" {:name :user/baz}]]\n\nThe original router was not changed:\n(r/routes router)\n;[[\"/foo\" {:name :user/foo}]\n; [\"/bar/:id\" {:name :user/bar}]]\n\nWhen a new router is created, all rules are applied, including the conflict resolution:\n(add-routes\n router2\n [[\"/:this/should/:fail\" ::fail]])\n;CompilerException clojure.lang.ExceptionInfo: Router contains conflicting route paths:\n;\n; /baz/:id/:subid\n;-> /:this/should/:fail\n\nMerging routers\nLet's create a helper function to merge routers:\n(defn merge-routers [& routers]\n (r/router\n (apply merge (map r/routes routers))\n (apply merge (map r/options routers))))\n\nWe can now merge multiple routers into one:\n(def router\n (merge-routers\n (r/router [\"/route1\" ::route1])\n (r/router [\"/route2\" ::route2])\n (r/router [\"/route3\" ::route3])))\n\n(r/routes router)\n;[[\"/route1\" {:name :user/route1}]\n; [\"/route2\" {:name :user/route2}]\n; [\"/route3\" {:name :user/route3}]]\n\nNesting routers\nRouters can be nested using the catch-all parameter.\nHere's a router with deeply nested routers under a :router key in the route data:\n(def router\n (r/router\n [[\"/ping\" :ping]\n [\"/olipa/*\" {:name :olipa\n :router (r/router\n [[\"/olut\" :olut]\n [\"/makkara\" :makkara]\n [\"/kerran/*\" {:name :kerran\n :router (r/router\n [[\"/avaruus\" :avaruus]\n [\"/ihminen\" :ihminen]])}]])}]]))\n\nMatching by path:\n(r/match-by-path router \"/olipa/kerran/iso/kala\")\n;#Match{:template \"/olipa/*\"\n; :data {:name :olipa\n; :router #object[reitit.core$mixed_router]}\n; :result nil\n; :path-params {: \"kerran/iso/kala\"}\n; :path \"/olipa/iso/kala\"}\n\nThat didn't work as we wanted, as the nested routers don't have such a route. The core routing doesn't understand anything the :router key, so it only matched against the top-level router, which gave a match for the catch-all path.\nAs the Match contains all the route data, we can create a new matching function that understands the :router key. Below is a function that does recursive matching using the subrouters. It returns either nil or a vector of mathces.\n(require '[clojure.string :as str])\n\n(defn recursive-match-by-path [router path]\n (if-let [match (r/match-by-path router path)]\n (if-let [subrouter (-> match :data :router)]\n (let [subpath (subs path (str/last-index-of (:template match) \"/\"))]\n (if-let [submatch (recursive-match-by-path subrouter subpath)]\n (cons match submatch)))\n (list match))))\n\nWith invalid nested path we get now nil as expected:\n(recursive-match-by-path router \"/olipa/kerran/iso/kala\")\n; nil\n\nWith valid path we get all the nested matches:\n(recursive-match-by-path router \"/olipa/kerran/avaruus\")\n;[#reitit.core.Match{:template \"/olipa/*\"\n; :data {:name :olipa\n; :router #object[reitit.core$mixed_router]}\n; :result nil\n; :path-params {: \"kerran/avaruus\"}\n; :path \"/olipa/kerran/avaruus\"}\n; #reitit.core.Match{:template \"/kerran/*\"\n; :data {:name :kerran\n; :router #object[reitit.core$lookup_router]}\n; :result nil\n; :path-params {: \"avaruus\"}\n; :path \"/kerran/avaruus\"}\n; #reitit.core.Match{:template \"/avaruus\" \n; :data {:name :avaruus} \n; :result nil \n; :path-params {} \n; :path \"/avaruus\"}]\n\nLet's create a helper to get only the route names for matches:\n(defn name-path [router path]\n (some->> (recursive-match-by-path router path)\n (mapv (comp :name :data))))\n\n(name-path router \"/olipa/kerran/avaruus\")\n; [:olipa :kerran :avaruus]\n\nSo, we can nest routers, but why would we do that?\nDynamic routing\nIn all the examples above, the routers were created ahead of time, making the whole route tree effective static. To have more dynamic routing, we can use router references allowing the router to be swapped over time. We can also create fully dynamic routers where the router is re-created for each request. Let's walk through both cases.\nFirst, we need to modify our matching function to support router references:\n(defn- match :data :router \nThen, we need some routers.\nFirst, a reference to a router that can be updated on background, for example when a new entry in inserted into a database. We'll wrap the router into a atom:\n(def beer-router\n (atom\n (r/router \n [[\"/lager\" :lager]])))\n\nSecond, a reference to router, which is re-created on each routing request:\n(def dynamic-router\n (reify clojure.lang.IDeref\n (deref [_]\n (r/router\n [\"/duo\" (keyword (str \"duo\" (rand-int 100)))]))))\n\nWe can compose the routers into a system-level static root router:\n(def router\n (r/router\n [[\"/gin/napue\" :napue]\n [\"/ciders/*\" :ciders]\n [\"/beers/*\" {:name :beers\n :router beer-router}]\n [\"/dynamic/*\" {:name :dynamic\n :router dynamic-router}]]))\n\nMatching root routes:\n(name-path router \"/vodka/russian\")\n; nil\n\n(name-path router \"/gin/napue\")\n; [:napue]\n\nMatching (nested) beer routes:\n(name-path router \"/beers/lager\")\n; [:beers :lager]\n\n(name-path router \"/beers/saison\")\n; nil\n\nNo saison!? Let's add the route:\n(swap! beer-router add-routes [[\"/saison\" :saison]])\n\nThere we have it:\n(name-path router \"/beers/saison\")\n; [:beers :saison]\n\nWe can't add conflicting routes:\n(swap! beer-router add-routes [[\"/saison\" :saison]])\n;CompilerException clojure.lang.ExceptionInfo: Router contains conflicting route paths:\n;\n; /saison\n;-> /saison\n\nThe dynamic routes are re-created on every request:\n(name-path router \"/dynamic/duo\")\n; [:dynamic :duo71]\n\n(name-path router \"/dynamic/duo\")\n; [:dynamic :duo55]\n\nPerformance\nWith nested routers, instead of having to do just one route match, matching is recursive, which adds a small cost. All nested routers need to be of type catch-all at top-level, which is order of magnitude slower than fully static routes. Dynamic routes are the slowest ones, at least two orders of magnitude slower, as the router needs to be recreated for each request.\nA quick benchmark on the recursive lookups:\n\n\n\npath\ntime\ntype\n\n\n\n\n/gin/napue\n40ns\nstatic\n\n\n/ciders/weston\n440ns\ncatch-all\n\n\n/beers/saison\n600ns\ncatch-all + static\n\n\n/dynamic/duo\n12000ns\ncatch-all + dynamic\n\n\n\nThe non-recursive lookup for /gin/napue is around 23ns.\nComparing the dynamic routing performance with Compojure:\n(require '[compojure.core :refer [context])\n\n(def app\n (context \"/dynamic\" [] (constantly :duo)))\n\n(app {:uri \"/dynamic/duo\" :request-method :get})\n; :duo\n\n\n\n\npath\ntime\ntype\n\n\n\n\n/dynamic/duo\n20000ns\ncompojure\n\n\n\nCan we make the nester routing faster? Sure. We could use the Router :compile hook to compile the nested routers for better performance. We could also allow router creation rules to be disabled, to get the dynamic routing much faster.\nWhen to use nested routers?\nNesting routers is not trivial and because of that, should be avoided. For dynamic (request-time) route generation, it's the only choise. For other cases, nested routes are most likely a better option.\nLet's re-create the previous example with normal route nesting/composition.\nA helper to the root router:\n(defn create-router [beers]\n (r/router\n [[\"/gin/napue\" :napue]\n [\"/ciders/*\" :ciders]\n [\"/beers\" (for [beer beers]\n [(str \"/\" beer) (keyword \"beer\" beer)])]\n [\"/dynamic/*\" {:name :dynamic\n :router dynamic-router}]]))\n\nNew new root router reference and a helper to reset it:\n(def router\n (atom (create-router nil)))\n\n(defn reset-router! [beers]\n (reset! router (create-router beers)))\n\nThe routing tree:\n(r/routes @router)\n;[[\"/gin/napue\" {:name :napue}]\n; [\"/ciders/*\" {:name :ciders}]\n; [\"/dynamic/*\" {:name :dynamic,\n; :router #object[user$reify__24359]}]]\n\nLet's reset the router with some beers:\n(reset-router! [\"lager\" \"sahti\" \"bock\"])\n\nWe can see that the beer routes are now embedded into the core router:\n(r/routes @router)\n;[[\"/gin/napue\" {:name :napue}]\n; [\"/ciders/*\" {:name :ciders}]\n; [\"/beers/lager\" {:name :beer/lager}]\n; [\"/beers/sahti\" {:name :beer/sahti}]\n; [\"/beers/bock\" {:name :beer/bock}]\n; [\"/dynamic/*\" {:name :dynamic,\n; :router #object[user$reify__24359]}]]\n\nAnd the routing works:\n(name-path @router \"/beers/sahti\")\n;[:beer/sahti]\n\nAll the beer-routes now match in constant time.\n\n\n\npath\ntime\ntype\n\n\n\n\n/beers/sahti\n40ns\nstatic\n\n\n\nTODO\n\nadd an example how to do dynamic routing with reitit-ring\nmaybe create a recursive-router into a separate ns with all Router functions implemented correctly? maybe not...\nadd reitit.core/merge-routes to effectively merge routes with route data\n\n"},"advanced/different_routers.html":{"url":"advanced/different_routers.html","title":"Different Routers","keywords":"","body":"Different Routers\nReitit ships with several different implementations for the Router protocol, originally based on the Pedestal implementation. router function selects the most suitable implementation by inspecting the expanded routes. The implementation can be set manually using :router option, see configuring routers.\n\n\n\nrouter\ndescription\n\n\n\n\n:linear-router\nMatches the routes one-by-one starting from the top until a match is found. Slow, but works with all route trees.\n\n\n:segment-router\nRouter that creates a optimized search trie out of an route table. Much faster than :linear-router for wildcard routes. Valid only if there are no Route conflicts.\n\n\n:lookup-router\nFast router, uses hash-lookup to resolve the route. Valid if no paths have path or catch-all parameters and there are no Route conflicts.\n\n\n:single-static-path-router\nSuper fast router: string-matches a route. Valid only if there is one static route.\n\n\n:mixed-router\nContains two routers: :segment-router for wildcard routes and a :lookup-router or :single-static-path-router for static routes. Valid only if there are no Route conflicts.\n\n\n\nThe router name can be asked from the router:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/ping\" ::ping]\n [\"/api/:users\" ::users]]))\n\n(r/router-name router)\n; :mixed-router\n\nOverriding the router implementation:\n(require '[reitit.core :as r])\n\n(def router\n (r/router\n [[\"/ping\" ::ping]\n [\"/api/:users\" ::users]]\n {:router r/linear-router}))\n\n(r/router-name router)\n; :linear-router\n\n"},"advanced/route_validation.html":{"url":"advanced/route_validation.html","title":"Route Validation","keywords":"","body":"Route validation\nNamespace reitit.spec contains clojure.spec definitions for raw-routes, routes, router and router options.\nExample\n(require '[clojure.spec.alpha :as s])\n(require '[reitit.spec :as spec])\n\n(def routes-from-db\n [\"tenant1\" ::tenant1])\n\n(s/valid? ::spec/raw-routes routes-from-db)\n; false\n\n(s/explain ::spec/raw-routes routes-from-db)\n; In: [0] val: \"tenant1\" fails spec: :reitit.spec/path at: [:route :path] predicate: (or (blank? %) (starts-with? % \"/\"))\n; In: [0] val: \"tenant1\" fails spec: :reitit.spec/raw-route at: [:routes] predicate: (cat :path :reitit.spec/path :arg (? :reitit.spec/arg) :childs (* (and (nilable :reitit.spec/raw-route))))\n; In: [1] val: :user/tenant1 fails spec: :reitit.spec/raw-route at: [:routes] predicate: (cat :path :reitit.spec/path :arg (? :reitit.spec/arg) :childs (* (and (nilable :reitit.spec/raw-route))))\n; :clojure.spec.alpha/spec :reitit.spec/raw-routes\n; :clojure.spec.alpha/value [\"tenant1\" :user/tenant1]\n\nAt development time\nreitit.core/router can be instrumented and use a tool like expound to pretty-print the spec problems.\nFirst add a :dev dependency to:\n[expound \"0.4.0\"] ; or higher\n\nSome bootstrapping:\n(require '[clojure.spec.test.alpha :as stest])\n(require '[expound.alpha :as expound])\n(require '[clojure.spec.alpha :as s])\n(require '[reitit.spec])\n\n(stest/instrument `reitit/router)\n(set! s/*explain-out* expound/printer)\n\nAnd we are ready to go:\n(require '[reitit.core :as r])\n\n(r/router\n [\"/api\"\n [\"/public\"\n [\"/ping\"]\n [\"pong\"]]])\n\n; CompilerException clojure.lang.ExceptionInfo: Call to #'reitit.core/router did not conform to spec:\n;\n; -- Spec failed --------------------\n;\n; Function arguments\n;\n; ([\"/api\" ...])\n; ^^^^^^\n;\n; should satisfy\n;\n; (clojure.spec.alpha/cat\n; :path\n; :reitit.spec/path\n; :arg\n; (clojure.spec.alpha/? :reitit.spec/arg)\n; :childs\n; (clojure.spec.alpha/*\n; (clojure.spec.alpha/and\n; (clojure.spec.alpha/nilable :reitit.spec/raw-route))))\n;\n; or\n;\n; (clojure.spec.alpha/cat\n; :path\n; :reitit.spec/path\n; :arg\n; (clojure.spec.alpha/? :reitit.spec/arg)\n; :childs\n; (clojure.spec.alpha/*\n; (clojure.spec.alpha/and\n; (clojure.spec.alpha/nilable :reitit.spec/raw-route))))\n;\n; -- Relevant specs -------\n;\n; :reitit.spec/raw-route:\n; (clojure.spec.alpha/cat\n; :path\n; :reitit.spec/path\n; :arg\n; (clojure.spec.alpha/? :reitit.spec/arg)\n; :childs\n; (clojure.spec.alpha/*\n; (clojure.spec.alpha/and\n; (clojure.spec.alpha/nilable :reitit.spec/raw-route))))\n; :reitit.spec/raw-routes:\n; (clojure.spec.alpha/or\n; :route\n; :reitit.spec/raw-route\n; :routes\n; (clojure.spec.alpha/coll-of :reitit.spec/raw-route :into []))\n;\n; -- Spec failed --------------------\n;\n; Function arguments\n;\n; ([... [... ... [\"pong\"]]])\n; ^^^^^^\n;\n; should satisfy\n;\n; (fn\n; [%]\n; (or\n; (clojure.string/blank? %)\n; (clojure.string/starts-with? % \"/\")))\n;\n; or\n;\n; (fn\n; [%]\n; (or\n; (clojure.string/blank? %)\n; (clojure.string/starts-with? % \"/\")))\n;\n; -- Relevant specs -------\n;\n; :reitit.spec/path:\n; (clojure.spec.alpha/and\n; clojure.core/string?\n; (clojure.core/fn\n; [%]\n; (clojure.core/or\n; (clojure.string/blank? %)\n; (clojure.string/starts-with? % \"/\"))))\n; :reitit.spec/raw-route:\n; (clojure.spec.alpha/cat\n; :path\n; :reitit.spec/path\n; :arg\n; (clojure.spec.alpha/? :reitit.spec/arg)\n; :childs\n; (clojure.spec.alpha/*\n; (clojure.spec.alpha/and\n; (clojure.spec.alpha/nilable :reitit.spec/raw-route))))\n; :reitit.spec/raw-routes:\n; (clojure.spec.alpha/or\n; :route\n; :reitit.spec/raw-route\n; :routes\n; (clojure.spec.alpha/coll-of :reitit.spec/raw-route :into []))\n;\n; -------------------------\n; Detected 2 errors\n\n"},"advanced/dev_workflow.html":{"url":"advanced/dev_workflow.html","title":"Dev Workflow","keywords":"","body":"Dev Worklfow\nMany applications will require the routes to span multiple namespaces. It is quite easy to do so with reitit, but we might hit a problem during developement.\nAn example\nConsider this sample routing :\n(ns ns1)\n\n(def routes\n [\"/bar\" ::bar])\n\n(ns ns2)\n(require '[ns1])\n\n(def routes\n [[\"/ping\" ::ping]\n [\"/more\" ns1/routes]])\n\n(ns ns3)\n(require '[ns1])\n(require '[ns2])\n(require '[reitit.core :as r])\n\n(def routes\n [\"/api\"\n [\"/ns2\" ns2/routes]\n [\"/ping\" ::ping]])\n\n(def router (r/router routes))\n\nWe may query the top router and get the expected result :\n(r/match-by-path router \"/api/ns2/more/bar\")\n;#reitit.core.Match{:template \"/api/ns2/more/bar\", :data {:name :ns1/bar}, :result nil, :path-params {}, :path \"/api/ns2/more/bar\"}\n\nNotice the route name : :ns1/bar\nWhen we change the routes in ns1 like this :\n(ns ns1\n (:require [reitit.core :as r]))\n\n(def routes\n [\"/bar\" ::bar-with-new-name])\n\nAfter we recompile the ns1 namespace, and query again\nns1/routes\n;[\"/bar\" :ns1/bar-with-new-name]\n;The routes var in ns1 was changed indeed\n\n(r/match-by-path router \"/api/ns2/more/bar\")\n;#reitit.core.Match{:template \"/api/ns2/more/bar\", :data {:name :ns1/bar}, :result nil, :path-params {}, :path \"/api/ns2/more/bar\"}\n\nThe route name is still :ns1/bar !\nWhile we could use the reloaded workflow to reload the whole routing tree, it is not always possible, and quite frankly a bit slower than we might want for fast iterations.\nA crude solution\nIn order to see the changes without reloading the whole route tree, we can use functions.\n(ns ns1)\n\n(defn routes [] ;; Now a function !\n [\"/bar\" ::bar])\n\n(ns ns2)\n(require '[ns1])\n\n(defn routes [] ;; Now a function !\n [[\"/ping\" ::ping]\n [\"/more\" (ns1/routes)]]) ;; Now a function call\n\n(ns ns3)\n(require '[ns1])\n(require '[ns2])\n(require '[reitit.core :as r])\n\n(defn routes [] ;; Now a function !\n [\"/api\"\n [\"/ns2\" (ns2/routes)] ;; Now a function call\n [\"/ping\" ::ping]])\n\n(def router #(r/router (routes))) ;; Now a function\n\nLet's query again\n(r/match-by-path (router) \"/api/ns2/more/bar\") \n;#reitit.core.Match{:template \"/api/ns2/more/bar\", :data {:name :ns1/bar}, :result nil, :path-params {}, :path \"/api/ns2/more/bar\"}\n\nNotice that's we're now calling a function rather than just passing router to the matching function.\nNow let's again change the route name in ns1, and recompile that namespace.\n(ns ns1)\n\n(defn routes [] \n [\"/bar\" ::bar-with-new-name])\n\nlet's see the query result :\n(r/match-by-path (router) \"/api/ns2/more/bar\")\n;#reitit.core.Match{:template \"/api/ns2/more/bar\", :data {:name :ns1/bar-with-new-name}, :result nil, :path-params {}, :path \"/api/ns2/more/bar\"}\n\nNotice that the name is now correct, without reloading every namespace under the sun.\nWhy is this a crude solution ?\nThe astute reader will have noticed that we're recompiling the full routing tree on every invocation. While this solution is practical during developement, it goes contrary to the performance goals of reitit. \nWe need a way to only do this once at production time.\nAn easy fix\nLet's apply a small change to our ns3. We'll replace our router by two different routers, one for dev and one for production.\n(ns ns3)\n(require '[ns1])\n(require '[ns2])\n(require '[reitit.core :as r])\n\n(defn routes [] \n [\"/api\"\n [\"/ns2\" (ns2/routes)] \n [\"/ping\" ::ping]])\n\n(def dev-router #(r/router (routes))) ;; A router for dev\n(def prod-router (constantly (r/router (routes)))) ;; A router for prod\n\nAnd there you have it, dynamic during dev, performance at production. We have it all !\n"},"advanced/shared_routes.html":{"url":"advanced/shared_routes.html","title":"Shared Routes","keywords":"","body":"Shared routes\nAs reitit-core works with both Clojure & ClojureScript, one can have a shared routing table for both the frontend and the backend application, using the Clujore Common Files.\nFor backend, you need to define a :handler for the request processing, for fronend, :name enables the use of reverse routing.\nThere are multiple options to use shared routing table.\nUsing reader conditionals\n;; define the handlers for for clojure\n#?(:clj (declare get-kikka))\n#?(:clj (declare post-kikka))\n\n;; :name for both, :handler just for clojure\n(def routes\n [\"/kikka\"\n {:name ::kikka\n :get #?(:clj {:handler get-kikka})\n :post #?(:clj {:handler post-kikka})}]\n\nUsing custom expander\nraw-routes can have any non-sequential data as a route argument, which gets expanded using the :expand option given to the reitit.core.router function. It defaults to reitit.core/expand multimethod.\nFirst, define the common routes (in a .cljc file):\n(def routes\n [[\"/kikka\" ::kikka]\n [\"/bar\" ::bar]])\n\nThose can be used as-is from ClojureScript:\n(require '[reitit.core :as r])\n\n(def router\n (r/router routes))\n\n(r/match-by-name router ::kikka)\n;#Match{:template \"/kikka\"\n; :data {:name :user/kikka}\n; :result nil\n; :path-params nil\n; :path \"/kikka\"}\n\nFor the backend, we can use a custom-expander to expand the routes:\n(require '[reitit.ring :as ring])\n\n(defn my-expand [registry]\n (fn [data opts]\n (or (if (keyword? data)\n (some-> data\n registry\n (r/expand opts)\n (assoc :name data)))\n (r/expand data opts))))\n\n;; the handler functions\n(defn get-kikka [_] {:status 200, :body \"get\"})\n(defn post-kikka [_] {:status 200, :body \"post\"})\n(defn bar [_] {:status 200, :body \"bar\"})\n\n(def app\n (ring/ring-handler\n (ring/router\n [[\"/kikka\" ::kikka]\n [\"/bar\" ::bar]]\n ;; use a custom expander\n {:expand (my-expand\n {::kikka {:get get-kikka\n :post post-kikka}\n ::bar bar})})))\n\n(app {:request-method :post, :uri \"/kikka\"})\n; {:status 200, :body \"post\"}\n\n"},"performance.html":{"url":"performance.html","title":"Performance","keywords":"","body":"Performance\nReitit tries to be both great in features and be really, really fast. Originally the routing was ported from Pedestal, but has been mostly rewritten.\n\nRationale\n\nMultiple routing algorithms, chosen based on the route tree\nRoute flattening and re-ordering\nManaged mutability over immutability\nPrecompute/compile as much as possible (matches, middleware, interceptors, routes)\nUse abstractions that enable JVM optimizations\nUse small functions to enable JVM Inlining\nProtocols over Multimethods\nRecords over Maps\nAlways be measuring\nDon't trust the (micro-)benchmarks\n\nDoes routing performance matter?\nWell, it depends. With small route trees, it might not. But, with large (real-life) route trees, difference between the fastest and the slowest tested libs can be two or three orders of magnitude. For busy sites it actually matters if you routing request takes 100 ns or 100 µs. A lot.\nTests\nAll perf tests are found in the repo and have been run with the following setup:\n;;\n;; start repl with `lein perf repl`\n;; perf measured with the following setup:\n;;\n;; Model Name: MacBook Pro\n;; Model Identifier: MacBookPro11,3\n;; Processor Name: Intel Core i7\n;; Processor Speed: 2,5 GHz\n;; Number of Processors: 1\n;; Total Number of Cores: 4\n;; L2 Cache (per Core): 256 KB\n;; L3 Cache: 6 MB\n;; Memory: 16 GB\n;;\nNOTE: Tests are not scientific proof and may contain errors. You should always run the perf tests with your own (real-life) routing tables to get more accurate results for your use case. Also, if you have idea how to test things better, please let us know.\nSimple Example\nThe routing sample taken from bide README:\n(require '[reitit.core :as r])\n(require '[criterium.core :as cc])\n\n(def routes\n (r/router\n [[\"/auth/login\" :auth/login]\n [\"/auth/recovery/token/:token\" :auth/recovery]\n [\"/workspace/:project/:page\" :workspace/page]]))\n\n;; Execution time mean (per 1000) : 3.2 µs -> 312M ops/sec\n(cc/quick-bench\n (dotimes [_ 1000]\n (r/match-by-path routes \"/auth/login\")))\n\n;; Execution time mean (per 1000): 530 µs -> 1.9M ops/sec\n(cc/quick-bench\n (dotimes [_ 1000]\n (r/match-by-path routes \"/workspace/1/1\")))\n\nBased on the perf tests, the first (static path) lookup is 300-500x faster and the second (wildcard path) lookup is 4-24x faster that the other tested routing libs (Ataraxy, Bidi, Compojure and Pedestal).\nBut, the example is too simple for any real benchmark. Also, some of the libraries always match on the :request-method too and by doing so, do more work than just match by path. Compojure does most work also by invoking the handler.\nSo, we need to test something more realistic.\nRESTful apis\nTo get better view on the real life routing performance, there is test of a mid-size rest(ish) http api with 50+ routes, having a lot of path parameters. The route definitions are pulled off from the OpenSensors swagger definitions.\nThanks to the snappy new segment-tree algorithm, reitit-ring is fastest here. Pedestal is also fast with it's prefix-tree implementation.\n\nCQRS apis\nAnother real-life test scenario is a CQRS-style route tree, where all the paths are static, e.g. /api/command/add-order. The 300 route definitions are pulled out from Lupapiste.\nBoth reitit-ring and Pedestal shine in this test, thanks to the fast lookup-routers. On average, they are two and on best case, three orders of magnitude faster than the other tested libs. Ataraxy failed this test on Method code too large! error.\n\nNOTE: in real life, there are usually always also wild-card routes present. In this case, Pedestal would fallback from lookup-router to the prefix-tree router, which is order of magnitude slower (30x in this test). Reitit would handle this nicely thanks to it's :mixed-router: all static routes would still be served with :lookup-router, just the wildcard routes with :segment-tree. The performance would not notably degrade.\nWhy measure?\nThe reitit routing perf is measured to get an internal baseline to optimize against. We also want to ensure that new features don't regress the performance. Perf tests should be run in a stable CI environment. Help welcome!\nLooking out of the box\nA quick poke to routers in Go indicates that the reitit is only few times slower than the fastest routers in Go. Which is really awesome (if true).\nPerformance tips\nFew things that have an effect on performance:\n\nWildcard-routes are an order of magnitude slower than static routes\nIt's ok to mix non-wildcard and wildcard routes in a same routing tree as long as you don't disable the conflict resolution => if no conflicting routes are found, a :mixed-router can be created, which internally has a fast static path router and a separate wildcard-router. So, the static paths are still fast.\nMove computation from request processing time into creation time, using by compiling middleware & route data.\nUnmounted middleware (or interceptor) is infinitely faster than a mounted one effectively doing nothing.\n\n\n\n"},"development.html":{"url":"development.html","title":"Development Instructions","keywords":"","body":"Development Instructions\nBuilding\n./scripts/lein-modules do clean, install\n\nRunning tests\n./scripts/test.sh clj\n./scripts/test.sh cljs\n\nDocumentation\nThe documentation is built with gitbook. To preview your changes locally:\nnpm install -g gitbook-cli\ngitbook install\ngitbook serve\n\nTo bump up version:\n# new version\n./scripts/set-version \"1.0.0\"\n./scripts/lein-modules install\n\n# works\nlein test\n\n# deploy to clojars\n./scripts/lein-modules do clean, deploy clojars\n\n"},"faq.html":{"url":"faq.html","title":"FAQ","keywords":"","body":"Frequently Asked Questions\n\nWhy yet another routing library?\nHow can I contribute?\nHow does Reitit differ from Bidi?\nHow does Reitit differ from Pedestal?\nHow does Reitit differ from Compojure?\n\nWhy yet another routing library?\nRouting and dispatching is in the core of most business apps, so we should have a great library to for it. There are already many good routing libs for Clojure, but we felt none was perfect. So, we took best parts of existing libs and added features that were missing: first-class composable route data, full route conflict resolution and pluggable coercion. Goal was to make a data-driven library that works, is fun to use and is really, really fast.\nHow can I contribute?\nYou can join #reitit channel in Clojurians slack to discuss things. Known roadmap is mostly written in issues.\nHow does Reitit differ from Bidi?\nBidi is an great and proven library for ClojureScript and we have been using it in many of our frontend projects. Both Reitit and Bidi are data-driven, bi-directional and work with both Clojure & ClojureScript. Here are the main differences:\nRoute syntax\n\nBidi supports multiple representations for route syntax, Reitit supports just one (simple) syntax.\nBidi uses special (Clojure) syntax for route patterns while Reitit separates (human-readable) paths strings from route data - still exposing the machine-readable syntax for extensions.\n\nBidi:\n(def routes\n [\"/\" [[\"auth/login\" :auth/login]\n [[\"auth/recovery/token/\" :token] :auth/recovery]\n [\"workspace/\" [[[:project-uuid \"/\" :page-uuid] :workspace/page]]]]])\n\nReitit:\n(def routes\n [[\"/auth/login\" :auth/login]\n [\"/auth/recovery/token/:token\" :auth/recovery]\n [\"/workspace/:project-uuid/:page-uuid\" :workspace/page]])\n\nFeatures\n\nBidi has extra features like route guards\nReitit ships with composable route data, specs, full route conflict resolution and pluggable coercion.\n\nPerformance\n\nBidi is not optimized for speed and thus, Reitit is much faster than Bidi. From Bidi source:\n\n;; Route compilation was only marginally effective and hard to\n;; debug. When bidi matching takes in the order of 30 micro-seconds,\n;; this is good enough in relation to the time taken to process the\n;; overall request.\n\nHow does Reitit differ from Pedestal?\nPedestal is an great and proven library and has had great influence in Reitit. Both Reitit and Pedestal are data-driven and provide bi-directional routing and fast. Here are the main differences:\nClojureScript\n\nPedestal targets only Clojure, while Reitit works also with ClojureScript.\n\nRoute syntax\n\nPedestal supports multiple representations for route syntax: terse, table and verbose. Reitit provides only one representation.\nPedestal supports both maps or keyword-arguments in route data, in Reitit, it's all maps.\n\nPedestal:\n[\"/api/ping\" :get identity :route-name ::ping]\n\nReitit:\n[\"/api/ping\" {:get identity, :name ::ping}]\n\nFeatures\n\nPedestal supports route guards\nPedestal supports interceptors (reitit-http module will support them too).\nReitit ships with composable route data, specs, full route conflict resolution and pluggable coercion.\nIn Pedestal, different routers behave differently, in Reitit, all work the same.\n\nPerformance\nReitit routing was originally based on Pedestal Routing an thus they same similar performance. For routing trees with both static and wildcard routes, Reitit is much faster thanks to it's mixed-router algorithm.\nHow does Reitit differ from Compojure?\nCompojure is the most used routing library in Clojure. It's proven and awesome.\nClojureScript\n\nCompojure targets only Clojure, while Reitit works also with ClojureScript.\n\nRoute syntax\n\nCompojure uses routing functions and macros while reitit is all data\nCompojure allows easy destructuring of route params on mid-path\nApplying middleware for sub-paths is hacky on Compojure, reitit-ring resolves this with data-driven middleware\n\nCompojure:\n(defroutes routes\n (wrap-routes\n (context \"/api\" []\n (GET \"/users/:id\" [id :\nreitit-ring with reitit-spec module:\n(def routes\n [\"/api\" {:middleware [[wrap-api :secure]]}\n [\"/users/:id\" {:get {:parameters {:path {:id int?}}}\n :handler (fn [{:keys [parameters]}]\n (ok (get-user (-> parameters :body :id))))}\n [\"/pizza\" {:post {:middleware [wrap-log]\n :handler post-pizza-handler}]]])\n\nFeatures\n\nDynamic routing is trivial in Compojure, with reitit, some trickery is needed\nReitit ships with composable route data, specs, full route conflict resolution and pluggable coercion.\n\nPerformance\nReitit is much faster than Compojure.\n"}}} \ No newline at end of file