From 0714fa5d602602ba97092842d0b9fd9261fb424d Mon Sep 17 00:00:00 2001 From: Automatic build Date: Fri, 15 Dec 2017 06:22:23 +0000 Subject: [PATCH] Build book from commit 00b6b22b6e073c86af4d1bc3844c13b9908b72cf [skip ci] --- advanced/configuring_routers.html | 4 +- advanced/different_routers.html | 4 +- advanced/index.html | 4 +- advanced/interceptors.html | 4 +- advanced/route_validation.html | 4 +- basics/index.html | 4 +- basics/name_based_routing.html | 4 +- basics/path_based_routing.html | 4 +- basics/route_conflicts.html | 4 +- basics/route_data.html | 4 +- basics/route_syntax.html | 4 +- basics/router.html | 4 +- coercion/clojure_spec_coercion.html | 4 +- coercion/coercion.html | 16 +- coercion/data_spec_coercion.html | 4 +- coercion/index.html | 4 +- coercion/schema_coercion.html | 4 +- faq.html | 4 +- index.html | 4 +- performance.html | 4 +- ring/coercion.html | 277 ++++++++++++---------------- ring/compiling_middleware.html | 33 ++-- ring/data_driven_middleware.html | 6 +- ring/dynamic_extensions.html | 4 +- ring/index.html | 6 +- ring/ring.html | 4 +- search_index.json | 2 +- 27 files changed, 192 insertions(+), 232 deletions(-) diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html index b4a39be9..46ccbae6 100644 --- a/advanced/configuring_routers.html +++ b/advanced/configuring_routers.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -596,7 +596,7 @@ diff --git a/advanced/different_routers.html b/advanced/different_routers.html index 1d033c38..e34f7b95 100644 --- a/advanced/different_routers.html +++ b/advanced/different_routers.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -595,7 +595,7 @@ diff --git a/advanced/index.html b/advanced/index.html index d77a8098..3a376b69 100644 --- a/advanced/index.html +++ b/advanced/index.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -559,7 +559,7 @@ diff --git a/advanced/interceptors.html b/advanced/interceptors.html index ef96363a..d9dcd309 100644 --- a/advanced/interceptors.html +++ b/advanced/interceptors.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -561,7 +561,7 @@ diff --git a/advanced/route_validation.html b/advanced/route_validation.html index 8f571918..85d5c1de 100644 --- a/advanced/route_validation.html +++ b/advanced/route_validation.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -702,7 +702,7 @@ diff --git a/basics/index.html b/basics/index.html index fe964d04..8c3a6095 100644 --- a/basics/index.html +++ b/basics/index.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -561,7 +561,7 @@ diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html index d13e2d78..6ab6c85f 100644 --- a/basics/name_based_routing.html +++ b/basics/name_based_routing.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -602,7 +602,7 @@ diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html index 9f8fbd0b..cb312bda 100644 --- a/basics/path_based_routing.html +++ b/basics/path_based_routing.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -580,7 +580,7 @@ diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html index 59f4fd1b..0db72e0d 100644 --- a/basics/route_conflicts.html +++ b/basics/route_conflicts.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -597,7 +597,7 @@ diff --git a/basics/route_data.html b/basics/route_data.html index 91648878..9e51f203 100644 --- a/basics/route_data.html +++ b/basics/route_data.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -631,7 +631,7 @@ diff --git a/basics/route_syntax.html b/basics/route_syntax.html index d7a9fd38..a8a9fc49 100644 --- a/basics/route_syntax.html +++ b/basics/route_syntax.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -610,7 +610,7 @@ diff --git a/basics/router.html b/basics/router.html index 6c4877fa..65373ff3 100644 --- a/basics/router.html +++ b/basics/router.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -590,7 +590,7 @@ diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html index 9652d055..0bab6664 100644 --- a/coercion/clojure_spec_coercion.html +++ b/coercion/clojure_spec_coercion.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -592,7 +592,7 @@ diff --git a/coercion/coercion.html b/coercion/coercion.html index 097ed744..c02a415c 100644 --- a/coercion/coercion.html +++ b/coercion/coercion.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -518,7 +518,7 @@ (r/router ["/:company/users/:user-id" ::user-view])) -

Match with the String :params:

+

Match with the parsed :params as Strings:

(r/match-by-path r "/metosin/users/123")
 ; #Match{:template "/:company/users/:user-id",
 ;        :data {:name :user/user-view},
@@ -537,8 +537,8 @@
 

reitit.coercion/Coercion is a protocol defining how types are defined, coerced and inventoried.

Reitit ships with the following coercion modules:

Coercion can be attached to route data under :coercion key. There can be multiple Coercion implementations within a single router, normal scoping rules apply.

Defining parameters

@@ -645,10 +645,12 @@

Ring Coercion

For a full-blown http-coercion, see the ring coercion.

Thanks to

-

Most of the thing are just polished version of the original implementations. Big thanks to:

+

Most of the thing are just polished version of the original implementations. Thanks to:

@@ -693,7 +695,7 @@ diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html index bca2720a..c639c76a 100644 --- a/coercion/data_spec_coercion.html +++ b/coercion/data_spec_coercion.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -586,7 +586,7 @@ diff --git a/coercion/index.html b/coercion/index.html index 50df0039..dc95b6f1 100644 --- a/coercion/index.html +++ b/coercion/index.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -559,7 +559,7 @@ diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html index 94a41090..9167fe64 100644 --- a/coercion/schema_coercion.html +++ b/coercion/schema_coercion.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -587,7 +587,7 @@ diff --git a/faq.html b/faq.html index c06d3a97..327b6a39 100644 --- a/faq.html +++ b/faq.html @@ -397,7 +397,7 @@ - Pluggable Coercion + Ring Coercion @@ -547,7 +547,7 @@ diff --git a/index.html b/index.html index 89c964b4..755be02d 100644 --- a/index.html +++ b/index.html @@ -397,7 +397,7 @@ - Pluggable Coercion + Ring Coercion @@ -664,7 +664,7 @@ diff --git a/performance.html b/performance.html index 3d9d5694..f0ea793e 100644 --- a/performance.html +++ b/performance.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -633,7 +633,7 @@ diff --git a/ring/coercion.html b/ring/coercion.html index 667846d1..892c2245 100644 --- a/ring/coercion.html +++ b/ring/coercion.html @@ -4,7 +4,7 @@ - Pluggable Coercion · GitBook + Ring Coercion · GitBook @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -494,7 +494,7 @@

- Pluggable Coercion + Ring Coercion

@@ -509,182 +509,141 @@
-

Pluggable Coercion

-

Reitit provides pluggable parameter coercion via reitit.coercion/Coercion protocol, originally introduced in compojure-api.

+

Ring Coercion

+

Coercion is explained in detail in the Coercion Guide. Both request parameters (:query, :body, :form, :header and :path) and response :body can be coerced.

+

To enable coercion, the following things need to be done:

+
    +
  • Define a reitit.coercion/Coercion for the routes
  • +
  • Define types for the parameters and/or responses
  • +
  • Mount Coercion Middleware to apply to coercion
  • +
  • Use the coerced parameters in a handler/middleware
  • +
+

Define coercion

+

reitit.coercion/Coercion is a protocol defining how types are defined, coerced and inventoried.

Reitit ships with the following coercion modules:

-

Ring request and response coercion

-

To use Coercion with Ring, one needs to do the following:

-
    -
  1. Define parameters and responses as data into route data, in format adopted from ring-swagger:
      -
    • :parameters map, with submaps for different parameters: :query, :body, :form, :header and :path. Parameters are defined in the format understood by the Coercion.
    • -
    • :responses map, with response status codes as keys (or :default for "everything else") with maps with :schema and optionally :description as values.
    • -
    -
  2. -
  3. Set a Coercion implementation to route data under :coercion
  4. -
  5. Mount request & response coercion middleware to the routes (can be done for all routes as the middleware are only mounted to routes which have the parameters &/ responses defined):
      -
    • reitit.ring.coercion-middleware/coerce-request-middleware
    • -
    • reitit.ring.coercion-middleware/coerce-response-middleware
    • -
    -
  6. -
-

If the request coercion succeeds, the coerced parameters are injected into request under :parameters.

-

If either request or response coercion fails, an descriptive error is thrown. To turn the exceptions into http responses, one can also mount the reitit.ring.coercion-middleware/coerce-exceptions-middleware middleware

-

Example with Schema

