From ea6231c09b45c25d2bd8c969b9c09e047afc5408 Mon Sep 17 00:00:00 2001 From: Automatic build Date: Sun, 10 Dec 2017 16:03:30 +0000 Subject: [PATCH] Build book from commit c471837d9c5a3e60776cedec6ddc07e1148e551a [skip ci] --- advanced/configuring_routers.html | 117 ++++- advanced/different_routers.html | 121 ++++- advanced/index.html | 121 ++++- advanced/route_validation.html | 113 ++++- basics/index.html | 121 ++++- basics/name_based_routing.html | 117 ++++- basics/path_based_routing.html | 115 ++++- basics/route_conflicts.html | 125 ++++- basics/route_data.html | 121 ++++- basics/route_syntax.html | 117 ++++- basics/router.html | 115 ++++- coercion/clojure_spec_coercion.html | 639 ++++++++++++++++++++++++ coercion/coercion.html | 738 ++++++++++++++++++++++++++++ coercion/data_spec_coercion.html | 633 ++++++++++++++++++++++++ coercion/index.html | 606 +++++++++++++++++++++++ coercion/schema_coercion.html | 634 ++++++++++++++++++++++++ faq.html | 113 ++++- index.html | 115 ++++- performance.html | 121 ++++- ring/coercion.html | 177 +++++-- ring/compiling_middleware.html | 117 ++++- ring/data_driven_middleware.html | 115 ++++- ring/dynamic_extensions.html | 119 ++++- ring/index.html | 117 ++++- ring/ring.html | 115 ++++- search_index.json | 2 +- 26 files changed, 5167 insertions(+), 497 deletions(-) create mode 100644 coercion/clojure_spec_coercion.html create mode 100644 coercion/coercion.html create mode 100644 coercion/data_spec_coercion.html create mode 100644 coercion/index.html create mode 100644 coercion/schema_coercion.html diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html index e97d5020..d4b12509 100644 --- a/advanced/configuring_routers.html +++ b/advanced/configuring_routers.html @@ -4,7 +4,7 @@ - Configuring routers · GitBook + Configuring Routers · GitBook @@ -121,7 +121,7 @@ - Route syntax + Route Syntax @@ -173,7 +173,7 @@ - Route data + Route Data @@ -186,7 +186,7 @@ - Route conflicts + Route Conflicts @@ -199,7 +199,78 @@ -
  • +
  • + + + + + Coercion + + + + + + + +
  • + +
  • @@ -213,12 +284,12 @@