-
(require '[reitit.ring :as ring])
-(require '[reitit.ring.coercion-middleware :as coercion-middleware])
-(require '[reitit.coercion.schema :as schema])
+

Coercion can be attached to route data under :coercion key. There can be multiple Coercion implementations within a single router, normal scoping rules apply.

+

Defining parameters and responses

+

Below is a ring route data defining Plumatic Schema coercion. It defines schemas for :query, :body and :path parameters and for a successful response :body.

+

The coerced parameters can be read under :parameters key in the request.

+
(require '[reitit.coercion.schema])
 (require '[schema.core :as s])
 
-(def app
-  (ring/ring-handler
-    (ring/router
-      ["/api"
-       ["/ping" {:post {:parameters {:body {:x s/Int, :y s/Int}}
-                        :responses {200 {:schema {:total (s/constrained s/Int pos?)}}}
-                        :handler (fn [{{{:keys [x y]} :body} :parameters}]
-                                   {:status 200
-                                    :body {:total (+ x y)}})}}]]
-      {:data {:middleware [coercion-middleware/coerce-exceptions-middleware
-                           coercion-middleware/coerce-request-middleware
-                           coercion-middleware/coerce-response-middleware]
-              :coercion schema/coercion}})))
+(def plus-endpoint
+  {:coercion reitit.coercion.schema/coercion
+   :parameters {:query {:x s/Int}
+                :body {:y s/Int}
+                :path {:z s/Int}}
+   :responses {200 {:schema {:total PositiveInt}}}
+   :handler (fn [{:keys [parameters]}]
+              (let [total (+ (-> parameters :query :x)
+                             (-> parameters :body :y)
+                             (-> parameters :path :z))]
+                {:status 200
+                 :body {:total total}}))})
 
-

Valid request:

-
(app
-  {:request-method :post
-   :uri "/api/ping"
-   :body-params {:x 1, :y 2}})
-; {:status 200
-;  :body {:total 3}}
-
-

Invalid request:

-
(app
-  {:request-method :post
-   :uri "/api/ping"
-   :body-params {:x 1, :y "2"}})
-; {:status 400,
-;  :body {:type :reitit.coercion/request-coercion
-;         :coercion :schema
-;         :in [:request :body-params]
-;         :value {:x 1, :y "2"}
-;         :schema {:x "Int", :y "Int"}
-;         :errors {:y "(not (integer? \"2\"))"}}}
-
-

Example with data-specs

-
(require '[reitit.ring :as ring])
-(require '[reitit.ring.coercion-middleware :as coercion-middleware])
-(require '[reitit.coercion.spec :as spec])
+

Coercion Middleware

+

Defining 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-middleware:

+
    +
  • coerce-request-middleware for the parameter coercion
  • +
  • coerce-response-middleware for the response coercion
  • +
  • coerce-exceptions-middleware to turn coercion exceptions into pretty responses
  • +
+

Example with Schema

+
(require '[reitit.ring.coercion-middleware :as mw])
 
 (def app
   (ring/ring-handler
     (ring/router
       ["/api"
-       ["/ping" {:post {:parameters {:body {:x int?, :y int?}}
-                        :responses {200 {:schema {:total pos-int?}}}
-                        :handler (fn [{{{:keys [x y]} :body} :parameters}]
-                                   {:status 200
-                                    :body {:total (+ x y)}})}}]]
-      {:data {:middleware [coercion-middleware/coerce-exceptions-middleware
-                           coercion-middleware/coerce-request-middleware
-                           coercion-middleware/coerce-response-middleware]
-              :coercion spec/coercion}})))
+       ["/ping" {:name ::ping
+                 :get (fn [_]
+                        {:status 200
+                         :body "pong"})}]
+       ["/plus/:z" {:name ::plus
+                    :post {:coercion reitit.coercion.schema/coercion
+                           :parameters {:query {:x s/Int}
+                                        :body {:y s/Int}
+                                        :path {:z s/Int}}
+                           :responses {200 {:schema {:total PositiveInt}}}
+                           :handler (fn [{:keys [parameters]}]
+                                      (let [total (+ (-> parameters :query :x)
+                                                     (-> parameters :body :y)
+                                                     (-> parameters :path :z))]
+                                        {:status 200
+                                         :body {:total total}}))}}]]
+      {:data {:middleware [mw/coerce-exceptions-middleware
+                           mw/coerce-request-middleware
+                           mw/coerce-response-middleware]}})))
 

Valid request:

-
(app
-  {:request-method :post
-   :uri "/api/ping"
-   :body-params {:x 1, :y 2}})
-; {:status 200
-;  :body {:total 3}}
+
(app {:request-method :post
+      :uri "/api/plus/3"
+      :query-params {"x" "1"}
+      :body-params {:y 2}})
+; {:status 200, :body {:total 6}}
 

Invalid request:

-
(app
-  {:request-method :post
-   :uri "/api/ping"
-   :body-params {:x 1, :y "2"}})
+
(app {:request-method :post
+      :uri "/api/plus/3"
+      :query-params {"x" "abba"}
+      :body-params {:y 2}})
 ; {:status 400,
-;  :body {:type ::coercion/request-coercion
-;         :coercion :spec
-;         :in [:request :body-params]
-;         :value {:x 1, :y "2"}
-;         :spec "(spec-tools.core/spec {:spec (clojure.spec.alpha/keys :req-un [:$spec37747/x :$spec37747/y]), :type :map, :keys #{:y :x}, :keys/req #{:y :x}})"
-;         :problems [{:path [:y]
-;                     :pred "clojure.core/int?"
-;                     :val "2"
-;                     :via [:$spec37747/y]
-;                     :in [:y]}]}}
+;  :body {:schema {:x "Int", "Any" "Any"},
+;         :errors {:x "(not (integer? \"abba\"))"},
+;         :type :reitit.coercion/request-coercion,
+;         :coercion :schema,
+;         :value {:x "abba"},
+;         :in [:request :query-params]}}
 
-

Example with clojure.spec

-

Currently, clojure.spec doesn't support runtime transformations via conforming, so one needs to wrap all specs with spec-tools.core/spec.

-
(require '[reitit.ring :as ring])
-(require '[reitit.ring.coercion-middleware :as coercion-middleware])
-(require '[reitit.coercion.spec :as spec])
-(require '[clojure.spec.alpha :as s])
-(require '[spec-tools.core :as st])
+

Invalid response:

+
(app {:request-method :post
+      :uri "/api/plus/3"
+      :query-params {"x" "1"}
+      :body-params {:y -10}})
+; {:status 500,
+;  :body {:schema {:total "(constrained Int PositiveInt)"},
+;         :errors {:total "(not (PositiveInt -6))"},
+;         :type :reitit.coercion/response-coercion,
+;         :coercion :schema,
+;         :value {:total -6},
+;         :in [:response :body]}}
+
+

Optimizations

+

The coercion middleware are compiled againts a route. This enables them to compile and cache the actual coercers for the defined models ahead of time. They also unmount if a route doesn't have :coercion and :parameters or :responses defined.

+

We can query the compiled middleware chain for the routes:

+
(require '[reitit.core :as r])
 
-(s/def ::x (st/spec int?))
-(s/def ::y (st/spec int?))
-(s/def ::total int?)
-(s/def ::request (s/keys :req-un [::x ::y]))
-(s/def ::response (s/keys :req-un [::total]))
-
-(def app
-  (ring/ring-handler
-    (ring/router
-      ["/api"
-       ["/ping" {:post {:parameters {:body ::request}
-                        :responses {200 {:schema ::response}}
-                        :handler (fn [{{{:keys [x y]} :body} :parameters}]
-                                   {:status 200
-                                    :body {:total (+ x y)}})}}]]
-      {:data {:middleware [coercion-middleware/coerce-exceptions-middleware
-                           coercion-middleware/coerce-request-middleware
-                           coercion-middleware/coerce-response-middleware]
-              :coercion spec/coercion}})))
+(-> (ring/get-router app)
+    (r/match-by-name ::plus)
+    :result :post :middleware
+    (->> (mapv :name)))
+; [::mw/coerce-exceptions
+;  ::mw/coerce-parameters
+;  ::mw/coerce-response]
 
-

Valid request:

-
(app
-  {:request-method :post
-   :uri "/api/ping"
-   :body-params {:x 1, :y 2}})
-; {:status 200
-;  :body {:total 3}}
+

Route without coercion defined:

+
(app {:request-method :get, :uri "/api/ping"})
+; {:status 200, :body "pong"}
 
-

Invalid request:

-
(app
-  {:request-method :post
-   :uri "/api/ping"
-   :body-params {:x 1, :y "2"}})
-; {:status 400,
-;  :body {:type ::coercion/request-coercion
-;         :coercion :spec
-;         :in [:request :body-params]
-;         :value {:x 1, :y "2"}
-;         :spec "(spec-tools.core/spec {:spec (clojure.spec.alpha/keys :req-un [:reitit.coercion-test/x :reitit.coercion-test/y]), :type :map, :keys #{:y :x}, :keys/req #{:y :x}})"
-;         :problems [{:path [:y]
-;                     :pred "clojure.core/int?"
-;                     :val "2"
-;                     :via [::request ::y]
-;                     :in [:y]}]}}
-
-

Custom coercion

-

Both Schema and Spec Coercion can be configured via options, see the source code for details.

-

To plug in new validation engine, see the -reitit.coercion/Coercion protocol.

-
(defprotocol Coercion
-  "Pluggable coercion protocol"
-  (-get-name [this] "Keyword name for the coercion")
-  (-get-apidocs [this model data] "???")
-  (-compile-model [this model name] "Compiles a coercion model")
-  (-open-model [this model] "Returns a new map model which doesn't fail on extra keys")
-  (-encode-error [this error] "Converts error in to a serializable format")
-  (-request-coercer [this type model] "Returns a `value format => value` request coercion function")
-  (-response-coercer [this model] "Returns a `value format => value` response coercion function"))
+

Has no mounted middleware:

+
(-> (ring/get-router app)
+    (r/match-by-name ::ping)
+    :result :get :middleware
+    (->> (mapv :name)))
+; []
 
+

Thanks to

+

Most of the thing are just polished version of the original implementations. Thanks to:

+
@@ -728,7 +687,7 @@ diff --git a/ring/compiling_middleware.html b/ring/compiling_middleware.html index 4663bb09..5d500630 100644 --- a/ring/compiling_middleware.html +++ b/ring/compiling_middleware.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -519,8 +519,8 @@
  • Reads the compiled route information on every request.
  • (defn wrap-coerce-response
    -  "Pluggable response coercion middleware.
    -  Expects a :coercion of type `reitit.coercion.protocol/Coercion`
    +  "Middleware for pluggable response coercion.
    +  Expects a :coercion of type `reitit.coercion/Coercion`
       and :responses from route data, otherwise will do nothing."
       [handler]
       (fn
    @@ -556,19 +556,18 @@
     
     (def coerce-response-middleware
       "Middleware for pluggable response coercion.
    -  Expects a :coercion of type `reitit.coercion.protocol/Coercion`
    +  Expects a :coercion of type `reitit.coercion/Coercion`
       and :responses from route data, otherwise does not mount."
    -  (middleware/create
    -    {:name ::coerce-response
    -     :compile (fn [{:keys [coercion responses opts]} _]
    -                (if (and coercion responses)
    -                  (let [coercers (response-coercers coercion responses opts)]
    -                    (fn [handler]
    -                      (fn
    -                        ([request]
    -                         (coerce-response coercers request (handler request)))
    -                        ([request respond raise]
    -                         (handler request #(respond (coerce-response coercers request %)) raise)))))))}))
    +  {:name ::coerce-response
    +   :compile (fn [{:keys [coercion responses]} opts]
    +              (if (and coercion responses)
    +                (let [coercers (coercion/response-coercers coercion responses opts)]
    +                  (fn [handler]
    +                    (fn
    +                      ([request]
    +                       (coercion/coerce-response coercers request (handler request)))
    +                      ([request respond raise]
    +                       (handler request #(respond (coercion/coerce-response coercers request %)) raise)))))))})
     

    The latter has 50% less code, is easier to reason about and is much faster.

    @@ -598,7 +597,7 @@ - + @@ -614,7 +613,7 @@ diff --git a/ring/data_driven_middleware.html b/ring/data_driven_middleware.html index f99eab32..7b226628 100644 --- a/ring/data_driven_middleware.html +++ b/ring/data_driven_middleware.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -668,7 +668,7 @@ - + @@ -679,7 +679,7 @@ diff --git a/ring/dynamic_extensions.html b/ring/dynamic_extensions.html index c35062dd..a68cf109 100644 --- a/ring/dynamic_extensions.html +++ b/ring/dynamic_extensions.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -588,7 +588,7 @@ diff --git a/ring/index.html b/ring/index.html index 843fa87d..b518ea2f 100644 --- a/ring/index.html +++ b/ring/index.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -514,7 +514,7 @@
  • Ring-router
  • Dynamic Extensions
  • Data-driven Middleware
  • -
  • Pluggable Coercion
  • +
  • Ring Coercion
  • Compiling Middleware
  • @@ -560,7 +560,7 @@ diff --git a/ring/ring.html b/ring/ring.html index c8429ec6..59d8f74e 100644 --- a/ring/ring.html +++ b/ring/ring.html @@ -399,7 +399,7 @@ - Pluggable Coercion + Ring Coercion @@ -650,7 +650,7 @@ diff --git a/search_index.json b/search_index.json index f2daf978..2b65354d 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.1.0","\"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","200,","2})","2},","::ipa)","::order","::ping)","::ping))","::ping]","::ping}","::ping}]",":a",":admin]]}",":admin}",":api]]",":api]]}",":bodi",":data",":get",":get,",":handler",":middlewar",":name",":param",":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","app","base","bi","channel","class","clojure(script)","clojure.spec)","clojurian","coercion","compilation,","conflict","conj","core","data","dependeci","direct","discussions,","driven","dynam","exampl","extend","extens","fast","first","follow","functions,","handler","handler}]]])))","id","id)","id))","id)))","id]","id]]))","id}","id},","introduct","librari","match?","method","method.","middlewar","middleware,","modular","more.","name","nil","nil,","optionally,","paramet","part","path","pluggabl","project:","r])","reitit","reitit,","request)","requir","resolut","revers","ring","ring])","rout","router","router)","routing.","routing:","schema","separately:","simpl","slack.","small","snapshot\"]","spec","support","syntax","true","us","wrap","{:get","{:handler","{:id","{:middlewar","{:name","{:request","{:statu","{}"],"basics/":["base","basic","conflict","data","name","path","rout","router","syntax"],"basics/route_syntax.html":["\"/\"","'add","'get","(*path).","(:id)","([\"/get","(condp","(cqr","(defn","(for","(if","(name","(non","(str","::admin]","::admin}]","::db]]","::db]}","::db}]","::dev","::ping]","::ping]]","::ping}]]","::pong}]]",":command",":get",":let",":name",":post)]]",":queri",";","=","[\"\"","[\"/add","[\"/admin\"","[\"/api\"","[\"/api/:version/ping\"]]","[\"/api/admin/db\"","[\"/api/ping\"","[\"/db\"","[\"/dev","[\"/ping\"","[\"/ping\"]","[\"/pong\"","[\"/pong\"]]","[\"/public/*path\"]","[::admin],","[::admin]}","[::api","[:command","[[\"/api/admin\"","[[\"/ping\"","[[\"/ping\"]","[[\"/users/:us","[[:queri","[[type","[action","[add","[get","[interceptor]}}])","[path","action","argument","arguments:","catch","child","cqr","creat","data,","defin","dev","easi","exampl","false)","flattened:","gener","id\"]","ignored.","interceptor))","interceptor]","it'","list","method","mode?","mode?]","nest","nil","nil]","option","order\"","order]]","order]}}])","paramet","parameter:","parameters:","path","programmatically:","rout","route:","routes.","routes:","same","sequential)","simpl","string","syntax","tools\"","tools])])","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/user/:id\"","[\"/ping\"","[\"/user/:id\"","[[\"/api\"","[[\"/api/ping\"","[thi","[this])","actual","argument","behind","coerc","compil","conflict","creat","created,","data","done:","expand","flatten","follow","function,","get","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",":param",":path",":result",":user/user}",";","[\"/ping\"","[\"/user/:id\"","[[\"/api\"","argument","base","done","exact","following:","function.","given","information:","match","match,","matched,","miss","nil","nil,","nil:","on","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/:id\"","\"/api/user/:id\",","\"1\"})","\"1\"}}","#match{:templ","#partialmatch{:templ","#{:id}","#{:id}}","'[reitit.cor","(def","(r/match","(r/partial","(r/rout","(r/router","(requir","(reverse)","/api/user/:id:","::kikka)","::ping)","::ping]","::user","::user)","::user))","::user]]]))",":a",":data",":name",":param",":path",":requir",":result",":user/ping}",":user/user]",":user/user}",":user/user},",";","[\"/ping\"","[\"/user/:id\"","[:user/p","[[\"/api\"","base","data","defined,","except","exceptioninfo","given","list","match","match?","miss","name","name!","name.","names:","nil","nil,","nil:","param","paramet","parameters:","partialmatch","path","provid","r])","return","returned:","rout","route:","router","router)","router:","set,","throw","true","version:","{:id","{:name","{}"],"basics/route_data.html":["\"/ping\"","\"/ping\")","\"/ping\"}","#match{:templ","#{:admin}","#{:admin}}","#{:db","'[reitit.cor","(def","(r/match","(r/rout","(r/router","(requir","::db]","::ping)","::ping]","::users]","::users}",":a",":append,",":coerc",":compil",":data",":displac",":handler",":name",":param",":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\"","^:replac","accumul","adapt","add","admin}}]]","admin}}]]]))","applic","argument","arguments.","attacht","behavior","both","case","cheng","client","co","colect","components.","created.","custom","data","data.","data:","default","default,","easi","enabl","exampl","exist","expand","expans","function","heart","hooks.","identity]","identity]}","identity}}]]","identity}}]]))","implement","interpet","it'","key","keyword","leaf","library.","map","map.","match","match.","merge.","meta","name","nest","nil","nil]","non","on","options.","overridden","path","principl","protocol","r])","recurs","reitit/expand","resolv","retriev","return","root","rout","router","router)","sequenti","target","them.","toward","tree:","trees,","us","via","whole","{:get","{:handler","{:interceptor","{:name","{:role","{}"],"basics/route_conflicts.html":["'[reitit.cor","(comp","(def","(r/router","(requir","/:user","/:version/statu","/bulk/:bulk","/public/*path",":a",":conflict",";",">","[\"/:user","[\"/:version/status\"]])","[\"/bulk/:bulk","[\"/public/*path\"]","[[\"/ping\"]","allow","callback.","called.","clojure.lang.exceptioninfo:","compilerexcept","conflicit","conflict","conflicts:","contain","default","default,","descript","effec","especi","ex","exampl","exceptioninfo","explicit","first","good,","id","id\"]","id/ord","id/orders\"]","implement","info","librari","log","lookup.","mani","match","merg","message.","multipl","pass","path","println","r])","reitit","reitit/conflict","resolut","resolv","rest","rout","router","routes)","routes:","run","singl","sources.","str)})","throw","thrown:","tree","unreachanle.","us","usually,","{:conflict"],"coercion/":["clojure.spec","coercion","data","explain","plumat","schema","spec"],"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",":param",":paramet",":parameters.",":params:",":paramt",":path",":path.",":query,",":responses).",":result",":user",":user/us",";","=>",">","[\"/:company/users/:us","[match","[path]","actual","ad","again:","against","another.","any},","api","appli","applied.","apply.","attach","back.","base","befor","better","big","blown","both","catch","clojure.core/ex","clojure.spec","coerc","coerce!","coercer","coercers.","coercers}))","coercion","coercion)","coercion,","coercion.","coercion/compil","coercion])","compil","compojur","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","haven't","helper","here'","hold","http","id","id\"","id\",","implement","implementation.","implementations.","info","initi","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,","origin","ourselv","paramet","parameters:","paremet","pars","path","path)]","perform","plumat","polish","process","protocol","r","r])","reitit","reitit,","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coerce!","reitit.coercion/coercion","reitit.coercion/compil","reitit:","request","responses)","ring","rout","router","router,","router.","routing.","rule","s/int}}}]","s/int}}}]))","s/str","s])","schema","schema.","scope","see","separ","ship","singl","specs.","step","steps.","string","strings:","successful","swagger","syntax","thank","thing","this:","thrown,","time),","to:","transform","two","type","under","us","version","via","view","view,","view]))","view},","why?","wildcard","within","yet.","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",":param",":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))))","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}}","::compani","::path","::user",":a",":coercion",":data",":param",":paramet",":path",":req",":result",":user",":user/us",";",";;","=>",">","[\"/:company/users/:us","[::compani","[match","[path]","base","clojure.spec","coerce!","coercers}))","coercion","coercion/compil","coercion:","coercion])","conforming,","currently,","data","data,","destructur","doesn't","exceptioninfo","fail","failed...","gener","id","id\"","id\",","id]))","it,","librari","match","match))))","need","note:","on","param","params}},","params}}]","path","path)]","primitives!","r])","record","reitit.coercion.spec/coercion","request","router","runtim","s])","spec","spec.","spec/int?)","spec/string?)","spec])","specifi","structur","success","support","tools.spec","transform","un","valid","via","view","view,","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",":param",":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","path","path)]","r])","reitit.coercion.spec/coercion","request","router","runtim","spec","string?","string?,","success","support","syntax","transform","via","view","view,","{:compani","{:compil","{:name","{:path"],"advanced/":["advanc","configur","differ","interceptor","rout","router","valid"],"advanced/configuring_routers.html":["#{route}}","(default",":coerc",":compil",":conflict",":data",":expand",":path",":rout",":router","=>","[])","actual","allow","arg","avail","base","clojure.spec","coerc","compil","configur","conflict","conflicts!)","data","descript","effect","expand","fast,","follow","function","handl","handler","handlers.","implement","initi","key","nil","opt","option","options.","overrid","path","reitit.core/expand)","reitit.core/router:","reitit.core/throw","resolv","result","return","rout","route,","router","side","thing","throw","valid","via","{rout","{})"],"advanced/different_routers.html":["'[reitit.cor","(def","(r/router","(requir","::ping]","::users]]))",":a",":linear",":lookup",":mix",":router",":segment",":singl",";","[\"/api/:users\"","[[\"/ping\"","ask","base","catch","configur","conflicts.","creat","descript","differ","expand","fast","faster","found.","function","hash","implement","implementation.","inspect","intern","kind","lookup","manual","match","much","name","on","optim","option,","origin","out","paramet","path","pedest","protocol,","r])","reitit","resolv","rout","route.","router","router)","router,","router:","routers.","routes.","search","see","select","set","sever","ship","slow,","start","static","sting","suitabl","super","table.","top","trees.","trie","until","us","valid","wildcard","work"],"advanced/route_validation.html":["\"/\"))","\"/\")))","\"/\"))))","\"0.3.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","...","...])","1.9.0","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","clojur","clojure.core/string?","clojure.lang.exceptioninfo:","clojure.spec","compilerexcept","conform","contain","data","db","db)","definit","depend","detect","develop","error","exampl","expound","expound/printer)","expound])","fail","fals","first","function","go:","higher","higher.","in:","instrument","namespac","note:","options.","out*","predicate:","pretti","print","problems.","r])","raw","readi","reitit.core/rout","reitit.spec","relev","requir","rout","route))))","route:","router","routes,","routes:","s/*explain","s])","satisfi","someth","spec","spec:","spec])","stest])","time","to:","todo","us","val:","valid","with?"],"advanced/interceptors.html":["(coericon)","clojure(script)","doc","interceptor","interceptors.","middlewar","pedest","port","progress","reitit","runner?","sampl","separ","style","support","work"],"ring/":["coercion","compil","data","driven","dynam","extens","middlewar","pluggabl","ring","router"],"ring/ring.html":["\"/api/admin/db\"})","\"/api/ping\"})","\"/favicon.ico\"})","\"/invalid\"})","\"/ping\"","\"/ping\"})","\"ok\"}","\"ok\"})","#endpoint{:data","#methods{:ani","#object[...],","#object[...]}","#object[...]},","%","&","'[reitit.r","(","(app","(conj","(constantli","(def","(defn","(fn","(fnil","(handler","(reitit/match","(reitit/routes))","(requir","(ring/get","(ring/r","(ring/rout","(some","(updat","2","200,","3","404}","404})))","::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",";",">","?arg","[\"/admin\"","[\"/api\"","[\"/db\"","[\"/ping\"","[#(wrap","[::acc]}]","[:api","[[\"/ping\"","[[wrap","[])","[]}}]]","[_]","[handler","[request]","[{:key","acc","ad","add","app","app:","appli","args.","ariti","async","base","both","built","chain","clojur","clojurescript,","compil","compiler,","conj","correctly:","creat","custom","defined.","element","enabl","ensur","error","expand","fn","following:","found","found.","function","function.","handl","handler","handler:","handler]","handler]))","handler])))","handlers,","handler}])))","handler}}]]])))","id))))","id]","it'","key,","keys:","level","look","match,","matches,","messages:","method","method.","methods.","middlewar","middleware:","name","nest","nil","node.j","normal","note","optim","optin","provid","reitit.ring/rout","request","respons","results:","resut","returned,","revers","ring","ring.","ring])","rout","router","router)","routing:","run","show","simpl","stuctur","submap.","support","third","too.","top","under","understood","us","valu","vector","vector.","work","wrap","{:handler","{:middlewar","{:name","{:request","{:statu","{:uri"],"ring/dynamic_extensions.html":["\"/api/admin/ping\",","\"/api/admin/ping\"})","\"/api/ping\"})","\"forbidden\"}","\"ok\"}","\"ok\"}))","#{:admin}}","#{:admin}})","'[clojure.set","(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","build","data","dynam","enforc","exampl","extens","extract","guard","handler","handler]","handler]]]]","hoc","inject","match","match)","match.","method","middlewar","mount","public","reitit.ring/get","request","request)))))","request}]","requir","required)","ring","role","roles)))","roles:","roles]}})))","rout","route:","router","routes):","runtim","set])","system.","us","user","via","wrap","{::role","{:data","{:middlewar","{:request","{:statu"],"ring/data_driven_middleware.html":["\"/api/ping\"})","\"middlewar","#(interleav","#{:session}","#{:user}","%","&","'[reitit.middlewar","'[reitit.r","(a","(actually,","(and","(app","(conj","(def","(defn","(duct/integrant/macchiato","(figwheel","(fn","(fnil","(handler","(middleware/cr","(of","(optimized)","(optional)","(repeat","(requir","(ring/r","(ring/rout","(updat","1","1]","2","200,","2]]}","3","3]]","::acc","::wrap2","::wrap3",":a",":bodi",":compil",":debug",":debug]))})))",":descript",":get,",":handler",":handler)})",":handler]}",":middlewar",":name",":provides.",":reitit.middleware/transform",":requir",":role",":uri",":wrap",";","=>","[\"/api\"","[\"/ping\"","[1","[3","[::acc]}]","[[wrap","[[wrap3","[])","[handler","[request]","[wrap","[wrap2","[{:key","acc","access","actual","ad","against","againt","allowed.","and/or","anyth","api","app","appli","arbitrari","arg","authorizationmiddlewar","authrorizationmiddlewar","avail","between","bubblin'","chain","chain,","class","coerc","commun","compil","compilation.","complain","compos","composit","conj","correctly:","creat","data","data:","debug","default,","defin","depend","descript","details.","doc","document","downsid","driven","duct","e.g.","easi","enabl","endpoint","endpoint.","entri","etc.","expans","extern","extra","first","fix","follow","form","function","function,","function.","functions,","given","good","handl","handler","handler}}]]","handler}}]])))","hard.","id))))","id]","idea","ident","injectuserintorequestmiddlewar","inventories,","issu","it'","key","keys,","keyword","keywords)","level","make","map","merg","method","middlewar","middleware)","middleware,","middleware.","middleware])","name","new","normal","opaqu","optim","option","order.","packag","partial","penalty.","per","performance.","processing,","produc","propos","protocol.","provid","purpose:","qualifi","raw","re","record","registri","rehost","reitit","reitit.middleware/intomiddlewar","reitit.middleware/middlewar","rel","repo","request","request.","requir","resolut","respons","response.","results,","return","revers","reverse)})))","ring","ring])","roadmap","rout","route.","router","router).","router):","router.","runtim","s/key","see","set","sound","spec","spec:","special","stuffm?","style","style)","support","thing","things.\"","thu","togeth","top","transform","type","typo","undelay","under:","understand","unwrap","us","valid","valu","vector","welcom","wrap","wrap2","wrap3","wrap})","wrap}))","wrong","yield","zero","{::middleware/transform","{:get","{:middlewar","{:name","{:request","{:statu"],"ring/coercion.html":["\"(not","\"(spec","\"/api/ping\"","\"2\"","\"2\"}","\"2\"}})","\"???\")","\"clojure.core/int?\"","\"compil","\"convert","\"everyth","\"int\",","\"int\"}","\"keyword","\"pluggabl","\"return","#{:i","&","&/","'[clojure.spec.alpha","'[reitit.coercion.schema","'[reitit.coercion.spec","'[reitit.r","'[reitit.ring.coercion","'[schema.cor","'[spec","(","(+","(app","(can","(clojure.spec.alpha/key","(def","(defprotocol","(fn","(integer?","(or","(requir","(ring/r","(ring/rout","(s/constrain","(s/def","(s/key","(st/spec","1,","200","2}})","3}}","400,",":$spec37747/y]),","::coercion/request","::i","::request","::request}","::respons","::response}}","::total","::x","::y]","::y]))",":a",":bodi",":body,",":body}",":coercion",":default",":descript",":error",":form,",":handler",":header",":in",":key",":keys/req",":map,",":paramet",":parameters.",":parameters}]",":path.",":post",":pred",":problem",":query,",":reitit.coercion",":reitit.coercion/request",":req",":respons",":schema",":spec",":type",":uri",":val",":valu",":via",":x},",":x}})\"",":y",";","=>","[\"/api\"","[\"/ping\"","[:$spec37747/x","[:$spec37747/y]","[::request","[::total]))","[::x","[:reitit.coercion","[:request","[:y]","[:y]}]}}","[coercion","[thi","[this]","[x","[{:path","[{{{:key","\\\"2\\\"))\"}}}","`valu","adopt","api.","apidoc","app","both","clojure.spec","code","coerc","coercer","coercion","coercion\")","coercion.","compil","compojur","configur","conforming,","currently,","custom","data","data,","data]","defin","defined):","descript","details.","differ","doesn't","done","else\")","encod","engine,","error","error]","exampl","except","extra","fail","fails,","follow","following:","format","format\")","function\")","function\"))","handler","http","implement","inject","int?)","int?))","int?,","int?}}","int?}}}","introduc","invalid","key","keys\")","map","map,","method","middlewar","middleware/coerc","middleware]","middleware])","model","model\")","model]","modules:","mount","name","name]","need","new","on","open","option","options,","origin","param","paramet","parameters:","params]","plug","pluggabl","plumat","po","pos?)}}}","protocol\"","protocol,","protocol.","provid","reitit","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coercion","reitit.ring.coercion","request","request:","respons","responses,","ring","ring,","ring])","rout","runtim","s/int","s/int,","s/int}}","s])","schema","schema.","schema/coercion}})))","schema])","see","serializ","set","ship","sourc","spec","spec/coercion}})))","spec])","specs.","st])","statu","submap","succeeds,","support","swagger:","test/x","test/y]),","thrown.","tools.cor","tools.core/spec","tools.core/spec.","transform","turn","type","un","under","understood","us","valid","value`","values.","via","wrap","x","y)}})}}]]","y]}","{200","{:bodi","{:data","{:i","{:middlewar","{:paramet","{:post","{:request","{:schema","{:spec","{:statu","{:total","{:type","{:x"],"ring/compiling_middleware.html":["\"middlewar","\"pluggabl","#(respond","%))","%))))","'[reitit.middlewar","(","(:request","([request","([request]","(and","(coerc","(compiled)","(def","(defn","(fn","(handler","(if","(let","(middleware/cr","(records,","(requir","(respons","(ring/get","50%","::coerc",":a",":coercion",":coercion)",":compil",":compile.",":data",":opts)]",":respons",":responses)",":result",":wrap.","=>",">","?wrap.","[coercer","[coercion","[handler]","[method","[respons","[{:key","_]","`reitit.coercion.protocol/coercion`","access","actual","approaches,","below","better.","but,","closur","code,","coerc","coercer","coercion","coercion.","compil","creation","data","data,","decid","defin","demonstr","dynam","easi","easier","enabl","enforc","etc.)","exact","expect","extend","extens","extract","fast","faster","faster.","function","handler","inform","instead","it?","itself","key","know","latter","less","link","local","lookup","match","method","middlewar","middleware.","middleware/interceptor","middleware])","mount","mount.\"","much","nil.","normal","nothing.\"","opt","opts)]","opts]}","otherwis","pass","pluggabl","pre","processing.","provid","raise))))))","raise)))))))}))","raise]","read","reason","reasoning:","record","relev","request","request)","request)))","request.","requir","respond","respons","response))","response)))","responses)","return","ring","role","rout","router","runtim","shape","system.","time.","to,","transform","two","type","us","via","want,","way","wrap","written","yield","{:name"],"performance.html":["\"/auth/login\")))","\"/workspace/1/1\")))","&","'[criterium.cor","'[reitit.cor","(ataraxy,","(cc/quick","(def","(dotim","(just","(matches,","(micro","(or","(per","(r/match","(r/router","(real","(requir","(static","(which","(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","adopt","again,","against.","algorithm,","algorithms,","also,","alway","anoth","api","ataraxi","average,","back","base","baselin","bench","benchmark.","best","better","better,","between","bide","bidi,","both","box","busi","but,","cach","cache:","case,","case.","cc])","choos","ci","clojure(script),","code","command","compar","compil","compojur","comput","conflict","consist","constant,","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.","even","exampl","execut","fail","fallback","fast","fast),","fast.","faster","fastest","featur","few","first","flatten","follow","found","found,","function","gb","ghz","go.","great","handler.","have","help","here,","here.","hopefulli","http","i7","idea","identifier:","immut","implementation.","infinit","inlin","instead","intel","interceptor)","interest","intern","invok","it'","jvm","kb","know.","known","l2","l3","languages,","larg","large!","lib","librari","libs.","life","life)","long","look","lookup","lot","lot.","lupapiste.","macbook","macbookpro11,3","magnitud","magnitude.","manag","mani","map","maps)","match","matter","matter?","mb","mean","measur","measure?","memory:","method","mid","middlewar","middleware,","mind.","mix","model","more","mount","move","much","multimethod","multipl","mutabl","name:","nearli","need","new","non","not.","notabl","note:","nothing.","ns","number","ok","on","opensensor","ops/sec","optim","order","order.","origin","out","over","parameters.","partial","path","path)","path.","pedest","pedestal).","pedestal.","perf","perf.","perform","performance,","performance.","performance:","pleas","port","possibl","precompute/compil","prefix","pro","process","processor","processors:","proof","protocol","pull","queri","r])","rational","re","readme:","real","realistic.","realli","record","regress","reitit","repl","repl`","repo","request","resolut","rest","rest(ish)","result","rewritten","ring","rout","route(s)","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","tests,","thank","thing","three","time","time,","tip","too).","total","tree","tree,","tree.","trees,","tri","trust","two","unmount","us","view","want","welcome.","well,","wildcard","work","yield","~200","~300","µs","µs."],"faq.html":["ask","faq","frequent","question"]},"length":26},"tokenStore":{"root":{"1":{"0":{"0":{"0":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"docs":{}},"2":{"3":{"docs":{},"}":{"docs":{},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}},"docs":{}},"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"9":{"docs":{},".":{"0":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},"docs":{}},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"docs":{}},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.012311901504787962}}}},"2":{"0":{"0":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308}},",":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644}}}},"docs":{}},"4":{"docs":{},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"5":{"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}},"}":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}},",":{"5":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}}},"3":{"0":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"1":{"2":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"docs":{}},"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"]":{"docs":{},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}},".":{"2":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}}},"4":{"0":{"0":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}},"3":{"docs":{},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285}}}},"4":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"docs":{}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"5":{"0":{"0":{"docs":{},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"docs":{},"%":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}},"+":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"3":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"docs":{}},"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{},"\"":{"0":{"docs":{},".":{"1":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.0136986301369863}}},"docs":{}}},"3":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"docs":{}}},"docs":{}}},"1":{"2":{"3":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},"docs":{}},"docs":{},"\"":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},"}":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}},"2":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}},"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.005479452054794521}}}}}}}}}},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}},"}":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}}}}}}},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"\"":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"2":{"docs":{},"\"":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.005479452054794521}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"}":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}}}}}}}},"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.0017513134851138354}}}}}}}}}}}}}}}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}},")":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"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.0125}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831}}}}}}}}},":":{"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.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}},"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.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}},"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.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}}}}}}}}}}}}}}}}}}}}}},"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.0028089887640449437}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}}}},"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.0017513134851138354}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"\"":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}},"i":{"docs":{},"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.0017211703958691911}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.010327022375215147},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992}}}}}}}}}},"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.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}}}},"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.00477326968973747}}}},"docs":{}}}}}}},"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.014285714285714285}}}}}}}}}}}}},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}},"?":{"docs":{},"?":{"docs":{},"?":{"docs":{},"\"":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"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":{},"n":{"docs":{},"t":{"docs":{},"?":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"n":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}},"#":{"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.0136986301369863},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},":":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}}}}}},"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.0027397260273972603}}}}}}}}}}}}}}}},"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":{},"_":{"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.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}}}}}}},"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.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}},"{":{"docs":{},":":{"docs":{},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005471956224350205}},"d":{"docs":{},"}":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}},"d":{"docs":{},"b":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}}},"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.00211864406779661}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"}":{"docs":{},"}":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}}},"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.0017211703958691911}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},"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.002386634844868735}}}}}}}}}}}}}}}}}}},"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.0028089887640449437}}}}}}}}}}}}}}}},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"v":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}},"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.006191950464396285}}}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"/":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},"'":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"[":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"]":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}},"]":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"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.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}}}}}}}}}}},"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.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"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":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"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.002386634844868735}}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}}}},"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.0017513134851138354}}}}}}}}}}}}}}},"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":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}},"(":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009575923392612859},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.018575851393188854}},":":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"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.0017211703958691911}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}}}}}}}},"a":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.019662921348314606},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308}}}},"n":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"x":{"docs":{},"y":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"/":{"docs":{},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.011933174224343675}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}}},"o":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}},"n":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}}}},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}}}}}}}}}},"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.007159904534606206}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"f":{"docs":{},"n":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"j":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}},"m":{"docs":{},"p":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01238390092879257}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}}}}}}}}},"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.0017211703958691911}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"q":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"a":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},"c":{"docs":{},"/":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.01059322033898305},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"n":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}},"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.008928571428571428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.042105263157894736}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01238390092879257}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"i":{"docs":{},"g":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"e":{"docs":{},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.015479876160990712}}}}}}}}},"r":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.024657534246575342},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.025},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.043478260869565216},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.010327022375215147},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01721170395869191},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.031055900621118012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.023622047244094488},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.016706443914081145},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.016415868673050615},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}}}}}},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856}},"e":{"docs":{},"r":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"t":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"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.002386634844868735}}}}}}}}}}}},"/":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}}},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.006839945280437756}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}},"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.002386634844868735}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"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.0013679890560875513}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"!":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},"/":{"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.007142857142857143}}}}}}}}}}},"q":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"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.006191950464396285}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}}}}}}}}},"i":{"docs":{},"f":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"?":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"i":{"docs":{},"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.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"f":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"l":{"docs":{},"d":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}},"b":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"e":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.015479876160990712}}}}},"+":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}},"j":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}}}}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},":":{"docs":{},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"p":{"docs":{},"a":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.01643835616438356}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"}":{"docs":{"./":{"ref":"./","tf":0.00821917808219178}},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"c":{"docs":{},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"d":{"docs":{},"b":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"}":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"e":{"docs":{},"v":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}},"s":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}},"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.006211180124223602}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"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.0027359781121751026}}}}}}}}}}}}}}}}}},"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.00477326968973747}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"docs":{}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"e":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"docs":{}}}}},"x":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"y":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.012048192771084338},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.024390243902439025},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.024844720496894408},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.016415868673050615},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"p":{"docs":{},"i":{"docs":{},"]":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},")":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"r":{"docs":{},"g":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411}}}},"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.0017513134851138354}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.03571428571428571},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.024623803009575923}}},"y":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.018575851393188854}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"e":{"docs":{},"v":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}},"e":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831}}},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}},"]":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}}},"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.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}},"b":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893},"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"]":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}}}}},"x":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"a":{"docs":{},"p":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},"e":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01549053356282272},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.024844720496894408},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"}":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}},"s":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0136986301369863},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308}},")":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},"d":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005471956224350205}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008605851979345954},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005471956224350205},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.016706443914081145}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.0405727923627685}}}}}}}}}},"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/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"u":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}},"e":{"docs":{},"r":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.022375215146299483},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}}}}}}}},"u":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},"]":{"docs":{},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}},"]":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"docs":{}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"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":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}}}}}}}}}}},"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.005917159763313609}}}}}},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}},"e":{"docs":{},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.013769363166953529},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009575923392612859},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}}}}}}},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411}}}}}},"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":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"y":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"s":{"docs":{},"e":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005471956224350205}}}}}},"i":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.006839945280437756}},"t":{"docs":{},"o":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}}}}}},"$":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"3":{"7":{"7":{"4":{"7":{"docs":{},"/":{"docs":{},"y":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}},"s":{"docs":{},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}},"i":{"docs":{},"a":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}},"x":{"docs":{},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}},"}":{"docs":{},")":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}},"y":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.016415868673050615}}}},";":{"docs":{"./":{"ref":"./","tf":0.11232876712328767},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.029585798816568046},"basics/router.html":{"ref":"basics/router.html","tf":0.026785714285714284},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.075},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.13043478260869565},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.10135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.17391304347826086},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.06196213425129088},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.08130081300813008},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.055900621118012424},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.07874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.2649164677804296},"ring/ring.html":{"ref":"ring/ring.html","tf":0.03651685393258427},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.047879616963064295}},";":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"performance.html":{"ref":"performance.html","tf":0.028021015761821366}}}},">":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.057971014492753624},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.018575851393188854},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"[":{"0":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}},"1":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"docs":{},"\"":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.01775147928994083},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}}}}}}},":":{"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.005917159763313609}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}}}},"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.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}}}}}}}}}}},"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.0017513134851138354}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.013513513513513514}},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"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.005917159763313609},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}}}},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893}}}},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}}}},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"e":{"docs":{},"v":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},":":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}},"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.007246376811594203}}}}}}}}}}}}}}}}}}}},"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.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}},"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.007246376811594203}}}}}}}}}}}},"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":{},"/":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"\"":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}}}}},"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.00477326968973747}}}},"docs":{}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}},"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.0017513134851138354}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.013513513513513514},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}},"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.005917159763313609}}}}}}}}}}}}},"#":{"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.0027397260273972603}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}},"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}}},":":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}},"_":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}}}}}}}},"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.0136986301369863}}}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}},":":{"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.011834319526627219}}},"}":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"p":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"c":{"docs":{},"c":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"d":{"docs":{},"b":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"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.006211180124223602}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}},"x":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},"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.011834319526627219}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"p":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}},"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":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}}}}},"$":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"3":{"7":{"7":{"4":{"7":{"docs":{},"/":{"docs":{},"x":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"y":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}},"y":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}},"}":{"docs":{},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}},"d":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"i":{"docs":{},"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":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.026785714285714284},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308}},"s":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.03571428571428571}}}}}}}},"]":{"docs":{},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"%":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}},"#":{"docs":{},"(":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}},"{":{"docs":{},":":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}},"{":{"docs":{},"{":{"docs":{},":":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}},"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}}}}}}}},"x":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}},"a":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"d":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"advanced/":{"ref":"advanced/","tf":10.125}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.019662921348314606},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},"l":{"docs":{},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.010327022375215147},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"y":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}}}},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"u":{"docs":{},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}},"r":{"docs":{},"g":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}},"s":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}}},"s":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"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.00211864406779661}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}},"n":{"docs":{},"y":{"docs":{},"m":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285}}}}}},"y":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"t":{"docs":{},"h":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"s":{"docs":{},"k":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"faq.html":{"ref":"faq.html","tf":0.3333333333333333}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},"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.00211864406779661}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"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.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/":{"ref":"basics/","tf":0.14285714285714285},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.358333333333333},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.3405797101449273},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"c":{"docs":{"basics/":{"ref":"basics/","tf":10.071428571428571}}}}},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},"g":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},"d":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"i":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},"o":{"docs":{},"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.002386634844868735}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"d":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}},"b":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"t":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"s":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},"i":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.01059322033898305}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"o":{"docs":{},"o":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":10.01863354037267},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"s":{"docs":{},".":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}},"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":{},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},"o":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.010958904109589041},"coercion/":{"ref":"coercion/","tf":10.25},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":5.036144578313253},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/coercion.html":{"ref":"ring/coercion.html","tf":5.038303693570452},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.030959752321981424}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}},"]":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},":":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992}}},"\"":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.024390243902439025},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.023622047244094488}}},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008605851979345954},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.02476780185758514}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},"}":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.013769363166953529},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":5.015479876160991},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"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.007246376811594203},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"s":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"i":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"a":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"u":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"m":{"docs":{},"u":{"docs":{},"n":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":5.036231884057971},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"s":{"docs":{},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},"!":{"docs":{},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964}}}}},"i":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"advanced/":{"ref":"advanced/","tf":0.125},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":5.021052631578947},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"j":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"s":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},")":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"s":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"d":{"docs":{},"e":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"s":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"l":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"c":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"q":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.03571428571428571},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}},"c":{"docs":{},"]":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0136986301369863},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":5.030405405405405},"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008605851979345954},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":5.015748031496063},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.042105263157894736},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.3545197740112993},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005471956224350205},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}},",":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},":":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.010327022375215147},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},")":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"i":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"v":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"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.006211180124223602}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}},"i":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/":{"ref":"advanced/","tf":0.125},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":5.014388489208633},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.010958904109589041},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.3375706214689265}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":5.007142857142857},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"o":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"n":{"docs":{},"e":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"'":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}},"c":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"w":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"b":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"x":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"c":{"docs":{},"t":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}},"s":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":5.014285714285714},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}},"r":{"docs":{},"n":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"r":{"docs":{},"a":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.02027027027027027},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"s":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":5.001721170395869}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"/":{"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.002386634844868735}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.006839945280437756}},"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.007246376811594203},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"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.006355932203389831}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"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.0017513134851138354}}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"s":{"docs":{},"e":{"docs":{},"\"":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"t":{"docs":{},"c":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"f":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},",":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},")":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"l":{"docs":{},"s":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"e":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}}},"i":{"docs":{},"l":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.011933174224343675},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},"s":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"q":{"docs":{"faq.html":{"ref":"faq.html","tf":10}}}},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"x":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}},"r":{"docs":{},"m":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"a":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005471956224350205}},"\"":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.05263157894736842},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.01059322033898305},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}},".":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"\"":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.3333333333333333}}}}}}}}},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"w":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.010958904109589041},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/ring.html":{"ref":"ring/ring.html","tf":0.03651685393258427},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}},"s":{"docs":{},".":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}}},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"v":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}},"s":{"docs":{},"h":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"l":{"docs":{},"p":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822}}}}}},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}},"p":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}},"i":{"7":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.028985507246376812},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.024096385542168676},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},")":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.005479452054794521}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}},"\"":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"a":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"]":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"t":{"docs":{"./":{"ref":"./","tf":10.002739726027396}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/":{"ref":"advanced/","tf":0.125},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":10.117647058823529}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"s":{"docs":{},".":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"n":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}}},"?":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}},"]":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}},"f":{"docs":{},"o":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}},"r":{"docs":{},"m":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368}}}}},"v":{"docs":{},"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.0017211703958691911}}}},"s":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}},"o":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"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.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}},"t":{"docs":{},"'":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}},"?":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}},"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.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}}}}}}}}}}},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"l":{"2":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"3":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{},"i":{"docs":{},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"y":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}},"n":{"docs":{},"k":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}},"f":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"e":{"docs":{},"a":{"docs":{},"f":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"s":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"o":{"docs":{},"g":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},"o":{"docs":{},"k":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"u":{"docs":{},"p":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"n":{"docs":{},"g":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"r":{"docs":{},"g":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"!":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"u":{"docs":{},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.05},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008605851979345954},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.030959752321981424},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"?":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},")":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"?":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"p":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}},"s":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"n":{"docs":{},"i":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"a":{"docs":{},"g":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"k":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"p":{"docs":{},"r":{"docs":{},"o":{"1":{"1":{"docs":{},",":{"3":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}}},"docs":{}},"docs":{}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"ring/ring.html":{"ref":"ring/ring.html","tf":0.028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.015479876160990712},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},".":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"s":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"a":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}}},"r":{"docs":{},"g":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"e":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},"s":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}},"a":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"e":{"docs":{},"?":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"i":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/":{"ref":"ring/","tf":0.16666666666666666},"ring/ring.html":{"ref":"ring/ring.html","tf":0.025280898876404494},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.409604519774011},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.02051983584131327},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":5.027863777089784},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.016415868673050615}}}}}}},"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.006191950464396285}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}},"n":{"docs":{},"d":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"e":{"docs":{},"?":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.006839945280437756},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"\"":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}},"r":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},".":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{},"\"":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}},"v":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/router.html":{"ref":"basics/router.html","tf":0.05357142857142857},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.3840579710144922},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"!":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},".":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},"s":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.024657534246575342},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.025},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"e":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"w":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"a":{"docs":{},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}}}}},"w":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822}}},"t":{"docs":{},"e":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},":":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"\"":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.042105263157894736},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.03571428571428571},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"m":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}}},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}}},"]":{"docs":{},"}":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"e":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}},"t":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"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.006191950464396285}}}}}}}}},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.012048192771084338},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.006839945280437756}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"s":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"s":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}},")":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}},"}":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}},"]":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.023668639053254437},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.433333333333333},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01721170395869191},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.024844720496894408},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02877697841726619},"performance.html":{"ref":"performance.html","tf":0.010507880910683012}},"]":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"s":{"docs":{},"s":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}}},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/coercion.html":{"ref":"ring/coercion.html","tf":5.002735978112175},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":5.016260162601626},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"r":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"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.005917159763313609}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}}}}}}},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}},".":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"s":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"l":{"docs":{},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}},"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.006211180124223602}}}}}}}}}}},"e":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"c":{"docs":{},"o":{"docs":{},"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.0017513134851138354}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"e":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.012259194395796848}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"performance.html":{"ref":"performance.html","tf":10.00875656742557}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}},"o":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"r":{"docs":{},"t":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"s":{"docs":{},"?":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"l":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735}},"]":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"e":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}}}},"t":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}}},"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.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}}}}}}},"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.0017211703958691911},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}}}}}}}},"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.00211864406779661}}}}}}}}}}}}}}},"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.00211864406779661}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"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.007246376811594203}}}}}}}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008605851979345954},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"ring/ring.html":{"ref":"ring/ring.html","tf":0.019662921348314606},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.015047879616963064},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.02786377708978328},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.015479876160990712}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}},"}":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308}}}}}},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"v":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"(":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.016415868673050615},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.04953560371517028}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009287925696594427}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"s":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.025},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"a":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"i":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},"v":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"p":{"docs":{},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"`":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0136986301369863},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"ring/":{"ref":"ring/","tf":10.166666666666666},"ring/ring.html":{"ref":"ring/ring.html","tf":5.019662921348314},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"]":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/":{"ref":"basics/","tf":0.35714285714285715},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":5.0828402366863905},"basics/router.html":{"ref":"basics/router.html","tf":0.0625},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.370833333333333},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.369565217391304},"basics/route_data.html":{"ref":"basics/route_data.html","tf":5.050675675675675},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":5.043478260869565},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01721170395869191},"advanced/":{"ref":"advanced/","tf":0.125},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.12631578947368421},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.050359712230215826},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":5.033412887828162},"ring/ring.html":{"ref":"ring/ring.html","tf":0.02247191011235955},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.014830508474576272},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.006839945280437756},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.030959752321981424},"performance.html":{"ref":"performance.html","tf":0.05253940455341506}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0410958904109589},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/router.html":{"ref":"basics/router.html","tf":10.080357142857142},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.05},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.050724637681159424},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.037162162162162164},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.028985507246376812},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01549053356282272},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"advanced/":{"ref":"advanced/","tf":0.25},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":5.042105263157895},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":5.122302158273381},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/ring.html":{"ref":"ring/ring.html","tf":5.008426966292135},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},":":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"s":{"docs":{},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143}}},"s":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02877697841726619}}},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.021739130434782608},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},":":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},",":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},",":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411}}}}}},"(":{"docs":{},"s":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},":":{"docs":{"./":{"ref":"./","tf":0.010958904109589041},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}}}}},"o":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}},":":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"w":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}}}}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"u":{"docs":{},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"?":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}}}}}}},"l":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":5.016260162601626},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},"]":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},"u":{"docs":{},"p":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"v":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},"d":{"docs":{},"e":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}},"t":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"z":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},"o":{"docs":{},"w":{"docs":{},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0136986301369863}}}}}}}},"p":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"coercion/":{"ref":"coercion/","tf":0.125},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":5.015748031496063},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005471956224350205}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"?":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}},"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.006211180124223602}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}},"a":{"docs":{},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}},"e":{"docs":{},"d":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}},"b":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":5.005917159763314},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"p":{"docs":{},"l":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"t":{"docs":{},"i":{"docs":{},"s":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}},"s":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"?":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}},")":{"docs":{},"}":{"docs":{},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}}},"e":{"docs":{},"p":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02877697841726619},"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}},"l":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"f":{"docs":{},"f":{"docs":{},"m":{"docs":{},"?":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"]":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"n":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"}":{"docs":{},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}},"*":{"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.002386634844868735}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"]":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"n":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"o":{"docs":{},"w":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"e":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}},"s":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}}},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"s":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"]":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"e":{"docs":{},"/":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}}}}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},"p":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"d":{"docs":{},"o":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"w":{"docs":{},"o":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008605851979345954},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}},"n":{"docs":{},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"e":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"e":{"docs":{},"m":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"s":{"docs":{},".":{"docs":{},"\"":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}}},"s":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"r":{"docs":{},"d":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},")":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"p":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.024518388791593695}},"/":{"docs":{},"x":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}},"y":{"docs":{},"]":{"docs":{},")":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}},"e":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}}},"n":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005471956224350205}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},":":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}},"}":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"y":{"docs":{},"?":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"performance.html":{"ref":"performance.html","tf":0.010507880910683012}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"l":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"y":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}},"{":{"2":{"0":{"0":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}},"docs":{}},"docs":{}},"docs":{},":":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.013513513513513514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}}}}}}}}},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}},"d":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406}}},"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.03550295857988166},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.01775147928994083},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0136986301369863},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.012048192771084338},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.008207934336525308}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.02247191011235955},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.03571428571428571},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.012311901504787962}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01721170395869191},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.024844720496894408},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}},"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.007246376811594203}}}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.022375215146299483},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984}}}}},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},"r":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},":":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"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/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.01094391244870041}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}},"x":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.016415868673050615}}}},"}":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}},"=":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}},">":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.05263157894736842},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143}}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"h":{"docs":{},"z":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}},"i":{"docs":{},"a":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006191950464396285}}},"e":{"docs":{},"w":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0051635111876075735},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/":{"ref":"advanced/","tf":0.125},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02877697841726619},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":5.004773269689737},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005471956224350205}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}}}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}},"u":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"e":{"docs":{},"`":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}},"s":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}},"/":{"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.007246376811594203}}}}}}}}}}},"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.0017513134851138354}}}}}}}}}}}}}}}}},":":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406}}}}}},"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.028985507246376812}}}}}}}}}}}}}}}},"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.028985507246376812}}}}}}}}}}}},"p":{"docs":{},"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.028985507246376812}}}}}}}}}}}}}}},"^":{"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.0033783783783783786}}}}}}}}},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0034423407917383822},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.01059322033898305},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}},"s":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"s":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"\"":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"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.0068846815834767644},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}}}}}}}}}}}}}}},"v":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"y":{"docs":{},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0017211703958691911},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}}}}}}},"]":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}}}},"%":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"`":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"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.002386634844868735}}}}}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"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.006191950464396285}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0027359781121751026}}}}}},"l":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"?":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.3333333333333333}}}}}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"\\":{"docs":{},"\"":{"2":{"docs":{},"\\":{"docs":{},"\"":{"docs":{},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0013679890560875513}}}}}}}}}}},"docs":{}}},"x":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.004103967168262654}}},"_":{"docs":{},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.0030959752321981426}}}},")":{"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.0017513134851138354}}}}}}}}}}}},"~":{"2":{"0":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"docs":{}},"3":{"0":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"docs":{}},"docs":{}},"µ":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"length":2902},"corpusTokens":["\"(not","\"(spec","\"/\"","\"/\"))","\"/\")))","\"/\"))))","\"/:company/users/:us","\"/api/admin/db\"})","\"/api/admin/ping\",","\"/api/admin/ping\"})","\"/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\"}","\"/api/ping\"})","\"/api/user/1\"","\"/api/user/1\")","\"/api/user/:id\"","\"/api/user/:id\",","\"/auth/login\")))","\"/favicon.ico\"})","\"/hello\")","\"/invalid\"})","\"/metosin/users/123\")","\"/metosin/users/123\"))","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"/metosin/users/ikitommi\"))","\"/ping\"","\"/ping\")","\"/ping\"}","\"/ping\"})","\"/workspace/1/1\")))","\"0.1.0","\"0.3.0\"]","\"1\"}","\"1\"})","\"1\"}}","\"123\"},","\"2\"","\"2\"}","\"2\"}})","\"???\")","\"clojure.core/int?\"","\"compil","\"convert","\"everyth","\"forbidden\"}","\"ikitommi\"))}}","\"int\",","\"int\"}","\"keyword","\"metosin\",","\"middlewar","\"ok\",","\"ok\"}","\"ok\"})","\"ok\"}))","\"pluggabl","\"return","\"tenant1\"","#'reitit.core/rout","#(interleav","#(respond","#coercionerror{:schema","#endpoint{:data","#match{:templ","#methods{...}","#methods{:ani","#object[...],","#object[...]}","#object[...]},","#object[reitit.coercion$request_coercer$]},","#object[user$handler]}","#partialmatch{:templ","#reitit","#{:admin}","#{:admin}}","#{:admin}})","#{:db","#{:i","#{:id}","#{:id}}","#{:session}","#{:user}","#{route}}","%","%)","%))","%))))","&","&/","'())","'[clojure.set","'[clojure.spec.alpha","'[clojure.spec.test.alpha","'[criterium.cor","'[expound.alpha","'[reitit.coercion","'[reitit.coercion.schema","'[reitit.coercion.schema])","'[reitit.coercion.spec","'[reitit.coercion.spec])","'[reitit.cor","'[reitit.middlewar","'[reitit.r","'[reitit.ring.coercion","'[reitit.spec","'[reitit.spec])","'[schema.cor","'[spec","'add","'get","(","(*","(*path).","(+","(:api","(:id)","(:reitit.coercion/request","(:request","(?","([\"/api\"","([\"/get","([...","([request","([request]","(a","(actually,","(and","(app","(assoc","(ataraxy,","(blank?","(can","(cat","(cc/quick","(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/coerce!","(coericon)","(comp","(compiled)","(condp","(conj","(constantli","(core.clj:4739)","(cqr","(def","(default","(defn","(defprotocol","(done","(dotim","(duct/integrant/macchiato","(effect","(figwheel","(fn","(fnil","(for","(handler","(if","(integer?","(just","(let","(match","(matches,","(micro","(middleware/cr","(name","(nilabl","(non","(not","(of","(onli","(optimized)","(option","(optional)","(or","(per","(r/match","(r/partial","(r/rout","(r/router","(real","(records,","(reitit/match","(reitit/routes))","(repeat","(requir","(respons","(reverse)","(ring/get","(ring/r","(ring/rout","(rout","(router","(s/constrain","(s/def","(s/explain","(s/key","(s/valid?","(schema","(seq","(set!","(set/subset?","(some","(st/spec","(start","(static","(stest/instru","(str","(updat","(via","(which","(wildcard","(with",")benchmark","...","...])","/:user","/:version/statu","/api/command/add","/api/user/:id:","/bulk/:bulk","/public/*path","1","1,","1.9.0","1.9m","100","1000)","1000):","1000]","123}}","16","1]","2","2,5","200","200,","24x","256","2]]}","2})","2},","2}})","3","3.2","300","312m","3]]","3}}","4","400,","403,","404}","404})))","50%","50+","500x","530","6",":",":$spec37747/y]),","::acc","::admin]","::admin}]","::coerc","::coercion/request","::compani","::db]","::db]]","::db]}","::db}]","::dev","::i","::ipa)","::kikka)","::order","::path","::ping","::ping)","::ping))","::ping]","::ping]]","::ping}","::ping}]","::ping}]]","::pong}]]","::request","::request}","::respons","::response}}","::role","::roles)]","::spec/raw","::tenant1])","::total","::user","::user)","::user))","::user]]]))","::users]","::users]]))","::users}","::wrap2","::wrap3","::x","::y]","::y]))",":a",":admin",":admin]]}",":admin}",":api)]}",":api]]",":api]]}",":append,",":arg",":auth/login]",":auth/recovery]",":bodi",":body,",":body}",":child",":clojure.spec.alpha/spec",":clojure.spec.alpha/valu",":coerc",":coercion",":coercion)",":command",":compil",":compile.",":conflict",":data",":db",":db]]",":debug",":debug]))})))",":default",":delet",":delete,",":delete]]",":descript",":dev",":displac",":error",":expand",":form,",":get",":get,",":handler",":handler)})",":handler]}",":head,",":header",":in",":into",":key",":keys/req",":let",":linear",":lookup",":map,",":middlewar",":mix",":name",":options,",":opts)]",":param",":paramet",":parameters.",":parameters}]",":params:",":paramt",":patch,",":path",":path)",":path.",":path]",":post",":post)]]",":pred",":prepend,",":problem",":provides.",":put,",":put.",":queri",":query,",":reitit.coercion",":reitit.coercion/request",":reitit.middleware/transform",":reitit.spec/arg)",":reitit.spec/path",":reitit.spec/path:",":reitit.spec/raw",":replac",":req",":request",":requir",":respons",":responses)",":responses).",":result",":role",":rout",":router",":schema",":segment",":singl",":spec",":type",":uri",":user",":user/ord",":user/ping}",":user/ping}]",":user/tenant1",":user/tenant1]",":user/us",":user/user]",":user/user}",":user/user},",":user/user}]]",":val",":valu",":via",":workspace/page]]))",":wrap",":wrap.",":x},",":x}})\"",":y",";",";;","=","=>",">","?arg","?wrap.","[\"\"","[\"/:company/users/:us","[\"/:user","[\"/:version/status\"]])","[\"/add","[\"/admin\"","[\"/api\"","[\"/api/:users\"","[\"/api/:version/ping\"]]","[\"/api/admin/db\"","[\"/api/admin/users\"","[\"/api/orders/:id\"","[\"/api/ping\"","[\"/api/user/:id\"","[\"/auth/recovery/token/:token\"","[\"/bulk/:bulk","[\"/db\"","[\"/dev","[\"/ping\"","[\"/ping\"]","[\"/pong\"","[\"/pong\"]]","[\"/public\"","[\"/public/*path\"]","[\"/user/:id\"","[\"/users\"","[\"/workspace/:project/:page\"","[\"pong\"]]])","[\"tenant1\"","[#(wrap","[%]","[...","[0]","[1","[1]","[3","[:$spec37747/x","[:$spec37747/y]","[::acc]}]","[::admin],","[::admin]}","[::api","[::api]","[::api]}","[::compani","[::db]","[::request","[::roles]","[::total]))","[::x","[:api","[:command","[:reitit.coercion","[:request","[:rout","[:routes]","[:user/p","[:y]","[:y]}]}}","[[\"/api\"","[[\"/api/admin\"","[[\"/api/ping\"","[[\"/auth/login\"","[[\"/ping\"","[[\"/ping\"]","[[\"/users/:us","[[#object[user$wrap]","[[:queri","[[type","[[wrap","[[wrap3","[])","[]))","[]}}]]","[_","[_]","[action","[add","[coercer","[coercion","[expound","[get","[handler","[handler]","[interceptor]}}])","[match","[method","[metosin/reitit","[path","[path]","[request]","[requir","[respons","[thi","[this]","[this])","[wrap","[wrap2","[x","[{:key","[{:path","[{{{:key","\\\"2\\\"))\"}}}","^:replac","^^^^^^","_]","`lein","`reitit.coercion.protocol/coercion`","`reitit/router)","`valu","abstract","acc","access","accumul","accur","action","actual","ad","adapt","add","admin}}]]","admin}}]]]))","adopt","advanc","again,","again:","against","against.","againt","algorithm,","algorithms,","allow","allowed.","also,","alternative,","alway","and/or","anonym","anoth","another.","anyth","any},","api","api.","apidoc","app","app:","appli","applic","applied.","apply.","approaches,","arbitrari","arg","args.","argument","arguments.","arguments:","ariti","ask","async","at:","ataraxi","attach","attacht","author","authorizationmiddlewar","authrorizationmiddlewar","avail","average,","back","back.","base","baselin","basic","befor","behavior","behind","below","bench","benchmark.","best","better","better,","better.","between","bi","bide","bidi,","big","blown","bonus,","bootstrapping:","both","box","box.","bubblin'","build","built","busi","but,","cach","cache:","call","callback.","called.","case","case,","case.","catch","cc])","chain","chain,","channel","cheng","child","choos","ci","class","client","clojur","clojure(script)","clojure(script),","clojure.core/ex","clojure.core/string?","clojure.lang.exceptioninfo:","clojure.spec","clojure.spec)","clojure.specs.","clojurescript,","clojurian","closur","co","code","code,","coerc","coerce!","coercer","coercers.","coercers}))","coercion","coercion\")","coercion)","coercion,","coercion.","coercion/compil","coercion:","coercion])","colect","command","commun","compar","compil","compilation,","compilation.","compiler,","compilerexcept","complain","compojur","components.","compos","composit","comput","configur","conflicit","conflict","conflicts!)","conflicts.","conflicts:","conform","conforming,","conj","consist","constant,","contain","core","core):","cores:","correctly:","cqr","creat","created,","created.","creation","currently,","custom","data","data,","data.","data:","data]","db","db)","debug","decid","declar","default","default,","defin","defined).","defined):","defined,","defined.","definit","definitions.","degrade.","demonstr","depend","dependeci","depends.","descript","destructur","details.","detect","dev","develop","differ","direct","disabl","discussions,","do","doc","document","doesn't","don't","done","done.","done:","downsid","driven","duct","dynam","e.g.","easi","easier","effec","effect","element","else\")","enabl","encod","endpoint","endpoint.","enforc","engine,","enough","ensur","entri","environment.","error","error.","error:","error]","errors.","especi","etc.","etc.)","even","ex","exact","exampl","except","exceptioninfo","execut","exist","expand","expans","expect","explain","explicit","expound","expound/printer)","expound])","extend","extens","extern","extra","extract","fail","failed...","failed:","fails,","fallback","fals","false)","faq","fast","fast),","fast,","fast.","faster","faster.","fastest","featur","few","first","fix","flatten","flattened:","fn","follow","following:","form","format","format\")","found","found,","found.","free","frequent","full","function","function\")","function\"))","function,","function.","functions,","gb","gener","get","ghz","given","go.","go:","good","good,","great","guard","handl","handler","handler.","handler:","handler]","handler]))","handler])))","handler]]]]","handlers,","handlers.","handler}])))","handler}]]])))","handler}}]]","handler}}]])))","handler}}]]])))","hard.","hash","have","haven't","heart","help","helper","here'","here,","here.","higher","higher.","hoc","hold","hooks.","hopefulli","http","i7","id","id\"","id\",","id\"]","id)","id))","id)))","id))))","id/ord","id/orders\"]","id]","id]))","id]]))","idea","ident","identifier:","identity]","identity]}","identity}}]]","identity}}]]))","id}","id},","ignored.","immut","implement","implementation.","implementations.","in:","infinit","info","inform","information:","initi","inject","injectuserintorequestmiddlewar","inlin","inspect","instanc","instead","instrument","int,","int?)","int?))","int?,","int?}}","int?}}}","int?}}},","int?}}}]","intel","interceptor","interceptor)","interceptor))","interceptor]","interceptors.","interest","intern","interpet","introduc","introduct","int}}},","invalid","inventoried.","inventories,","invok","issu","it'","it,","it?","itself","java.lang.string,","jvm","kb","key","key,","key.","keys\")","keys,","keys:","keyword","keywords)","kind","know","know.","known","l2","l3","languages,","larg","large!","latter","leaf","less","level","level,","lib","librari","library.","libs.","life","life)","link","list","local","log","long","look","lookup","lookup.","lot","lot.","lupapiste.","macbook","macbookpro11,3","macro","magical.","magnitud","magnitude.","make","manag","mani","manual","map","map,","map.","maps)","match","match)","match))))","match,","match.","match:","match?","matched,","matches,","matter","matter?","mb","mean","measur","measure?","memory:","merg","merge.","message.","messages:","meta","method","method.","methods.","mid","middlewar","middleware)","middleware,","middleware.","middleware/coerc","middleware/interceptor","middleware:","middleware]","middleware])","mind.","miss","mix","mode?","mode?]","model","model\")","model]","modular","modules:","more","more.","mount","mount.\"","move","much","multimethod","multipl","mutabl","name","name!","name.","name:","name]","names:","namespac","nearli","need","nest","new","nil","nil,","nil.","nil:","nil]","node.j","non","normal","not.","notabl","note","note:","nothing.","nothing.\"","now","ns","number","ok","on","once,","opaqu","open","opensensor","ops/sec","opt","optim","optin","option","option,","optionally,","options,","options.","opts)]","opts]}","order","order\"","order.","order]]","order]}}])","origin","otherwis","ourselv","out","out*","over","overrid","overridden","packag","param","paramet","parameter:","parameters.","parameters:","params]","params]))","params}},","params}}]","paremet","pars","part","partial","partialmatch","partialmatch,","pass","path","path)","path)]","path.","path])","pedest","pedestal).","pedestal.","penalty.","per","perf","perf.","perform","performance,","performance.","performance:","pleas","plug","pluggabl","plumat","po","polish","port","pos?)}}}","possibl","pre","precompute/compil","predicate:","prefix","pretti","primitives!","principl","print","println","pro","problems.","process","processing,","processing.","processor","processors:","produc","programmatically:","progress","project:","proof","propos","protocol","protocol\"","protocol)","protocol,","protocol.","protocol:","provid","public","pull","purpose:","qualifi","queri","question","r","r])","raise))))))","raise)))))))}))","raise]","rational","raw","re","read","readi","readme:","real","realistic.","realli","reason","reasoning:","record","recurs","registri","regress","rehost","reitit","reitit,","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coerce!","reitit.coercion/coercion","reitit.coercion/compil","reitit.core/expand","reitit.core/expand)","reitit.core/match","reitit.core/rout","reitit.core/router:","reitit.core/throw","reitit.middleware/intomiddlewar","reitit.middleware/middlewar","reitit.ring.coercion","reitit.ring/get","reitit.ring/rout","reitit.spec","reitit/conflict","reitit/expand","reitit:","rel","relev","repl","repl`","repo","request","request)","request)))","request)))))","request.","request:","request}]","requir","required)","resolut","resolv","respond","respons","response))","response)))","response.","responses)","responses,","rest","rest(ish)","result","results,","results:","resut","retriev","return","returned,","returned:","revers","reverse)})))","rewritten","ring","ring,","ring.","ring])","roadmap","role","roles)))","roles:","roles]}})))","root","rout","route(s)","route))))","route,","route.","route:","router","router)","router).","router):","router,","router.","router:","routers.","routes)","routes):","routes,","routes.","routes:","routing)","routing,","routing.","routing:","rule","run","runner?","runtim","s/*explain","s/int","s/int,","s/int}}","s/int}}}]","s/int}}}]))","s/key","s/str","s])","same","sampl","satisfi","scenario","scene","schema","schema.","schema/coercion}})))","schema])","scientif","scope","search","second","see","segment","select","separ","separately:","sequenti","sequential)","serializ","serv","set","set,","set])","setup:","sever","shape","shine","ship","show","side","simpl","singl","site","size","slack.","slow,","slower","slowest","small","snappi","snapshot\"]","so,","someth","sound","sourc","sources.","spec","spec.","spec/coercion}})))","spec/int?)","spec/string?)","spec:","spec])","special","specifi","specs.","speed:","st])","stabl","start","static","static,","statu","step","steps.","stest])","still","sting","str)})","string","string?","string?,","strings:","structur","stuctur","stuffm?","style","style)","submap","submap.","succeeds,","success","successful","suitabl","super","support","swagger","swagger:","syntax","system.","tabl","table.","take","taken","target","test","test/x","test/y]),","tests,","thank","them.","thing","things.\"","third","this:","three","throw","thrown,","thrown.","thrown:","thu","time","time),","time,","time.","tip","to,","to:","todo","togeth","too).","too.","tools\"","tools.cor","tools.core/spec","tools.core/spec.","tools.spec","tools])])","top","total","toward","transform","tree","tree,","tree.","tree:","trees,","trees.","tri","trie","true","trust","turn","two","type","typo","un","undelay","under","under:","understand","understood","unmount","unreachanle.","until","unwrap","us","user","user\"","user]","user]}}]","usually,","val:","valid","validation.","valu","value`","values.","vector","vector.","version","version:","via","view","view,","view]))","view},","want","want,","way","welcom","welcome.","well,","whole","why?","wildcard","with?","within","work","working.","wrap","wrap2","wrap3","wrap})","wrap}))","written","wrong","x","y)}})}}]]","y]}","yet.","yield","zero","{200","{::middleware/transform","{::role","{:bodi","{:compani","{:compil","{:conflict","{:data","{:get","{:handler","{:i","{:id","{:interceptor","{:middlewar","{:name","{:paramet","{:path","{:post","{:request","{:role","{:schema","{:spec","{:statu","{:total","{:type","{:uri","{:user","{:x","{method","{rout","{}","{})","~200","~300","µs","µs."],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Introduction\nReitit is a small Clojure(Script) library for data-driven routing.\n\nSimple data-driven route syntax\nRoute conflict resolution\nFirst-class route data\nBi-directional routing\nRing-router with data-driven middleware\nPluggable coercion (schema & clojure.spec)\nExtendable\nModular\nFast\n\nTo use Reitit, add the following dependecy to your project:\n[metosin/reitit \"0.1.0-SNAPSHOT\"]\n\nOptionally, the parts can be required separately:\n[metosin/reitit-core \"0.1.0-SNAPSHOT\"] ; just the router\n[metosin/reitit-ring \"0.1.0-SNAPSHOT\"] ; ring-router\n[metosin/reitit-spec \"0.1.0-SNAPSHOT\"] ; spec-coercion\n[metosin/reitit-schema \"0.1.0-SNAPSHOT\"] ; schema coercion\n\nFor discussions, there is a #reitit channel in Clojurians slack.\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; :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; :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; :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; :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; :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(def 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; :params nil\n; :path \"/api/ping\"}\n\n"},"basics/":{"url":"basics/","title":"Basics","keywords":"","body":"Basics\n\nRoute Syntax\nRouter\nPath-based Routing\nName-based Routing\nRoute Data\nRoute Conflicts\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\nAs routes are just data, it's easy to create them programmatically:\n(defn cqrs-routes [actions dev-mode?]\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 (if dev-mode? [\"/dev-tools\" ::dev-tools])])\n\n(cqrs-routes\n [[:query 'get-user]\n [:command 'add-user]\n [:command 'add-order]]\n false)\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; nil]\n\n"},"basics/router.html":{"url":"basics/router.html","title":"Router","keywords":"","body":"Router\nRoutes are just data and for 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\nactual router implementation is selected and created\noptionally route data gets compiled\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, 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; :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; :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; :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; :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\n"},"basics/route_data.html":{"url":"basics/route_data.html","title":"Route Data","keywords":"","body":"Route Data\nRoute data is the heart of this library. Routes can have any data attachted to them. Data is interpeted either by the client application or the Router via it's :coerce and :compile hooks. This enables co-existence of both adaptive and principled components.\nRoutes can have a non-sequential route argument that is expanded into route data map when a router is created.\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; :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; :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, reitit/Expand protocol is used to expand the route arguments. It expands keywords into :name and functions into :handler key in the route data map. It's easy to add custom expanders and one can chenge the whole expand implementation via router options.\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\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; :params {}\n; :path \"/ping\"}\n\n"},"basics/route_conflicts.html":{"url":"basics/route_conflicts.html","title":"Route Conflicts","keywords":"","body":"Route Conflicts\nMany routing libraries allow multiple matches for a single path lookup. Usually, the first match is used and the rest are effecively unreachanle. This is not good, especially if route tree is merged from multiple sources.\nReitit resolves this by running explicit conflicit resolution when a router is called. Conflicting routes are passed into a :conflicts callback. Default implementation throws ex-info with a descriptive message.\nExamples router with conflicting routes:\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\nBy default, ExceptionInfo is thrown:\n(r/router routes)\n; CompilerException clojure.lang.ExceptionInfo: Router contains conflicting routes:\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\nJust logging the conflicts:\n(r/router\n routes\n {:conflicts (comp println reitit/conflicts-str)})\n; Router contains conflicting routes:\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\n"},"coercion/":{"url":"coercion/","title":"Coercion","keywords":"","body":"Coercion\n\nCoercion Explained\nPlumatic Schema\nClojure.spec\nData-specs\n\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 as 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 String :params:\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; :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; :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 haven't applied the coercion yet. We need to apply it ourselves after the successfull routing.\nBut now we should have enough data on the match to apply the coercion.\nCompiling coercers\nBefore the actual coercion, we 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; :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 both routing and coercion with Reitit:\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; :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.\nThanks to\nMost of the thing are just polished version of the original implementations. Big thanks to:\n\ncompojure-api for the initial Coercion protocol\nring-swagger for the syntax of the :paramters (and :responses).\n\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; :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.\nNOTE: Currently, clojure.spec doesn't support runtime transformations via conforming, so one needs to wrap all specs into Spec Records to get the coercion working.\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; :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; :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"},"advanced/":{"url":"advanced/","title":"Advanced","keywords":"","body":"Advanced\n\nConfiguring Routers\nDifferent Routers\nRoute Validation\nInterceptors\n\n"},"advanced/configuring_routers.html":{"url":"advanced/configuring_routers.html","title":"Configuring Routers","keywords":"","body":"Configuring Routers\nRouters can be configured via options. Options allow things like clojure.spec validation for route data and fast, compiled handlers. 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: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:conflicts\nFunction of {route #{route}} => side-effect 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/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. Works with any kind of routes. Slow, but works with all route trees.\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:mixed-router\nCreates internally a :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:single-static-path-router\nSuper fast router: sting-matches the route. Valid only if there is one static route.\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\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\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.\nNOTE: Use of specs requires to use Clojure 1.9.0 or higher.\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 something like expound to pretty-print the spec problems.\nFirst add a :dev dependency to:\n[expound \"0.3.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\nValidating route data\nTODO\n"},"advanced/interceptors.html":{"url":"advanced/interceptors.html","title":"Interceptors","keywords":"","body":"Interceptors\nReitit also supports Pedestal-style interceptors.\nwork in progress\n\nport the (coericon) middleware into interceptors\nseparate Clojure(Script) runner?\nDocs\nSamples\n\n"},"ring/":{"url":"ring/","title":"Ring","keywords":"","body":"Ring\n\nRing-router\nDynamic Extensions\nData-driven Middleware\nPluggable Coercion\nCompiling Middleware\n\n"},"ring/ring.html":{"url":"ring/ring.html","title":"Ring-router","keywords":"","body":"Ring Router\nRing-router adds support for handlers, middleware and routing based on :request-method. Ring-router is created with reitit.ring/router function. It runs a custom route compiler, creating a optimized stucture for handling route matches, with compiled middleware chain & handlers for all request methods. It also ensures that all routes have a :handler defined.\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 that 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 value of the following:\n\nnormal ring middleware function handler -> request -> response\nvector of middleware function handler ?args -> request -> response and optinally it's args.\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 [\"/api\" {:middleware [#(wrap % :api)]}\n [\"/ping\" handler]\n [\"/admin\" {:middleware [[wrap :admin]]}\n [\"/db\" {:middleware [[wrap :db]]\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\nNot found\nIf no routes match, nil is returned, which is not understood by Ring.\nEnabling custom error messages:\n(def app\n (some-fn\n (ring/ring-handler\n (ring/router\n [\"/ping\" handler]))\n (constantly {:status 404})))\n\n(app {:uri \"/invalid\"})\n; {:status 404}\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/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 '[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\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 defined 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 coerced 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 (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\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\nMap\n(def wrap3\n {:name ::wrap3\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.\nTransforming the middleware chain\nThere is an extra option in ring-router (actually, in the undelaying middleware-router): :reitit.middleware/transform to transform the middleware chain per endpoint. It sees 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]}\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]}\nRoadmap for middleware\nSome things bubblin' under:\n\nRe-package all useful middleware into (optimized) data-driven Middleware\njust package or a new community-repo with rehosting stuffm?\n\n\nSupport Keyword expansion into Middleware, enabling external Middleware Registries (duct/integrant/macchiato -style)\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\nSupport partial s/keys route data specs with Middleware (and Router). Merged together to define sound spec for the route data and/or route data for a given route.\ne.g. AuthrorizationMiddleware has a spec defining :roles key (a set of keywords)\nDocumentation for the route data\nRoute data is validated against the spec:\nComplain of keywords that are not handled by anything\nPropose fixes for typos (Figwheel-style)\n\n\n\n\n\nIdeas welcome & see issues for details.\n"},"ring/coercion.html":{"url":"ring/coercion.html","title":"Pluggable Coercion","keywords":"","body":"Pluggable Coercion\nReitit provides pluggable parameter coercion via reitit.coercion/Coercion protocol, originally introduced in compojure-api.\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\nRing request and response coercion\nTo use Coercion with Ring, one needs to do the following:\n\nDefine parameters and responses as data into route data, in format adopted from ring-swagger:\n:parameters map, with submaps for different parameters: :query, :body, :form, :header and :path. Parameters are defined in the format understood by the Coercion.\n:responses map, with response status codes as keys (or :default for \"everything else\") with maps with :schema and optionally :description as values.\n\n\nSet a Coercion implementation to route data under :coercion\nMount request & response coercion middleware to the routes (can be done for all routes as the middleware are only mounted to routes which have the parameters &/ responses defined):\nreitit.ring.coercion-middleware/coerce-request-middleware\nreitit.ring.coercion-middleware/coerce-response-middleware\n\n\n\nIf the request coercion succeeds, the coerced parameters are injected into request under :parameters.\nIf either request or response coercion fails, an descriptive error is thrown. To turn the exceptions into http responses, one can also mount the reitit.ring.coercion-middleware/coerce-exceptions-middleware middleware\nExample with Schema\n(require '[reitit.ring :as ring])\n(require '[reitit.ring.coercion-middleware :as coercion-middleware])\n(require '[reitit.coercion.schema :as schema])\n(require '[schema.core :as s])\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\"\n [\"/ping\" {:post {:parameters {:body {:x s/Int, :y s/Int}}\n :responses {200 {:schema {:total (s/constrained s/Int pos?)}}}\n :handler (fn [{{{:keys [x y]} :body} :parameters}]\n {:status 200\n :body {:total (+ x y)}})}}]]\n {:data {:middleware [coercion-middleware/coerce-exceptions-middleware\n coercion-middleware/coerce-request-middleware\n coercion-middleware/coerce-response-middleware]\n :coercion schema/coercion}})))\n\nValid request:\n(app\n {:request-method :post\n :uri \"/api/ping\"\n :body-params {:x 1, :y 2}})\n; {:status 200\n; :body {:total 3}}\n\nInvalid request:\n(app\n {:request-method :post\n :uri \"/api/ping\"\n :body-params {:x 1, :y \"2\"}})\n; {:status 400,\n; :body {:type :reitit.coercion/request-coercion\n; :coercion :schema\n; :in [:request :body-params]\n; :value {:x 1, :y \"2\"}\n; :schema {:x \"Int\", :y \"Int\"}\n; :errors {:y \"(not (integer? \\\"2\\\"))\"}}}\n\nExample with data-specs\n(require '[reitit.ring :as ring])\n(require '[reitit.ring.coercion-middleware :as coercion-middleware])\n(require '[reitit.coercion.spec :as spec])\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\"\n [\"/ping\" {:post {:parameters {:body {:x int?, :y int?}}\n :responses {200 {:schema {:total pos-int?}}}\n :handler (fn [{{{:keys [x y]} :body} :parameters}]\n {:status 200\n :body {:total (+ x y)}})}}]]\n {:data {:middleware [coercion-middleware/coerce-exceptions-middleware\n coercion-middleware/coerce-request-middleware\n coercion-middleware/coerce-response-middleware]\n :coercion spec/coercion}})))\n\nValid request:\n(app\n {:request-method :post\n :uri \"/api/ping\"\n :body-params {:x 1, :y 2}})\n; {:status 200\n; :body {:total 3}}\n\nInvalid request:\n(app\n {:request-method :post\n :uri \"/api/ping\"\n :body-params {:x 1, :y \"2\"}})\n; {:status 400,\n; :body {:type ::coercion/request-coercion\n; :coercion :spec\n; :in [:request :body-params]\n; :value {:x 1, :y \"2\"}\n; :spec \"(spec-tools.core/spec {:spec (clojure.spec.alpha/keys :req-un [:$spec37747/x :$spec37747/y]), :type :map, :keys #{:y :x}, :keys/req #{:y :x}})\"\n; :problems [{:path [:y]\n; :pred \"clojure.core/int?\"\n; :val \"2\"\n; :via [:$spec37747/y]\n; :in [:y]}]}}\n\nExample with clojure.spec\nCurrently, clojure.spec doesn't support runtime transformations via conforming, so one needs to wrap all specs with spec-tools.core/spec.\n(require '[reitit.ring :as ring])\n(require '[reitit.ring.coercion-middleware :as coercion-middleware])\n(require '[reitit.coercion.spec :as spec])\n(require '[clojure.spec.alpha :as s])\n(require '[spec-tools.core :as st])\n\n(s/def ::x (st/spec int?))\n(s/def ::y (st/spec int?))\n(s/def ::total int?)\n(s/def ::request (s/keys :req-un [::x ::y]))\n(s/def ::response (s/keys :req-un [::total]))\n\n(def app\n (ring/ring-handler\n (ring/router\n [\"/api\"\n [\"/ping\" {:post {:parameters {:body ::request}\n :responses {200 {:schema ::response}}\n :handler (fn [{{{:keys [x y]} :body} :parameters}]\n {:status 200\n :body {:total (+ x y)}})}}]]\n {:data {:middleware [coercion-middleware/coerce-exceptions-middleware\n coercion-middleware/coerce-request-middleware\n coercion-middleware/coerce-response-middleware]\n :coercion spec/coercion}})))\n\nValid request:\n(app\n {:request-method :post\n :uri \"/api/ping\"\n :body-params {:x 1, :y 2}})\n; {:status 200\n; :body {:total 3}}\n\nInvalid request:\n(app\n {:request-method :post\n :uri \"/api/ping\"\n :body-params {:x 1, :y \"2\"}})\n; {:status 400,\n; :body {:type ::coercion/request-coercion\n; :coercion :spec\n; :in [:request :body-params]\n; :value {:x 1, :y \"2\"}\n; :spec \"(spec-tools.core/spec {:spec (clojure.spec.alpha/keys :req-un [:reitit.coercion-test/x :reitit.coercion-test/y]), :type :map, :keys #{:y :x}, :keys/req #{:y :x}})\"\n; :problems [{:path [:y]\n; :pred \"clojure.core/int?\"\n; :val \"2\"\n; :via [::request ::y]\n; :in [:y]}]}}\n\nCustom coercion\nBoth Schema and Spec Coercion can be configured via options, see the source code for details.\nTo plug in new validation engine, see the\nreitit.coercion/Coercion protocol.\n(defprotocol Coercion\n \"Pluggable coercion protocol\"\n (-get-name [this] \"Keyword name for the coercion\")\n (-get-apidocs [this model data] \"???\")\n (-compile-model [this model name] \"Compiles a coercion model\")\n (-open-model [this model] \"Returns a new map model which doesn't fail on extra keys\")\n (-encode-error [this error] \"Converts error in to a serializable format\")\n (-request-coercer [this type model] \"Returns a `value format => value` request coercion function\")\n (-response-coercer [this model] \"Returns a `value format => value` response coercion function\"))\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/interceptor at creation-time. It can do local reasoning: extract and transform relevant data just for it and pass it into the actual request-handler via a closure - yielding much faster runtime processing. It 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 => ?wrap.\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.\n\n(defn wrap-coerce-response\n \"Pluggable response coercion middleware.\n Expects a :coercion of type `reitit.coercion.protocol/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 via a closure\nPre-compiled coercers\nMounts only if :coercion and :responses are defined for the route\n\n(require '[reitit.middleware :as middleware])\n\n(def coerce-response-middleware\n \"Middleware for pluggable response coercion.\n Expects a :coercion of type `reitit.coercion.protocol/Coercion`\n and :responses from route data, otherwise does not mount.\"\n (middleware/create\n {:name ::coerce-response\n :compile (fn [{:keys [coercion responses opts]} _]\n (if (and coercion responses)\n (let [coercers (response-coercers coercion responses opts)]\n (fn [handler]\n (fn\n ([request]\n (coerce-response coercers request (handler request)))\n ([request respond raise]\n (handler request #(respond (coerce-response coercers request %)) raise)))))))}))\n\nThe latter has 50% less code, is easier to reason about and is much faster.\n"},"performance.html":{"url":"performance.html","title":"Performance","keywords":"","body":"Performance\nThere are many great routing libraries for Clojure(Script), but not many are optimized for perf. Reitit tries to be both great in features and be really fast. Originally the routing was adopted from Pedestal (which is known to be fast), but has been partially rewritten performance in mind. Hopefully some optimizations can be back-ported to Pedestal.\nRationale\n\nMultiple routing algorithms, choose based on the route tree\nRoute flattening and re-ordering\nManaged mutability over Immutability\nPrecompute/compile as much as possible (matches, middleware, routes)\nUse abstractions that enable JVM optimizations\nUse small functions to enable JVM Inlining\nProtocols over Multimethods (or Maps)\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 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 route definitions are pulled out from Lupapiste. The test consists of ~300 static routes (just the commands here, there would be ~200 queries too).\nAgain, both reitit-ring and Pedestal shine here, 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: If there would be even one wildcard route in the route-tree, Pedestal would fallback from lookup-router to the prefix-tree router, yielding nearly constant, but an order of magnitude slower perf. Reitit instead fallbacks to :mixed-router, serving all the static routes with :lookup-router, just the wildcard route(s) with :segment-tree. So, the performance would not notably degrade.\nWhy measure?\nThe routing perf needs to be 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\nIt might be interesting to compare reitit with the routers in other languages, like the routers in Go.\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"},"faq.html":{"url":"faq.html","title":"FAQ","keywords":"","body":"Frequently Asked Questions\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.1.0","\"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","200,","2})","2},","::ipa)","::order","::ping)","::ping))","::ping]","::ping}","::ping}]",":a",":admin]]}",":admin}",":api]]",":api]]}",":bodi",":data",":get",":get,",":handler",":middlewar",":name",":param",":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","app","base","bi","channel","class","clojure(script)","clojure.spec)","clojurian","coercion","compilation,","conflict","conj","core","data","dependeci","direct","discussions,","driven","dynam","exampl","extend","extens","fast","first","follow","functions,","handler","handler}]]])))","id","id)","id))","id)))","id]","id]]))","id}","id},","introduct","librari","match?","method","method.","middlewar","middleware,","modular","more.","name","nil","nil,","optionally,","paramet","part","path","pluggabl","project:","r])","reitit","reitit,","request)","requir","resolut","revers","ring","ring])","rout","router","router)","routing.","routing:","schema","separately:","simpl","slack.","small","snapshot\"]","spec","support","syntax","true","us","wrap","{:get","{:handler","{:id","{:middlewar","{:name","{:request","{:statu","{}"],"basics/":["base","basic","conflict","data","name","path","rout","router","syntax"],"basics/route_syntax.html":["\"/\"","'add","'get","(*path).","(:id)","([\"/get","(condp","(cqr","(defn","(for","(if","(name","(non","(str","::admin]","::admin}]","::db]]","::db]}","::db}]","::dev","::ping]","::ping]]","::ping}]]","::pong}]]",":command",":get",":let",":name",":post)]]",":queri",";","=","[\"\"","[\"/add","[\"/admin\"","[\"/api\"","[\"/api/:version/ping\"]]","[\"/api/admin/db\"","[\"/api/ping\"","[\"/db\"","[\"/dev","[\"/ping\"","[\"/ping\"]","[\"/pong\"","[\"/pong\"]]","[\"/public/*path\"]","[::admin],","[::admin]}","[::api","[:command","[[\"/api/admin\"","[[\"/ping\"","[[\"/ping\"]","[[\"/users/:us","[[:queri","[[type","[action","[add","[get","[interceptor]}}])","[path","action","argument","arguments:","catch","child","cqr","creat","data,","defin","dev","easi","exampl","false)","flattened:","gener","id\"]","ignored.","interceptor))","interceptor]","it'","list","method","mode?","mode?]","nest","nil","nil]","option","order\"","order]]","order]}}])","paramet","parameter:","parameters:","path","programmatically:","rout","route:","routes.","routes:","same","sequential)","simpl","string","syntax","tools\"","tools])])","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/user/:id\"","[\"/ping\"","[\"/user/:id\"","[[\"/api\"","[[\"/api/ping\"","[thi","[this])","actual","argument","behind","coerc","compil","conflict","creat","created,","data","done:","expand","flatten","follow","function,","get","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",":param",":path",":result",":user/user}",";","[\"/ping\"","[\"/user/:id\"","[[\"/api\"","argument","base","done","exact","following:","function.","given","information:","match","match,","matched,","miss","nil","nil,","nil:","on","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/:id\"","\"/api/user/:id\",","\"1\"})","\"1\"}}","#match{:templ","#partialmatch{:templ","#{:id}","#{:id}}","'[reitit.cor","(def","(r/match","(r/partial","(r/rout","(r/router","(requir","(reverse)","/api/user/:id:","::kikka)","::ping)","::ping]","::user","::user)","::user))","::user]]]))",":a",":data",":name",":param",":path",":requir",":result",":user/ping}",":user/user]",":user/user}",":user/user},",";","[\"/ping\"","[\"/user/:id\"","[:user/p","[[\"/api\"","base","data","defined,","except","exceptioninfo","given","list","match","match?","miss","name","name!","name.","names:","nil","nil,","nil:","param","paramet","parameters:","partialmatch","path","provid","r])","return","returned:","rout","route:","router","router)","router:","set,","throw","true","version:","{:id","{:name","{}"],"basics/route_data.html":["\"/ping\"","\"/ping\")","\"/ping\"}","#match{:templ","#{:admin}","#{:admin}}","#{:db","'[reitit.cor","(def","(r/match","(r/rout","(r/router","(requir","::db]","::ping)","::ping]","::users]","::users}",":a",":append,",":coerc",":compil",":data",":displac",":handler",":name",":param",":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\"","^:replac","accumul","adapt","add","admin}}]]","admin}}]]]))","applic","argument","arguments.","attacht","behavior","both","case","cheng","client","co","colect","components.","created.","custom","data","data.","data:","default","default,","easi","enabl","exampl","exist","expand","expans","function","heart","hooks.","identity]","identity]}","identity}}]]","identity}}]]))","implement","interpet","it'","key","keyword","leaf","library.","map","map.","match","match.","merge.","meta","name","nest","nil","nil]","non","on","options.","overridden","path","principl","protocol","r])","recurs","reitit/expand","resolv","retriev","return","root","rout","router","router)","sequenti","target","them.","toward","tree:","trees,","us","via","whole","{:get","{:handler","{:interceptor","{:name","{:role","{}"],"basics/route_conflicts.html":["'[reitit.cor","(comp","(def","(r/router","(requir","/:user","/:version/statu","/bulk/:bulk","/public/*path",":a",":conflict",";",">","[\"/:user","[\"/:version/status\"]])","[\"/bulk/:bulk","[\"/public/*path\"]","[[\"/ping\"]","allow","callback.","called.","clojure.lang.exceptioninfo:","compilerexcept","conflicit","conflict","conflicts:","contain","default","default,","descript","effec","especi","ex","exampl","exceptioninfo","explicit","first","good,","id","id\"]","id/ord","id/orders\"]","implement","info","librari","log","lookup.","mani","match","merg","message.","multipl","pass","path","println","r])","reitit","reitit/conflict","resolut","resolv","rest","rout","router","routes)","routes:","run","singl","sources.","str)})","throw","thrown:","tree","unreachanle.","us","usually,","{:conflict"],"coercion/":["clojure.spec","coercion","data","explain","plumat","schema","spec"],"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",":param",":paramet",":parameters.",":path",":path.",":query,",":respons",":result",":user",":user/us",";","=>",">","[\"/:company/users/:us","[match","[path]","actual","ad","again:","against","another.","any},","api","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","compojur","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","haven't","helper","here'","hold","http","id","id\"","id\",","implement","implementation.","implementations.","info","initi","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,","origin","ourselv","paramet","parameters:","paremet","pars","path","path)]","perform","plumat","polish","process","protocol","r","r])","reitit","reitit,","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coerce!","reitit.coercion/coercion","reitit.coercion/compil","reitit:","request","responses)","ring","rout","router","router,","router.","routing.","rule","s/int}}}]","s/int}}}]))","s/str","s])","schema","scope","see","separ","ship","singl","spec","step","steps.","strings:","successful","swagger","syntax","syntax.","thank","thing","this:","thrown,","time),","to:","tool","transform","two","type","under","us","version","via","view","view,","view]))","view},","why?","wildcard","within","yet.","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",":param",":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))))","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}}","::compani","::path","::user",":a",":coercion",":data",":param",":paramet",":path",":req",":result",":user",":user/us",";",";;","=>",">","[\"/:company/users/:us","[::compani","[match","[path]","base","clojure.spec","coerce!","coercers}))","coercion","coercion/compil","coercion:","coercion])","conforming,","currently,","data","data,","destructur","doesn't","exceptioninfo","fail","failed...","gener","id","id\"","id\",","id]))","it,","librari","match","match))))","need","note:","on","param","params}},","params}}]","path","path)]","primitives!","r])","record","reitit.coercion.spec/coercion","request","router","runtim","s])","spec","spec.","spec/int?)","spec/string?)","spec])","specifi","structur","success","support","tools.spec","transform","un","valid","via","view","view,","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",":param",":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","path","path)]","r])","reitit.coercion.spec/coercion","request","router","runtim","spec","string?","string?,","success","support","syntax","transform","via","view","view,","{:compani","{:compil","{:name","{:path"],"advanced/":["advanc","configur","differ","interceptor","rout","router","valid"],"advanced/configuring_routers.html":["#{route}}","(default",":coerc",":compil",":conflict",":data",":expand",":path",":rout",":router","=>","[])","actual","allow","arg","avail","base","clojure.spec","coerc","compil","configur","conflict","conflicts!)","data","descript","effect","expand","fast,","follow","function","handl","handler","handlers.","implement","initi","key","nil","opt","option","options.","overrid","path","reitit.core/expand)","reitit.core/router:","reitit.core/throw","resolv","result","return","rout","route,","router","side","thing","throw","valid","via","{rout","{})"],"advanced/different_routers.html":["'[reitit.cor","(def","(r/router","(requir","::ping]","::users]]))",":a",":linear",":lookup",":mix",":router",":segment",":singl",";","[\"/api/:users\"","[[\"/ping\"","ask","base","catch","configur","conflicts.","creat","descript","differ","expand","fast","faster","found.","function","hash","implement","implementation.","inspect","intern","kind","lookup","manual","match","much","name","on","optim","option,","origin","out","paramet","path","pedest","protocol,","r])","reitit","resolv","rout","route.","router","router)","router,","router:","routers.","routes.","search","see","select","set","sever","ship","slow,","start","static","sting","suitabl","super","table.","top","trees.","trie","until","us","valid","wildcard","work"],"advanced/route_validation.html":["\"/\"))","\"/\")))","\"/\"))))","\"0.3.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","...","...])","1.9.0","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","clojur","clojure.core/string?","clojure.lang.exceptioninfo:","clojure.spec","compilerexcept","conform","contain","data","db","db)","definit","depend","detect","develop","error","exampl","expound","expound/printer)","expound])","fail","fals","first","function","go:","higher","higher.","in:","instrument","namespac","note:","options.","out*","predicate:","pretti","print","problems.","r])","raw","readi","reitit.core/rout","reitit.spec","relev","requir","rout","route))))","route:","router","routes,","routes:","s/*explain","s])","satisfi","someth","spec","spec:","spec])","stest])","time","to:","todo","us","val:","valid","with?"],"advanced/interceptors.html":["(coericon)","clojure(script)","doc","interceptor","interceptors.","middlewar","pedest","port","progress","reitit","runner?","sampl","separ","style","support","work"],"ring/":["coercion","compil","data","driven","dynam","extens","middlewar","ring","router"],"ring/ring.html":["\"/api/admin/db\"})","\"/api/ping\"})","\"/favicon.ico\"})","\"/invalid\"})","\"/ping\"","\"/ping\"})","\"ok\"}","\"ok\"})","#endpoint{:data","#methods{:ani","#object[...],","#object[...]}","#object[...]},","%","&","'[reitit.r","(","(app","(conj","(constantli","(def","(defn","(fn","(fnil","(handler","(reitit/match","(reitit/routes))","(requir","(ring/get","(ring/r","(ring/rout","(some","(updat","2","200,","3","404}","404})))","::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",";",">","?arg","[\"/admin\"","[\"/api\"","[\"/db\"","[\"/ping\"","[#(wrap","[::acc]}]","[:api","[[\"/ping\"","[[wrap","[])","[]}}]]","[_]","[handler","[request]","[{:key","acc","ad","add","app","app:","appli","args.","ariti","async","base","both","built","chain","clojur","clojurescript,","compil","compiler,","conj","correctly:","creat","custom","defined.","element","enabl","ensur","error","expand","fn","following:","found","found.","function","function.","handl","handler","handler:","handler]","handler]))","handler])))","handlers,","handler}])))","handler}}]]])))","id))))","id]","it'","key,","keys:","level","look","match,","matches,","messages:","method","method.","methods.","middlewar","middleware:","name","nest","nil","node.j","normal","note","optim","optin","provid","reitit.ring/rout","request","respons","results:","resut","returned,","revers","ring","ring.","ring])","rout","router","router)","routing:","run","show","simpl","stuctur","submap.","support","third","too.","top","under","understood","us","valu","vector","vector.","work","wrap","{:handler","{:middlewar","{:name","{:request","{:statu","{:uri"],"ring/dynamic_extensions.html":["\"/api/admin/ping\",","\"/api/admin/ping\"})","\"/api/ping\"})","\"forbidden\"}","\"ok\"}","\"ok\"}))","#{:admin}}","#{:admin}})","'[clojure.set","(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","build","data","dynam","enforc","exampl","extens","extract","guard","handler","handler]","handler]]]]","hoc","inject","match","match)","match.","method","middlewar","mount","public","reitit.ring/get","request","request)))))","request}]","requir","required)","ring","role","roles)))","roles:","roles]}})))","rout","route:","router","routes):","runtim","set])","system.","us","user","via","wrap","{::role","{:data","{:middlewar","{:request","{:statu"],"ring/data_driven_middleware.html":["\"/api/ping\"})","\"middlewar","#(interleav","#{:session}","#{:user}","%","&","'[reitit.middlewar","'[reitit.r","(a","(actually,","(and","(app","(conj","(def","(defn","(duct/integrant/macchiato","(figwheel","(fn","(fnil","(handler","(middleware/cr","(of","(optimized)","(optional)","(repeat","(requir","(ring/r","(ring/rout","(updat","1","1]","2","200,","2]]}","3","3]]","::acc","::wrap2","::wrap3",":a",":bodi",":compil",":debug",":debug]))})))",":descript",":get,",":handler",":handler)})",":handler]}",":middlewar",":name",":provides.",":reitit.middleware/transform",":requir",":role",":uri",":wrap",";","=>","[\"/api\"","[\"/ping\"","[1","[3","[::acc]}]","[[wrap","[[wrap3","[])","[handler","[request]","[wrap","[wrap2","[{:key","acc","access","actual","ad","against","againt","allowed.","and/or","anyth","api","app","appli","arbitrari","arg","authorizationmiddlewar","authrorizationmiddlewar","avail","between","bubblin'","chain","chain,","class","coerc","commun","compil","compilation.","complain","compos","composit","conj","correctly:","creat","data","data:","debug","default,","defin","depend","descript","details.","doc","document","downsid","driven","duct","e.g.","easi","enabl","endpoint","endpoint.","entri","etc.","expans","extern","extra","first","fix","follow","form","function","function,","function.","functions,","given","good","handl","handler","handler}}]]","handler}}]])))","hard.","id))))","id]","idea","ident","injectuserintorequestmiddlewar","inventories,","issu","it'","key","keys,","keyword","keywords)","level","make","map","merg","method","middlewar","middleware)","middleware,","middleware.","middleware])","name","new","normal","opaqu","optim","option","order.","packag","partial","penalty.","per","performance.","processing,","produc","propos","protocol.","provid","purpose:","qualifi","raw","re","record","registri","rehost","reitit","reitit.middleware/intomiddlewar","reitit.middleware/middlewar","rel","repo","request","request.","requir","resolut","respons","response.","results,","return","revers","reverse)})))","ring","ring])","roadmap","rout","route.","router","router).","router):","router.","runtim","s/key","see","set","sound","spec","spec:","special","stuffm?","style","style)","support","thing","things.\"","thu","togeth","top","transform","type","typo","undelay","under:","understand","unwrap","us","valid","valu","vector","welcom","wrap","wrap2","wrap3","wrap})","wrap}))","wrong","yield","zero","{::middleware/transform","{:get","{:middlewar","{:name","{:request","{:statu"],"ring/coercion.html":["\"(constrain","\"(not","\"/api/ping\"})","\"/api/plus/3\"","\"1\"}","\"abba\"}","\"abba\"},","\"any\"","\"any\"},","\"int\",","\"pong\"}","\"pong\"})}]","'[reitit.coercion.schema])","'[reitit.cor","'[reitit.ring.coercion","'[schema.cor","(","(+","(:query,","(app","(def","(fn","(integer?","(let","(mapv","(positiveint","(r/match","(requir","(ring/get","(ring/r","(ring/rout","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",":result",":schema,",":type",":uri",":valu",":x)",":y)",":z))]",";",">",">>","[\"/api\"","[\"/ping\"","[\"/plus/:z\"","[::mw/coerc","[:request","[:respons","[]","[_]","[mw/coerc","[parameters]}]","[total","[{:key","\\\"abba\\\"))\"},","actual","againt","ahead","and/or","anything,","api","app","app)","appli","apply.","attach","below","both","cach","chain","clojure.spec","code","coerc","coerced.","coercer","coercion","coercion,","coercion.","compil","compojur","data","data.","defin","defined,","defined.","defined:","detail","doesn't","done:","enabl","endpoint","exampl","except","explain","follow","guide.","handler","handler/middlewar","implement","implementations.","initi","int","invalid","inventoried.","it'","key","key.","method","middlewar","middleware:","middleware]}})))","model","modules:","mount","multipl","mw/coerc","mw])","name","need","normal","optim","origin","param","paramet","params]}}","plu","plumat","polish","positiveint)\"},","positiveint}}}","pretti","protocol","queri","r])","read","reitit","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coercion","reitit.ring.coercion","request","request.","request:","respons","response:","response]","ring","rout","route.","router","router,","routes:","rule","s/int}","s/int}}","s])","schema","scope","ship","singl","spec","success","swagger","syntax.","thank","thing","time.","to:","tool","total}}))})","total}}))}}]]","turn","type","under","unmount","us","valid","version","within","without","{\"x\"","{200","{:coercion","{:data","{:i","{:middlewar","{:name","{:queri","{:request","{:schema","{:statu","{:total","{:x","{:z"],"ring/compiling_middleware.html":["\"middlewar","#(respond","%))","%))))","'[reitit.middlewar","(","(:request","([request","([request]","(and","(coerc","(coercion/coerc","(coercion/respons","(compiled)","(def","(defn","(fn","(handler","(if","(let","(records,","(requir","(respons","(ring/get","50%","::coerc",":a",":coercion",":coercion)",":compil",":compile.",":data",":opts)]",":respons",":responses)",":result",":wrap.","=>",">","?wrap.","[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","dynam","easi","easier","enabl","enforc","etc.)","exact","expect","extend","extens","extract","fast","faster","faster.","function","handler","inform","instead","it?","itself","key","know","latter","less","link","local","lookup","match","method","middlewar","middleware/interceptor","middleware])","mount","mount.\"","much","nil.","normal","nothing.\"","opt","opts)]","opts]","otherwis","pass","pluggabl","pre","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","runtim","shape","system.","time.","to,","transform","two","type","us","via","want,","way","wrap","written","yield","{:name"],"performance.html":["\"/auth/login\")))","\"/workspace/1/1\")))","&","'[criterium.cor","'[reitit.cor","(ataraxy,","(cc/quick","(def","(dotim","(just","(matches,","(micro","(or","(per","(r/match","(r/router","(real","(requir","(static","(which","(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","adopt","again,","against.","algorithm,","algorithms,","also,","alway","anoth","api","ataraxi","average,","back","base","baselin","bench","benchmark.","best","better","better,","between","bide","bidi,","both","box","busi","but,","cach","cache:","case,","case.","cc])","choos","ci","clojure(script),","code","command","compar","compil","compojur","comput","conflict","consist","constant,","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.","even","exampl","execut","fail","fallback","fast","fast),","fast.","faster","fastest","featur","few","first","flatten","follow","found","found,","function","gb","ghz","go.","great","handler.","have","help","here,","here.","hopefulli","http","i7","idea","identifier:","immut","implementation.","infinit","inlin","instead","intel","interceptor)","interest","intern","invok","it'","jvm","kb","know.","known","l2","l3","languages,","larg","large!","lib","librari","libs.","life","life)","long","look","lookup","lot","lot.","lupapiste.","macbook","macbookpro11,3","magnitud","magnitude.","manag","mani","map","maps)","match","matter","matter?","mb","mean","measur","measure?","memory:","method","mid","middlewar","middleware,","mind.","mix","model","more","mount","move","much","multimethod","multipl","mutabl","name:","nearli","need","new","non","not.","notabl","note:","nothing.","ns","number","ok","on","opensensor","ops/sec","optim","order","order.","origin","out","over","parameters.","partial","path","path)","path.","pedest","pedestal).","pedestal.","perf","perf.","perform","performance,","performance.","performance:","pleas","port","possibl","precompute/compil","prefix","pro","process","processor","processors:","proof","protocol","pull","queri","r])","rational","re","readme:","real","realistic.","realli","record","regress","reitit","repl","repl`","repo","request","resolut","rest","rest(ish)","result","rewritten","ring","rout","route(s)","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","tests,","thank","thing","three","time","time,","tip","too).","total","tree","tree,","tree.","trees,","tri","trust","two","unmount","us","view","want","welcome.","well,","wildcard","work","yield","~200","~300","µs","µs."],"faq.html":["ask","faq","frequent","question"]},"length":26},"tokenStore":{"root":{"1":{"0":{"0":{"0":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}},"2":{"3":{"docs":{},"}":{"docs":{},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}},"docs":{}},"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"9":{"docs":{},".":{"0":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},"docs":{}},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"docs":{}},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}},"2":{"0":{"0":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375}},",":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}},"docs":{}},"4":{"docs":{},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"5":{"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}},"}":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}},",":{"5":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}}},"3":{"0":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"1":{"2":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"docs":{}},"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"]":{"docs":{},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}},".":{"2":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}}},"4":{"0":{"0":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}},"3":{"docs":{},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285}}}},"4":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"docs":{}},"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"5":{"0":{"0":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"docs":{},"%":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}},"+":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"3":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"docs":{}},"6":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},"docs":{},"\"":{"0":{"docs":{},".":{"1":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.0136986301369863}}},"docs":{}}},"3":{"docs":{},".":{"0":{"docs":{},"\"":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"docs":{}}},"docs":{}}},"1":{"2":{"3":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},"docs":{}},"docs":{},"\"":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},"}":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}},"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.005479452054794521}}}}}}}}}},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}},"}":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}}}}}}},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"\"":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"2":{"docs":{},"\"":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.005479452054794521}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"}":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{},"/":{"3":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375}}}},"docs":{}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"1":{"docs":{},"\"":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}},"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}}}}}}}},"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.0017513134851138354}}}}}}}}}}}}}}}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}},")":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"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.0125}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831}}}}}}}}},":":{"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.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}},"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.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},"}":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}},"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.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}}}}}}}}}}}}}}}}}}}}}},"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.0028089887640449437}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}}}},"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.0017513134851138354}}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}},"o":{"docs":{},"k":{"docs":{},"\"":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}},"i":{"docs":{},"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.001697792869269949}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.010186757215619695},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992}}}}}}}}}},"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.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}}}}}}},"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.00477326968973747}}}},"docs":{}}}}}}},"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.014285714285714285}}}}}}}}}}}}},"(":{"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.001953125}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}},"a":{"docs":{},"b":{"docs":{},"b":{"docs":{},"a":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}},"n":{"docs":{},"y":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},")":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}}},"#":{"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.0136986301369863},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},":":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}}}}}},"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.0027397260273972603}}}}}}}}}}}}}}}},"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":{},"_":{"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.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{},"]":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}}}}}}},"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.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}},"{":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"}":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}},"d":{"docs":{},"b":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}}},"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.00211864406779661}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"}":{"docs":{},"}":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}}},"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.001697792869269949}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{},"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.002386634844868735}}}}}}}}}}}}}}}}}}},"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.0028089887640449437}}}}}}}}}}}}}}}},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"v":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}},"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.006230529595015576}}}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"'":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"[":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},".":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"]":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"]":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"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.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}}}}}}}}}}}},"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.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}},"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":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}},"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.002386634844868735}}}}}}}}}}}}}}}},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}}}},"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.0017513134851138354}}}}}}}}}}}}}}},"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":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}},"(":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.01953125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.018691588785046728}},":":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"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.001697792869269949}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}},"a":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.019662921348314606},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125}}}},"n":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}}}},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"x":{"docs":{},"y":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"p":{"docs":{},"h":{"docs":{},"a":{"docs":{},"/":{"docs":{},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.011933174224343675}}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}}},"o":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}},"n":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}}}},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}}}}}}}},"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.007159904534606206}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"f":{"docs":{},"n":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"p":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"j":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}},"m":{"docs":{},"p":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}},"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.006230529595015576}},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}},"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.003115264797507788}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}}}}}}}}},"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.001697792869269949}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"q":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"a":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}},"c":{"docs":{},"/":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.01059322033898305},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"n":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}},"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.008928571428571428}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.042105263157894736}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.012461059190031152}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"i":{"docs":{},"g":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"e":{"docs":{},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01557632398753894}}}}}}}}},"r":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.024657534246575342},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.025},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.043478260869565216},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.010186757215619695},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.031055900621118012},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.023622047244094488},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.016706443914081145},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}}},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856}},"e":{"docs":{},"r":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"t":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"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.002386634844868735}}}}}}}}}}}}},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}},"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.002386634844868735}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"!":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},"/":{"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.007142857142857143}}}}}}}}}}},"q":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"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.006230529595015576}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}}}}}}},"i":{"docs":{},"f":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"?":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"p":{"docs":{},"v":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}},"i":{"docs":{},"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.00211864406779661}}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"f":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"v":{"docs":{},"i":{"docs":{},"a":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},"l":{"docs":{},"d":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}},"b":{"docs":{},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"e":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01557632398753894}}}}},"+":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}},"p":{"docs":{},"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.001953125}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}}}}},"j":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},":":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.01643835616438356}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"}":{"docs":{"./":{"ref":"./","tf":0.00821917808219178}},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808}}}}},"l":{"docs":{},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"s":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"c":{"docs":{},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"d":{"docs":{},"b":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"}":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"e":{"docs":{},"v":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406}},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}},"s":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"k":{"docs":{},"i":{"docs":{},"k":{"docs":{},"k":{"docs":{},"a":{"docs":{},")":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}},"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.006211180124223602}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},"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.00477326968973747}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"docs":{}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"docs":{}}}}},"m":{"docs":{},"w":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.011884550084889643},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.024390243902439025},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.024844720496894408},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},"]":{"docs":{},"]":{"docs":{},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"p":{"docs":{},"i":{"docs":{},"]":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},"}":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},")":{"docs":{},"]":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"r":{"docs":{},"g":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411}}}},"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.0017513134851138354}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"]":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}}}}}}},"b":{"docs":{},"o":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.03571428571428571},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.03125}}},"y":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.018691588785046728}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"e":{"docs":{},"v":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}},"e":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831}}},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}},"]":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}}},"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.00423728813559322}}}}}}}}},"b":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893},"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"]":{"docs":{},"}":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}}}},"x":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008488964346349746},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},"e":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.024844720496894408},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009765625}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0136986301369863},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009765625}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009765625}},")":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"r":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008488964346349746},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"/":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.016706443914081145}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.0405727923627685}}}}}}}}}},"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/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}}}}}}}}}}}}},"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.001953125}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"u":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}},"e":{"docs":{},"r":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}}},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.022071307300509338},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}}}}}}}},"u":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},"]":{"docs":{},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}},"]":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"1":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"docs":{}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}},"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":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}}}}}}}}}}},"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.005917159763313609}}}}}},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}},"e":{"docs":{},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.013582342954159592},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}}}}},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411}}}}}},"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":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.01171875}}},"y":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}},"s":{"docs":{},"e":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}}}},"i":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},"t":{"docs":{},"o":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}},"x":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}},"y":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}},"z":{"docs":{},")":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}},";":{"docs":{"./":{"ref":"./","tf":0.11232876712328767},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.029585798816568046},"basics/router.html":{"ref":"basics/router.html","tf":0.026785714285714284},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.075},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.13043478260869565},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.10135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.17391304347826086},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.06112054329371817},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.08130081300813008},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.055900621118012424},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.07874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.2649164677804296},"ring/ring.html":{"ref":"ring/ring.html","tf":0.03651685393258427},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0390625}},";":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"performance.html":{"ref":"performance.html","tf":0.028021015761821366}}}},">":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.057971014492753624},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.015625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.018691588785046728},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},">":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}},"[":{"0":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}},"1":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"docs":{},"\"":{"docs":{},"/":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}},"p":{"docs":{},"i":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.01775147928994083},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}}}}}}},":":{"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.005917159763313609}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}}}},"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.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}}}}}}}}}}},"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.0017513134851138354}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.013513513513513514}},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"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.005917159763313609},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}}}},"\"":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"l":{"docs":{},"u":{"docs":{},"s":{"docs":{},"/":{"docs":{},":":{"docs":{},"z":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893}}}},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}}}},"d":{"docs":{},"b":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"e":{"docs":{},"v":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},":":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}},"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.007246376811594203}}}}}}}}}}}}}}}}}}}},"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.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}},"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.007246376811594203}}}}}}}}}}}},"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":{},"/":{"docs":{},":":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"\"":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}}}}},"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.00477326968973747}}}},"docs":{}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"/":{"docs":{},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}},"\"":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}},"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.0017513134851138354}}}}}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.013513513513513514},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}},"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.005917159763313609}}}}}}}}}}}}},"#":{"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.0027397260273972603}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}},"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}}},":":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}},"_":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}}}}}},"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.0136986301369863}}}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},"w":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}}},":":{"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.011834319526627219}}},"}":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"p":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"c":{"docs":{},"c":{"docs":{},"]":{"docs":{},"}":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"d":{"docs":{},"b":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"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.006211180124223602}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}},"m":{"docs":{},"w":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}},"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.011834319526627219}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"p":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"e":{"docs":{},"s":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}},"d":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"i":{"docs":{},"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":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}},"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.00390625}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.026785714285714284}},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.03571428571428571}}}}}}},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"%":{"docs":{},"]":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}},"#":{"docs":{},"(":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}},"{":{"docs":{},":":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}},"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"d":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"advanced/":{"ref":"advanced/","tf":10.125}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.019662921348314606},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"l":{"docs":{},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.010186757215619695},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},"c":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"y":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}}}}},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"u":{"docs":{},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},"r":{"docs":{},"g":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}},"s":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}}},"s":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"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.00211864406779661}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}},"n":{"docs":{},"y":{"docs":{},"m":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285}}}}}},"y":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},"t":{"docs":{},"h":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}},"d":{"docs":{},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"s":{"docs":{},"k":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"faq.html":{"ref":"faq.html","tf":0.3333333333333333}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},"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.00211864406779661}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"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.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/":{"ref":"basics/","tf":0.14285714285714285},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.358333333333333},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.3405797101449273},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"c":{"docs":{"basics/":{"ref":"basics/","tf":10.071428571428571}}}}},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},"d":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"i":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"n":{"docs":{},"u":{"docs":{},"s":{"docs":{},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},"o":{"docs":{},"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.002386634844868735}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"d":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}},"b":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"'":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"t":{"docs":{},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"s":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},"i":{"docs":{},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.01059322033898305},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"o":{"docs":{},"o":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},"e":{"docs":{},"(":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":10.01863354037267},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},"s":{"docs":{},".":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}},"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":{},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},"o":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.01171875},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.010958904109589041},"coercion/":{"ref":"coercion/","tf":10.25},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":5.039049235993208},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/coercion.html":{"ref":"ring/coercion.html","tf":5.037109375},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.028037383177570093}},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}},"]":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},":":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992}}}}}},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.024390243902439025},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.023622047244094488}}},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008488964346349746},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.024922118380062305}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}},"}":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}},"d":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.013582342954159592},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":5.015576323987539},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"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.007246376811594203},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"j":{"docs":{},"u":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"s":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"i":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"a":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"u":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"m":{"docs":{},"u":{"docs":{},"n":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"n":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":5.036231884057971},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"s":{"docs":{},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},"!":{"docs":{},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964}}}}},"i":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"advanced/":{"ref":"advanced/","tf":0.125},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":5.021052631578947},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}},"j":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"s":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},")":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"s":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"d":{"docs":{},"e":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"s":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"l":{"docs":{},"l":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"c":{"docs":{},"h":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"q":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.03571428571428571},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}}}}}},"c":{"docs":{},"]":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0136986301369863},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":5.030405405405405},"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008488964346349746},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":5.015748031496063},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.042105263157894736},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.3545197740112993},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}},",":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},":":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.010186757215619695},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.017578125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},")":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},"i":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"v":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"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.006211180124223602}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}},"i":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"s":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/":{"ref":"advanced/","tf":0.125},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":5.014388489208633},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"r":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.010958904109589041},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.3375706214689265}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":5.007142857142857},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}},"o":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"n":{"docs":{},"e":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},"'":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}},"c":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"w":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"b":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"x":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"c":{"docs":{},"t":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}},"s":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":5.014285714285714},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}},"r":{"docs":{},"n":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"r":{"docs":{},"a":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.02027027027027027},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"s":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":5.00169779286927},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"/":{"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.002386634844868735}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125}},"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.007246376811594203},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}},"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.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"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.0017513134851138354}}}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"t":{"docs":{},"c":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"f":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},",":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},")":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"l":{"docs":{},"s":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"e":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}}},"i":{"docs":{},"l":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.011933174224343675},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}},"s":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"q":{"docs":{"faq.html":{"ref":"faq.html","tf":10}}}},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"x":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}}},"r":{"docs":{},"m":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"a":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.05263157894736842},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.01059322033898305},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}},".":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}},"l":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476}}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"faq.html":{"ref":"faq.html","tf":0.3333333333333333}}}}}}}}},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"w":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.010958904109589041},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/ring.html":{"ref":"ring/ring.html","tf":0.03651685393258427},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"]":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}},"s":{"docs":{},".":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}}},"]":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},")":{"docs":{},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"]":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"/":{"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.001953125}}}}}}}}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"v":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}},"s":{"docs":{},"h":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}},"r":{"docs":{},"d":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"l":{"docs":{},"p":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898}}}}}},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"l":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}},"p":{"docs":{},"e":{"docs":{},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}}},"i":{"7":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.028985507246376812},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.023769100169779286},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.018633540372670808},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},")":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"]":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},")":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}},"}":{"docs":{"./":{"ref":"./","tf":0.005479452054794521}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}},"\"":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}},"}":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}},")":{"docs":{},")":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"a":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"/":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"\"":{"docs":{},"]":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10.002739726027396}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/":{"ref":"advanced/","tf":0.125},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":10.117647058823529}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"s":{"docs":{},".":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"n":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}}},"?":{"docs":{},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}},"]":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}}},"r":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}},"f":{"docs":{},"o":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}},"r":{"docs":{},"m":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},"v":{"docs":{},"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.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}},"s":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}},"o":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},"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.00211864406779661}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}},"t":{"docs":{},"'":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}},"?":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},"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.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}}}}}}},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"l":{"2":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"3":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{},"i":{"docs":{},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"y":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},"s":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}},"n":{"docs":{},"k":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}},"f":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"e":{"docs":{},"a":{"docs":{},"f":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"s":{"docs":{},"s":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"o":{"docs":{},"g":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},"o":{"docs":{},"k":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"u":{"docs":{},"p":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"n":{"docs":{},"g":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"r":{"docs":{},"g":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},"!":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"u":{"docs":{},"p":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.05},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008488964346349746},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.03115264797507788},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"?":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}},"s":{"docs":{},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},")":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"?":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"p":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}},"s":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"n":{"docs":{},"i":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"a":{"docs":{},"g":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"k":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"p":{"docs":{},"r":{"docs":{},"o":{"1":{"1":{"docs":{},",":{"3":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}}},"docs":{}},"docs":{}}}}}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"ring/ring.html":{"ref":"ring/ring.html","tf":0.028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01557632398753894},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},".":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"s":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"a":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757}}}},"r":{"docs":{},"g":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},"e":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},"s":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}}},"a":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"e":{"docs":{},"?":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"i":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/":{"ref":"ring/","tf":0.16666666666666666},"ring/ring.html":{"ref":"ring/ring.html","tf":0.025280898876404494},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":3.409604519774011},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.021484375},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":5.02803738317757},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}},"]":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}},"/":{"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.006230529595015576}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}},"n":{"docs":{},"d":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}},"e":{"docs":{},"?":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"r":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},".":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},".":{"docs":{},"\"":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},"v":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"w":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}}},"]":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/router.html":{"ref":"basics/router.html","tf":0.05357142857142857},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.3840579710144922},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},"]":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}},"!":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},".":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},"s":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.024657534246575342},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.025},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/ring.html":{"ref":"ring/ring.html","tf":0.008426966292134831}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}},":":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"e":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"w":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"a":{"docs":{},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"o":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}}}}}},"w":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898}}},"t":{"docs":{},"e":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}},":":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"\"":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.042105263157894736},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/router.html":{"ref":"basics/router.html","tf":0.03571428571428571},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"s":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"m":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}}},"n":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"s":{"docs":{},")":{"docs":{},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}}}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"]":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"v":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}},"t":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"*":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}},"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.006230529595015576}}}}}}}}},"k":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.01171875}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.011884550084889643},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.02734375}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"s":{"docs":{},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"s":{"docs":{},"]":{"docs":{},")":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},"}":{"docs":{},"}":{"docs":{},",":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}},"]":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}},",":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.023668639053254437},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.433333333333333},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.024844720496894408},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02877697841726619},"performance.html":{"ref":"performance.html","tf":0.010507880910683012}},"]":{"docs":{},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"s":{"docs":{},"s":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}}},"l":{"docs":{},"u":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"g":{"docs":{},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":5.016260162601626},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"r":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}},"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.005917159763313609}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}}}}}}},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},")":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}},".":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}},"o":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"s":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"o":{"docs":{},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"t":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"l":{"docs":{},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}},"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.006211180124223602}}}}}}}}}}},"e":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},"c":{"docs":{},"o":{"docs":{},"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.0017513134851138354}}}}}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"e":{"docs":{},"r":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.012259194395796848}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"performance.html":{"ref":"performance.html","tf":10.00875656742557}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}},"r":{"docs":{},"t":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"\"":{"docs":{},"}":{"docs":{},",":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}},"}":{"docs":{},"}":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"l":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476}},"]":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"e":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},",":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}}}},"t":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}}}}}},"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.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375}}}}}}}}}}}}}}}},"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.001697792869269949},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}}}}}}},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"!":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}}},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}}}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}}}}}},"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.00211864406779661}}}}}}}}}}}}}}},"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.00211864406779661}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}}},"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.007246376811594203}}}}}}}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008488964346349746},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"ring/ring.html":{"ref":"ring/ring.html","tf":0.019662921348314606},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.014285714285714285},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.028037383177570093},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.01557632398753894}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}},"}":{"docs":{},"]":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"v":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.021052631578947368},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"t":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"(":{"docs":{},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.015625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.04672897196261682}},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}}},"]":{"docs":{},"}":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},":":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},"d":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.009345794392523364}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"s":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"t":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.025},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"s":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"a":{"docs":{},"d":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},"i":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},"m":{"docs":{},"e":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"l":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},"v":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"p":{"docs":{},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"`":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0136986301369863},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"ring/":{"ref":"ring/","tf":10.25},"ring/ring.html":{"ref":"ring/ring.html","tf":5.019662921348314},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":5.005859375},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"]":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01643835616438356},"basics/":{"ref":"basics/","tf":0.35714285714285715},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":5.0828402366863905},"basics/router.html":{"ref":"basics/router.html","tf":0.0625},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":3.370833333333333},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":3.369565217391304},"basics/route_data.html":{"ref":"basics/route_data.html","tf":5.050675675675675},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":5.043478260869565},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01697792869269949},"advanced/":{"ref":"advanced/","tf":0.125},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.12631578947368421},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.050359712230215826},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":5.033412887828162},"ring/ring.html":{"ref":"ring/ring.html","tf":0.02247191011235955},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.014830508474576272},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.01171875},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.03115264797507788},"performance.html":{"ref":"performance.html","tf":0.05253940455341506}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0410958904109589},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/router.html":{"ref":"basics/router.html","tf":10.080357142857142},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.05},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.050724637681159424},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.037162162162162164},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.028985507246376812},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.015280135823429542},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"advanced/":{"ref":"advanced/","tf":0.25},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":5.042105263157895},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":5.122302158273381},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/":{"ref":"ring/","tf":0.08333333333333333},"ring/ring.html":{"ref":"ring/ring.html","tf":5.008426966292135},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},")":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}},".":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},":":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"s":{"docs":{},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143}}},"s":{"docs":{},".":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02877697841726619}}},":":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.021739130434782608},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},":":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},",":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},",":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02158273381294964},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411}}}}}},"(":{"docs":{},"s":{"docs":{},")":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}},":":{"docs":{"./":{"ref":"./","tf":0.010958904109589041},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},",":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}},")":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125}}}}}}}},"o":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}},"s":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}},":":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}},"]":{"docs":{},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}}}}}}},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"a":{"docs":{},"w":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}}}}},"]":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"u":{"docs":{},"n":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},"?":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705}}}}}}},"l":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008488964346349746},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":5.016260162601626},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.013671875}}}}}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}},",":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},"]":{"docs":{},")":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}},"u":{"docs":{},"p":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"e":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"r":{"docs":{},"v":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},"d":{"docs":{},"e":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}},"t":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"z":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603}}}}}},"o":{"docs":{},"w":{"docs":{},",":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}},"e":{"docs":{},"r":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{},"]":{"docs":{"./":{"ref":"./","tf":0.0136986301369863}}}}}}}},"p":{"docs":{},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"coercion/":{"ref":"coercion/","tf":0.125},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":5.015748031496063},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.014319809069212411},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375}},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"?":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}},"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.006211180124223602}}}}}}}}}}},"]":{"docs":{},")":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}},"a":{"docs":{},"l":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}}},"e":{"docs":{},"r":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}},"b":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}}},"y":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/":{"ref":"basics/","tf":0.07142857142857142},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":5.005917159763314},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"p":{"docs":{},"l":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"t":{"docs":{},"i":{"docs":{},"s":{"docs":{},"f":{"docs":{},"i":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}},"s":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898}}}},"?":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}},",":{"docs":{"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}}},")":{"docs":{},"}":{"docs":{},")":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}}},"e":{"docs":{},"p":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}},"s":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}},"s":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02877697841726619},"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}},"l":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}},"f":{"docs":{},"f":{"docs":{},"m":{"docs":{},"?":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}},"n":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125}},"}":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},"}":{"docs":{},"]":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}},"*":{"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.002386634844868735}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"]":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},"n":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"o":{"docs":{},"w":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}},"w":{"docs":{},"a":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"e":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"performance.html":{"ref":"performance.html","tf":0.008756567425569177}},":":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}},"s":{"docs":{},",":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}}},"i":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},"s":{"docs":{},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}},"]":{"docs":{},")":{"docs":{},"]":{"docs":{},")":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}}}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},")":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},"p":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"d":{"docs":{},"o":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"}":{"docs":{},"}":{"docs":{},")":{"docs":{},")":{"docs":{},"}":{"docs":{},")":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},"}":{"docs":{},"]":{"docs":{},"]":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}}}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}},"w":{"docs":{},"o":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.008488964346349746},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}}},"b":{"docs":{},"l":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},"e":{"docs":{},".":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}}}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}},"n":{"docs":{},":":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}},"e":{"docs":{},"e":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"e":{"docs":{},"m":{"docs":{},".":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"a":{"docs":{},"n":{"docs":{},"k":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"s":{"docs":{},".":{"docs":{},"\"":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}}},"s":{"docs":{},":":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},"r":{"docs":{},"d":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"u":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735},"performance.html":{"ref":"performance.html","tf":0.005253940455341506}},")":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}},"p":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.024518388791593695}},"s":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136},"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0070052539404553416}},"e":{"docs":{},"r":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}},"\"":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}},"}":{"docs":{},"}":{"docs":{},"]":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}}},"n":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},":":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"2":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"3":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}},"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}},"}":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786}}}}},"y":{"docs":{},"?":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"c":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"performance.html":{"ref":"performance.html","tf":0.010507880910683012}}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}},"?":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.014388489208633094},"advanced/interceptors.html":{"ref":"advanced/interceptors.html","tf":0.058823529411764705},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},"e":{"docs":{},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"l":{"docs":{},",":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},",":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"y":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}},"{":{"2":{"0":{"0":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}},"docs":{}},"docs":{}},"docs":{},":":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.013513513513513514},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0027397260273972603},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875}}}}}}}}},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009765625}},"d":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.014492753623188406}}},"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.03550295857988166},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893}}}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.00821917808219178},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.01775147928994083},"ring/ring.html":{"ref":"ring/ring.html","tf":0.011235955056179775},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.012711864406779662},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0136986301369863},"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"basics/router.html":{"ref":"basics/router.html","tf":0.017857142857142856},"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.021739130434782608},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.011884550084889643},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.016260162601626018},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.015748031496062992},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.016853932584269662},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125}}}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.016891891891891893}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"ring/ring.html":{"ref":"ring/ring.html","tf":0.02247191011235955},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.03571428571428571},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.013671875}}}}}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.0078125}}}}}}}},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219}}}}},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.01697792869269949},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.024844720496894408},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984}}}}}},"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.007246376811594203}}}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.022071307300509338},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.032520325203252036},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.012422360248447204},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.031496062992125984}}}}},"i":{"docs":{},"l":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}},"r":{"docs":{},"i":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},":":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143}}}}}},"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/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}}}}},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.015625}}}}}}},"x":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.009765625}}},"z":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.00390625}}}},"}":{"docs":{"./":{"ref":"./","tf":0.005479452054794521},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.010135135135135136}},")":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684}}}}}},"\"":{"docs":{},"x":{"docs":{},"\"":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.005859375}}}}}},"=":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609}},">":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.05263157894736842},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.005917159763313609},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602}}}}},"t":{"docs":{"basics/router.html":{"ref":"basics/router.html","tf":0.008928571428571428}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"basics/path_based_routing.html":{"ref":"basics/path_based_routing.html","tf":0.0125},"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"o":{"docs":{},"o":{"docs":{},"d":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},",":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.007246376811594203}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"u":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.02142857142857143}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"h":{"docs":{},"z":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"basics/route_syntax.html":{"ref":"basics/route_syntax.html","tf":0.011834319526627219},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00847457627118644}},".":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}}}},"r":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},":":{"docs":{"basics/name_based_routing.html":{"ref":"basics/name_based_routing.html","tf":0.007246376811594203}}}}}}}}},"i":{"docs":{},"a":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.006756756756756757},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/dynamic_extensions.html":{"ref":"ring/dynamic_extensions.html","tf":0.007142857142857143},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.006230529595015576}}},"e":{"docs":{},"w":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.0050933786078098476},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009},"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"coercion/data_spec_coercion.html":{"ref":"coercion/data_spec_coercion.html","tf":0.007874015748031496}}},"]":{"docs":{},")":{"docs":{},")":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}},"}":{"docs":{},",":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"coercion/clojure_spec_coercion.html":{"ref":"coercion/clojure_spec_coercion.html","tf":0.006211180124223602},"advanced/":{"ref":"advanced/","tf":0.125},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.02877697841726619},"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":5.004773269689737},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}}}}}}},":":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.007159904534606206}}},"u":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0056179775280898875},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00423728813559322}}}}}},"/":{"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.007246376811594203}}}}}}}}}}},"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.0017513134851138354}}}}}}}}}}}}}}}}},":":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"basics/route_conflicts.html":{"ref":"basics/route_conflicts.html","tf":0.014492753623188406}}}}}},"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.028985507246376812}}}}}}}}}}}}}}}},"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.028985507246376812}}}}}}}}}}}},"p":{"docs":{},"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.028985507246376812}}}}}}}}}}}}}}},"^":{"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.0033783783783783786}}}}}}}}},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{},"^":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00477326968973747}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.003395585738539898},"advanced/configuring_routers.html":{"ref":"advanced/configuring_routers.html","tf":0.010526315789473684},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.01059322033898305},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"basics/route_data.html":{"ref":"basics/route_data.html","tf":0.0033783783783783786},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.006355932203389831}},"s":{"docs":{},")":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}}},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125}}},",":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},"s":{"docs":{},":":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}},",":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"advanced/different_routers.html":{"ref":"advanced/different_routers.html","tf":0.007194244604316547}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"b":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},".":{"docs":{},"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.006791171477079796},"coercion/schema_coercion.html":{"ref":"coercion/schema_coercion.html","tf":0.008130081300813009}}}}}}}}}}}}}}}}}},"v":{"docs":{},"m":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}}}}},"y":{"docs":{},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"coercion/coercion.html":{"ref":"coercion/coercion.html","tf":0.001697792869269949},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661},"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"%":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494},"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437},"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.00954653937947494}},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}},")":{"docs":{},")":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}},"]":{"docs":{},")":{"docs":{"advanced/route_validation.html":{"ref":"advanced/route_validation.html","tf":0.002386634844868735}}}}}}},"`":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"/":{"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.002386634844868735}}}}}}}}}},".":{"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.006230529595015576}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"i":{"docs":{},"n":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}}},"?":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"ring/ring.html":{"ref":"ring/ring.html","tf":0.0028089887640449437}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},".":{"docs":{"ring/compiling_middleware.html":{"ref":"ring/compiling_middleware.html","tf":0.003115264797507788}}}}}}}},"q":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"ring/coercion.html":{"ref":"ring/coercion.html","tf":0.001953125},"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"faq.html":{"ref":"faq.html","tf":0.3333333333333333}}}}}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"ring/data_driven_middleware.html":{"ref":"ring/data_driven_middleware.html","tf":0.00211864406779661}}}}}},"\\":{"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.001953125}}}}}}}}}}}}}}},")":{"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.0017513134851138354}}}}}}}}}}}},"~":{"2":{"0":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"docs":{}},"3":{"0":{"0":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}},"docs":{}},"docs":{}},"docs":{}},"µ":{"docs":{},"s":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0035026269702276708}},".":{"docs":{"performance.html":{"ref":"performance.html","tf":0.0017513134851138354}}}}}},"length":2849},"corpusTokens":["\"(constrain","\"(not","\"/\"","\"/\"))","\"/\")))","\"/\"))))","\"/:company/users/:us","\"/api/admin/db\"})","\"/api/admin/ping\",","\"/api/admin/ping\"})","\"/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\"}","\"/api/ping\"})","\"/api/plus/3\"","\"/api/user/1\"","\"/api/user/1\")","\"/api/user/:id\"","\"/api/user/:id\",","\"/auth/login\")))","\"/favicon.ico\"})","\"/hello\")","\"/invalid\"})","\"/metosin/users/123\")","\"/metosin/users/123\"))","\"/metosin/users/123\"}","\"/metosin/users/ikitommi\")","\"/metosin/users/ikitommi\"))","\"/ping\"","\"/ping\")","\"/ping\"}","\"/ping\"})","\"/workspace/1/1\")))","\"0.1.0","\"0.3.0\"]","\"1\"}","\"1\"})","\"1\"}}","\"123\"},","\"abba\"}","\"abba\"},","\"any\"","\"any\"},","\"forbidden\"}","\"ikitommi\"))}}","\"int\",","\"metosin\",","\"middlewar","\"ok\",","\"ok\"}","\"ok\"})","\"ok\"}))","\"pong\"}","\"pong\"})}]","\"tenant1\"","#'reitit.core/rout","#(interleav","#(respond","#coercionerror{:schema","#endpoint{:data","#match{:templ","#methods{...}","#methods{:ani","#object[...],","#object[...]}","#object[...]},","#object[reitit.coercion$request_coercer$]},","#object[user$handler]}","#partialmatch{:templ","#reitit","#{:admin}","#{:admin}}","#{:admin}})","#{:db","#{:id}","#{:id}}","#{:session}","#{:user}","#{route}}","%","%)","%))","%))))","&","'())","'[clojure.set","'[clojure.spec.alpha","'[clojure.spec.test.alpha","'[criterium.cor","'[expound.alpha","'[reitit.coercion","'[reitit.coercion.schema])","'[reitit.coercion.spec])","'[reitit.cor","'[reitit.middlewar","'[reitit.r","'[reitit.ring.coercion","'[reitit.spec","'[reitit.spec])","'[schema.cor","'[spec","'add","'get","(","(*","(*path).","(+","(:api","(:id)","(:query,","(:reitit.coercion/request","(:request","(?","([\"/api\"","([\"/get","([...","([request","([request]","(a","(actually,","(and","(app","(assoc","(ataraxy,","(blank?","(cat","(cc/quick","(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/nil","(clojure.spec.alpha/or","(clojure.string/blank?","(clojure.string/start","(coerc","(coercion/coerc","(coercion/coerce!","(coercion/respons","(coericon)","(comp","(compiled)","(condp","(conj","(constantli","(core.clj:4739)","(cqr","(def","(default","(defn","(defprotocol","(done","(dotim","(duct/integrant/macchiato","(effect","(figwheel","(fn","(fnil","(for","(handler","(if","(integer?","(just","(let","(mapv","(match","(matches,","(micro","(middleware/cr","(name","(nilabl","(non","(not","(of","(onli","(optimized)","(option","(optional)","(or","(per","(positiveint","(r/match","(r/partial","(r/rout","(r/router","(real","(records,","(reitit/match","(reitit/routes))","(repeat","(requir","(respons","(reverse)","(ring/get","(ring/r","(ring/rout","(rout","(router","(s/def","(s/explain","(s/key","(s/valid?","(schema","(seq","(set!","(set/subset?","(some","(start","(static","(stest/instru","(str","(updat","(via","(which","(wildcard","(with",")benchmark","...","...])","/:user","/:version/statu","/api/command/add","/api/user/:id:","/bulk/:bulk","/public/*path","1","1.9.0","1.9m","100","1000)","1000):","1000]","10}})","123}}","16","1]","2","2,5","200","200,","24x","256","2]]}","2})","2},","2}})","3","3.2","300","312m","3]]","4","400,","403,","404}","404})))","50%","50+","500,","500x","530","6","6))\"},","6},","6}}",":","::acc","::admin]","::admin}]","::coerc","::compani","::db]","::db]]","::db]}","::db}]","::dev","::ipa)","::kikka)","::mw/coerc","::order","::path","::ping","::ping)","::ping))","::ping]","::ping]]","::ping}","::ping}]","::ping}]]","::plu","::plus)","::pong}]]","::role","::roles)]","::spec/raw","::tenant1])","::user","::user)","::user))","::user]]]))","::users]","::users]]))","::users}","::wrap2","::wrap3",":a",":admin",":admin]]}",":admin}",":api)]}",":api]]",":api]]}",":append,",":arg",":auth/login]",":auth/recovery]",":bodi",":body,",":body.",":body]}}",":child",":clojure.spec.alpha/spec",":clojure.spec.alpha/valu",":coerc",":coercion",":coercion)",":command",":compil",":compile.",":conflict",":data",":db",":db]]",":debug",":debug]))})))",":delet",":delete,",":delete]]",":descript",":dev",":displac",":error",":expand",":form,",":get",":get,",":handler",":handler)})",":handler]}",":head,",":header",":in",":into",":let",":linear",":lookup",":middlewar",":mix",":name",":name)))",":options,",":opts)]",":param",":paramet",":parameters.",":patch,",":path",":path)",":path.",":path]",":post",":post)]]",":prepend,",":provides.",":put,",":put.",":queri",":query,",":reitit.coercion/request",":reitit.coercion/respons",":reitit.middleware/transform",":reitit.spec/arg)",":reitit.spec/path",":reitit.spec/path:",":reitit.spec/raw",":replac",":req",":request",":requir",":respons",":responses)",":result",":role",":rout",":router",":schema,",":segment",":singl",":type",":uri",":user",":user/ord",":user/ping}",":user/ping}]",":user/tenant1",":user/tenant1]",":user/us",":user/user]",":user/user}",":user/user},",":user/user}]]",":valu",":workspace/page]]))",":wrap",":wrap.",":x)",":y)",":z))]",";",";;","=","=>",">",">>","?arg","?wrap.","[\"\"","[\"/:company/users/:us","[\"/:user","[\"/:version/status\"]])","[\"/add","[\"/admin\"","[\"/api\"","[\"/api/:users\"","[\"/api/:version/ping\"]]","[\"/api/admin/db\"","[\"/api/admin/users\"","[\"/api/orders/:id\"","[\"/api/ping\"","[\"/api/user/:id\"","[\"/auth/recovery/token/:token\"","[\"/bulk/:bulk","[\"/db\"","[\"/dev","[\"/ping\"","[\"/ping\"]","[\"/plus/:z\"","[\"/pong\"","[\"/pong\"]]","[\"/public\"","[\"/public/*path\"]","[\"/user/:id\"","[\"/users\"","[\"/workspace/:project/:page\"","[\"pong\"]]])","[\"tenant1\"","[#(wrap","[%]","[...","[0]","[1","[1]","[3","[::acc]}]","[::admin],","[::admin]}","[::api","[::api]","[::api]}","[::compani","[::db]","[::mw/coerc","[::roles]","[:api","[:command","[:request","[:respons","[:rout","[:routes]","[:user/p","[[\"/api\"","[[\"/api/admin\"","[[\"/api/ping\"","[[\"/auth/login\"","[[\"/ping\"","[[\"/ping\"]","[[\"/users/:us","[[#object[user$wrap]","[[:queri","[[type","[[wrap","[[wrap3","[]","[])","[]))","[]}}]]","[_","[_]","[action","[add","[coercer","[coercion","[expound","[get","[handler","[handler]","[interceptor]}}])","[match","[method","[metosin/reitit","[mw/coerc","[parameters]}]","[path","[path]","[request]","[requir","[respons","[thi","[this])","[total","[wrap","[wrap2","[{:key","\\\"abba\\\"))\"},","^:replac","^^^^^^","`lein","`reitit.coercion/coercion`","`reitit/router)","abstract","acc","access","accumul","accur","action","actual","ad","adapt","add","admin}}]]","admin}}]]]))","adopt","advanc","again,","again:","against","against.","againt","ahead","algorithm,","algorithms,","allow","allowed.","also,","alternative,","alway","and/or","anonym","anoth","another.","anyth","anything,","any},","api","app","app)","app:","appli","applic","applied.","apply.","approaches,","arbitrari","arg","args.","argument","arguments.","arguments:","ariti","ask","async","at:","ataraxi","attach","attacht","author","authorizationmiddlewar","authrorizationmiddlewar","avail","average,","back","back.","base","baselin","basic","befor","behavior","behind","below","bench","benchmark.","best","better","better,","better.","between","bi","bide","bidi,","blown","bonus,","bootstrapping:","both","box","box.","bubblin'","build","built","busi","but,","cach","cache:","call","callback.","called.","case","case,","case.","catch","cc])","chain","chain,","channel","cheng","child","choos","ci","class","client","clojur","clojure(script)","clojure(script),","clojure.core/ex","clojure.core/string?","clojure.lang.exceptioninfo:","clojure.spec","clojure.spec)","clojure.specs.","clojurescript,","clojurian","closur","co","code","code,","coerc","coerce!","coerced.","coercer","coercers.","coercers}))","coercion","coercion)","coercion,","coercion.","coercion/compil","coercion:","coercion])","colect","command","commun","compar","compil","compilation,","compilation.","compiler,","compilerexcept","complain","compojur","components.","compos","composit","comput","configur","conflicit","conflict","conflicts!)","conflicts.","conflicts:","conform","conforming,","conj","consist","constant,","contain","core","core):","cores:","correctly:","cqr","creat","created,","created.","creation","currently,","custom","data","data,","data.","data:","db","db)","debug","decid","declar","default","default,","defin","defined).","defined,","defined.","defined:","definit","definitions.","degrade.","demonstr","depend","dependeci","depends.","descript","destructur","detail","details.","detect","dev","develop","differ","direct","disabl","discussions,","do","doc","document","doesn't","don't","done","done.","done:","downsid","driven","duct","dynam","e.g.","easi","easier","effec","effect","element","enabl","endpoint","endpoint.","enforc","enough","ensur","entri","environment.","error","error.","error:","errors.","especi","etc.","etc.)","even","ex","exact","exampl","except","exceptioninfo","execut","exist","expand","expans","expect","explain","explicit","expound","expound/printer)","expound])","extend","extens","extern","extra","extract","fail","failed...","failed:","fails,","fallback","fals","false)","faq","fast","fast),","fast,","fast.","faster","faster.","fastest","featur","few","first","fix","flatten","flattened:","fn","follow","following:","form","format","found","found,","found.","free","frequent","full","function","function,","function.","functions,","gb","gener","get","ghz","given","go.","go:","good","good,","great","guard","guide.","handl","handler","handler.","handler/middlewar","handler:","handler]","handler]))","handler])))","handler]]]]","handlers,","handlers.","handler}])))","handler}]]])))","handler}}]]","handler}}]])))","handler}}]]])))","hard.","hash","have","haven't","heart","help","helper","here'","here,","here.","higher","higher.","hoc","hold","hooks.","hopefulli","http","i7","id","id\"","id\",","id\"]","id)","id))","id)))","id))))","id/ord","id/orders\"]","id]","id]))","id]]))","idea","ident","identifier:","identity]","identity]}","identity}}]]","identity}}]]))","id}","id},","ignored.","immut","implement","implementation.","implementations.","in:","infinit","info","inform","information:","initi","inject","injectuserintorequestmiddlewar","inlin","inspect","instanc","instead","instrument","int","int,","int?}}},","int?}}}]","intel","interceptor","interceptor)","interceptor))","interceptor]","interceptors.","interest","intern","interpet","introduct","int}}},","invalid","inventoried.","inventories,","invok","issu","it'","it,","it?","itself","java.lang.string,","jvm","kb","key","key,","key.","keys,","keys:","keyword","keywords)","kind","know","know.","known","l2","l3","languages,","larg","large!","latter","leaf","less","level","level,","lib","librari","library.","libs.","life","life)","link","list","local","log","long","look","lookup","lookup.","lot","lot.","lupapiste.","macbook","macbookpro11,3","macro","magical.","magnitud","magnitude.","make","manag","mani","manual","map","map.","maps)","match","match)","match))))","match,","match.","match:","match?","matched,","matches,","matter","matter?","mb","mean","measur","measure?","memory:","merg","merge.","message.","messages:","meta","method","method.","methods.","mid","middlewar","middleware)","middleware,","middleware.","middleware/interceptor","middleware:","middleware])","middleware]}})))","mind.","miss","mix","mode?","mode?]","model","modular","modules:","more","more.","mount","mount.\"","move","much","multimethod","multipl","mutabl","mw/coerc","mw])","name","name!","name.","name:","name]","names:","namespac","nearli","need","nest","new","nil","nil,","nil.","nil:","nil]","node.j","non","normal","not.","notabl","note","note:","nothing.","nothing.\"","now","ns","number","ok","on","once,","opaqu","opensensor","ops/sec","opt","optim","optin","option","option,","optionally,","options.","opts)]","opts]","order","order\"","order.","order]]","order]}}])","origin","otherwis","ourselv","out","out*","over","overrid","overridden","packag","param","paramet","parameter:","parameters.","parameters:","params]))","params]}}","params}},","params}}]","paremet","pars","part","partial","partialmatch","partialmatch,","pass","path","path)","path)]","path.","path])","pedest","pedestal).","pedestal.","penalty.","per","perf","perf.","perform","performance,","performance.","performance:","pleas","plu","pluggabl","plumat","polish","port","positiveint)\"},","positiveint}}}","possibl","pre","precompute/compil","predicate:","prefix","pretti","primitives!","principl","print","println","pro","problems.","process","processing,","processing.","processor","processors:","produc","programmatically:","progress","project:","proof","propos","protocol","protocol)","protocol,","protocol.","protocol:","provid","public","pull","purpose:","qualifi","queri","question","r","r])","raise))))))","raise)))))))})","raise]","rational","raw","re","read","readi","readme:","real","realistic.","realli","reason","reasoning:","record","recurs","registri","regress","rehost","reitit","reitit,","reitit.coercion.schema/coercion","reitit.coercion.spec/coercion","reitit.coercion/coerce!","reitit.coercion/coercion","reitit.coercion/compil","reitit.core/expand","reitit.core/expand)","reitit.core/match","reitit.core/rout","reitit.core/router:","reitit.core/throw","reitit.middleware/intomiddlewar","reitit.middleware/middlewar","reitit.ring.coercion","reitit.ring/get","reitit.ring/rout","reitit.spec","reitit/conflict","reitit/expand","reitit:","rel","relev","repl","repl`","repo","request","request)","request)))","request)))))","request.","request:","request}]","requir","required)","resolut","resolv","respond","respons","response))","response)))","response.","response:","response]","responses)","responses]}","rest","rest(ish)","result","results,","results:","resut","retriev","return","returned,","returned:","revers","reverse)})))","rewritten","ring","ring.","ring])","roadmap","role","roles)))","roles:","roles]}})))","root","rout","route(s)","route))))","route,","route.","route:","router","router)","router).","router):","router,","router.","router:","routers.","routes)","routes):","routes,","routes.","routes:","routing)","routing,","routing.","routing:","rule","run","runner?","runtim","s/*explain","s/int}","s/int}}","s/int}}}]","s/int}}}]))","s/key","s/str","s])","same","sampl","satisfi","scenario","scene","schema","scientif","scope","search","second","see","segment","select","separ","separately:","sequenti","sequential)","serv","set","set,","set])","setup:","sever","shape","shine","ship","show","side","simpl","singl","site","size","slack.","slow,","slower","slowest","small","snappi","snapshot\"]","so,","someth","sound","sources.","spec","spec.","spec/int?)","spec/string?)","spec:","spec])","special","specifi","speed:","stabl","start","static","static,","step","steps.","stest])","still","sting","str)})","string","string?","string?,","strings:","structur","stuctur","stuffm?","style","style)","submap.","success","successful","suitabl","super","support","swagger","syntax","syntax.","system.","tabl","table.","take","taken","target","test","tests,","thank","them.","thing","things.\"","third","this:","three","throw","thrown,","thrown:","thu","time","time),","time,","time.","tip","to,","to:","todo","togeth","too).","too.","tool","tools\"","tools.spec","tools])])","top","total","total}}))})","total}}))}}]]","toward","transform","tree","tree,","tree.","tree:","trees,","trees.","tri","trie","true","trust","turn","two","type","typo","un","undelay","under","under:","understand","understood","unmount","unreachanle.","until","unwrap","us","user","user\"","user]","user]}}]","usually,","val:","valid","validation.","valu","vector","vector.","version","version:","via","view","view,","view]))","view},","want","want,","way","welcom","welcome.","well,","whole","why?","wildcard","with?","within","without","work","working.","wrap","wrap2","wrap3","wrap})","wrap}))","written","wrong","yet.","yield","zero","{\"x\"","{200","{::middleware/transform","{::role","{:coercion","{:compani","{:compil","{:conflict","{:data","{:get","{:handler","{:i","{:id","{:interceptor","{:middlewar","{:name","{:path","{:post","{:queri","{:request","{:role","{:schema","{:statu","{:total","{:uri","{:user","{:x","{:z","{method","{rout","{}","{})","~200","~300","µs","µs."],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Introduction\nReitit is a small Clojure(Script) library for data-driven routing.\n\nSimple data-driven route syntax\nRoute conflict resolution\nFirst-class route data\nBi-directional routing\nRing-router with data-driven middleware\nPluggable coercion (schema & clojure.spec)\nExtendable\nModular\nFast\n\nTo use Reitit, add the following dependecy to your project:\n[metosin/reitit \"0.1.0-SNAPSHOT\"]\n\nOptionally, the parts can be required separately:\n[metosin/reitit-core \"0.1.0-SNAPSHOT\"] ; just the router\n[metosin/reitit-ring \"0.1.0-SNAPSHOT\"] ; ring-router\n[metosin/reitit-spec \"0.1.0-SNAPSHOT\"] ; spec-coercion\n[metosin/reitit-schema \"0.1.0-SNAPSHOT\"] ; schema coercion\n\nFor discussions, there is a #reitit channel in Clojurians slack.\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; :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; :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; :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; :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; :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(def 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; :params nil\n; :path \"/api/ping\"}\n\n"},"basics/":{"url":"basics/","title":"Basics","keywords":"","body":"Basics\n\nRoute Syntax\nRouter\nPath-based Routing\nName-based Routing\nRoute Data\nRoute Conflicts\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\nAs routes are just data, it's easy to create them programmatically:\n(defn cqrs-routes [actions dev-mode?]\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 (if dev-mode? [\"/dev-tools\" ::dev-tools])])\n\n(cqrs-routes\n [[:query 'get-user]\n [:command 'add-user]\n [:command 'add-order]]\n false)\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; nil]\n\n"},"basics/router.html":{"url":"basics/router.html","title":"Router","keywords":"","body":"Router\nRoutes are just data and for 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\nactual router implementation is selected and created\noptionally route data gets compiled\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, 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; :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; :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; :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; :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\n"},"basics/route_data.html":{"url":"basics/route_data.html","title":"Route Data","keywords":"","body":"Route Data\nRoute data is the heart of this library. Routes can have any data attachted to them. Data is interpeted either by the client application or the Router via it's :coerce and :compile hooks. This enables co-existence of both adaptive and principled components.\nRoutes can have a non-sequential route argument that is expanded into route data map when a router is created.\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; :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; :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, reitit/Expand protocol is used to expand the route arguments. It expands keywords into :name and functions into :handler key in the route data map. It's easy to add custom expanders and one can chenge the whole expand implementation via router options.\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\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; :params {}\n; :path \"/ping\"}\n\n"},"basics/route_conflicts.html":{"url":"basics/route_conflicts.html","title":"Route Conflicts","keywords":"","body":"Route Conflicts\nMany routing libraries allow multiple matches for a single path lookup. Usually, the first match is used and the rest are effecively unreachanle. This is not good, especially if route tree is merged from multiple sources.\nReitit resolves this by running explicit conflicit resolution when a router is called. Conflicting routes are passed into a :conflicts callback. Default implementation throws ex-info with a descriptive message.\nExamples router with conflicting routes:\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\nBy default, ExceptionInfo is thrown:\n(r/router routes)\n; CompilerException clojure.lang.ExceptionInfo: Router contains conflicting routes:\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\nJust logging the conflicts:\n(r/router\n routes\n {:conflicts (comp println reitit/conflicts-str)})\n; Router contains conflicting routes:\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\n"},"coercion/":{"url":"coercion/","title":"Coercion","keywords":"","body":"Coercion\n\nCoercion Explained\nPlumatic Schema\nClojure.spec\nData-specs\n\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 as 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 :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; :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; :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 haven't applied the coercion yet. We need to apply it ourselves after the successfull routing.\nBut now we should have enough data on the match to apply the coercion.\nCompiling coercers\nBefore the actual coercion, we 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; :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 both routing and coercion with Reitit:\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; :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.\nThanks to\nMost of the thing are just polished version of the original implementations. Thanks to:\n\ncompojure-api for the initial Coercion protocol\nring-swagger for the :parameters and :responses syntax.\nschema and schema-tools for Schema Coercion\nspec-tools for Spec Coercion\n\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; :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.\nNOTE: Currently, clojure.spec doesn't support runtime transformations via conforming, so one needs to wrap all specs into Spec Records to get the coercion working.\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; :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; :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"},"advanced/":{"url":"advanced/","title":"Advanced","keywords":"","body":"Advanced\n\nConfiguring Routers\nDifferent Routers\nRoute Validation\nInterceptors\n\n"},"advanced/configuring_routers.html":{"url":"advanced/configuring_routers.html","title":"Configuring Routers","keywords":"","body":"Configuring Routers\nRouters can be configured via options. Options allow things like clojure.spec validation for route data and fast, compiled handlers. 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: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:conflicts\nFunction of {route #{route}} => side-effect 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/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. Works with any kind of routes. Slow, but works with all route trees.\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:mixed-router\nCreates internally a :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:single-static-path-router\nSuper fast router: sting-matches the route. Valid only if there is one static route.\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\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\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.\nNOTE: Use of specs requires to use Clojure 1.9.0 or higher.\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 something like expound to pretty-print the spec problems.\nFirst add a :dev dependency to:\n[expound \"0.3.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\nValidating route data\nTODO\n"},"advanced/interceptors.html":{"url":"advanced/interceptors.html","title":"Interceptors","keywords":"","body":"Interceptors\nReitit also supports Pedestal-style interceptors.\nwork in progress\n\nport the (coericon) middleware into interceptors\nseparate Clojure(Script) runner?\nDocs\nSamples\n\n"},"ring/":{"url":"ring/","title":"Ring","keywords":"","body":"Ring\n\nRing-router\nDynamic Extensions\nData-driven Middleware\nRing Coercion\nCompiling Middleware\n\n"},"ring/ring.html":{"url":"ring/ring.html","title":"Ring-router","keywords":"","body":"Ring Router\nRing-router adds support for handlers, middleware and routing based on :request-method. Ring-router is created with reitit.ring/router function. It runs a custom route compiler, creating a optimized stucture for handling route matches, with compiled middleware chain & handlers for all request methods. It also ensures that all routes have a :handler defined.\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 that 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 value of the following:\n\nnormal ring middleware function handler -> request -> response\nvector of middleware function handler ?args -> request -> response and optinally it's args.\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 [\"/api\" {:middleware [#(wrap % :api)]}\n [\"/ping\" handler]\n [\"/admin\" {:middleware [[wrap :admin]]}\n [\"/db\" {:middleware [[wrap :db]]\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\nNot found\nIf no routes match, nil is returned, which is not understood by Ring.\nEnabling custom error messages:\n(def app\n (some-fn\n (ring/ring-handler\n (ring/router\n [\"/ping\" handler]))\n (constantly {:status 404})))\n\n(app {:uri \"/invalid\"})\n; {:status 404}\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/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 '[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\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 defined 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 coerced 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 (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\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\nMap\n(def wrap3\n {:name ::wrap3\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.\nTransforming the middleware chain\nThere is an extra option in ring-router (actually, in the undelaying middleware-router): :reitit.middleware/transform to transform the middleware chain per endpoint. It sees 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]}\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]}\nRoadmap for middleware\nSome things bubblin' under:\n\nRe-package all useful middleware into (optimized) data-driven Middleware\njust package or a new community-repo with rehosting stuffm?\n\n\nSupport Keyword expansion into Middleware, enabling external Middleware Registries (duct/integrant/macchiato -style)\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\nSupport partial s/keys route data specs with Middleware (and Router). Merged together to define sound spec for the route data and/or route data for a given route.\ne.g. AuthrorizationMiddleware has a spec defining :roles key (a set of keywords)\nDocumentation for the route data\nRoute data is validated against the spec:\nComplain of keywords that are not handled by anything\nPropose fixes for typos (Figwheel-style)\n\n\n\n\n\nIdeas welcome & see issues for details.\n"},"ring/coercion.html":{"url":"ring/coercion.html","title":"Ring Coercion","keywords":"","body":"Ring Coercion\nCoercion is explained in detail in the Coercion Guide. 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\nBelow is a ring route data defining Plumatic Schema coercion. It defines schemas for :query, :body and :path parameters and for a successful response :body.\nThe 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 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 {:schema {: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-middleware:\n\ncoerce-request-middleware for the parameter coercion\ncoerce-response-middleware for the response coercion\ncoerce-exceptions-middleware to turn coercion exceptions into pretty responses\n\nExample with Schema\n(require '[reitit.ring.coercion-middleware :as mw])\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 {:schema {: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 [mw/coerce-exceptions-middleware\n mw/coerce-request-middleware\n mw/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. This enables them to compile and cache the actual coercers for the defined models ahead of time. They also unmount 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-parameters\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\nThanks to\nMost of the thing are just polished version of the original implementations. Thanks to:\n\ncompojure-api for the initial Coercion protocol\nring-swagger for the :parameters and :responses syntax.\nschema and schema-tools for Schema Coercion\nspec-tools for Spec Coercion\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/interceptor at creation-time. It can do local reasoning: extract and transform relevant data just for it and pass it into the actual request-handler via a closure - yielding much faster runtime processing. It 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 => ?wrap.\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.\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 via a closure\nPre-compiled coercers\nMounts only if :coercion and :responses are defined for the route\n\n(require '[reitit.middleware :as middleware])\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 :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\nThe latter has 50% less code, is easier to reason about and is much faster.\n"},"performance.html":{"url":"performance.html","title":"Performance","keywords":"","body":"Performance\nThere are many great routing libraries for Clojure(Script), but not many are optimized for perf. Reitit tries to be both great in features and be really fast. Originally the routing was adopted from Pedestal (which is known to be fast), but has been partially rewritten performance in mind. Hopefully some optimizations can be back-ported to Pedestal.\nRationale\n\nMultiple routing algorithms, choose based on the route tree\nRoute flattening and re-ordering\nManaged mutability over Immutability\nPrecompute/compile as much as possible (matches, middleware, routes)\nUse abstractions that enable JVM optimizations\nUse small functions to enable JVM Inlining\nProtocols over Multimethods (or Maps)\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 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 route definitions are pulled out from Lupapiste. The test consists of ~300 static routes (just the commands here, there would be ~200 queries too).\nAgain, both reitit-ring and Pedestal shine here, 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: If there would be even one wildcard route in the route-tree, Pedestal would fallback from lookup-router to the prefix-tree router, yielding nearly constant, but an order of magnitude slower perf. Reitit instead fallbacks to :mixed-router, serving all the static routes with :lookup-router, just the wildcard route(s) with :segment-tree. So, the performance would not notably degrade.\nWhy measure?\nThe routing perf needs to be 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\nIt might be interesting to compare reitit with the routers in other languages, like the routers in Go.\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"},"faq.html":{"url":"faq.html","title":"FAQ","keywords":"","body":"Frequently Asked Questions\n"}}} \ No newline at end of file