From 4f0b848fae817744749ca868340b73d27e838f92 Mon Sep 17 00:00:00 2001
From: Automatic build
Date: Fri, 14 Feb 2020 14:28:24 +0000
Subject: [PATCH] Build book from commit
96c2764de6ce3b46c97ff837d6db5b591c98d93b [skip ci]
---
advanced/composing_routers.html | 2 +-
advanced/configuring_routers.html | 2 +-
advanced/dev_workflow.html | 2 +-
advanced/different_routers.html | 2 +-
advanced/route_validation.html | 2 +-
advanced/shared_routes.html | 2 +-
basics/error_messages.html | 2 +-
basics/name_based_routing.html | 2 +-
basics/path_based_routing.html | 2 +-
basics/route_conflicts.html | 2 +-
basics/route_data.html | 2 +-
basics/route_data_validation.html | 2 +-
basics/route_syntax.html | 2 +-
basics/router.html | 2 +-
coercion/clojure_spec_coercion.html | 2 +-
coercion/coercion.html | 2 +-
coercion/data_spec_coercion.html | 2 +-
coercion/schema_coercion.html | 2 +-
development.html | 2 +-
faq.html | 2 +-
frontend/basics.html | 2 +-
frontend/browser.html | 2 +-
frontend/controllers.html | 2 +-
http/default_interceptors.html | 2 +-
http/interceptors.html | 2 +-
http/pedestal.html | 2 +-
http/sieppari.html | 2 +-
http/transforming_interceptor_chain.html | 2 +-
index.html | 2 +-
performance.html | 2 +-
ring/RESTful_form_methods.html | 2 +-
ring/coercion.html | 2 +-
ring/compiling_middleware.html | 2 +-
ring/content_negotiation.html | 2 +-
ring/data_driven_middleware.html | 2 +-
ring/default_handler.html | 2 +-
ring/default_middleware.html | 2 +-
ring/dynamic_extensions.html | 2 +-
ring/middleware_registry.html | 2 +-
ring/reverse_routing.html | 2 +-
ring/ring.html | 2 +-
ring/route_data_validation.html | 2 +-
ring/slash_handler.html | 2 +-
ring/static.html | 2 +-
ring/swagger.html | 2 +-
ring/transforming_middleware_chain.html | 2 +-
46 files changed, 46 insertions(+), 46 deletions(-)
diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html
index 63d7411c..f0c3aabc 100644
--- a/advanced/composing_routers.html
+++ b/advanced/composing_routers.html
@@ -1176,7 +1176,7 @@
diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html
index 81b6aa68..a16d214b 100644
--- a/advanced/configuring_routers.html
+++ b/advanced/configuring_routers.html
@@ -890,7 +890,7 @@
diff --git a/advanced/dev_workflow.html b/advanced/dev_workflow.html
index 1229c1fe..bab1c373 100644
--- a/advanced/dev_workflow.html
+++ b/advanced/dev_workflow.html
@@ -941,7 +941,7 @@
diff --git a/advanced/different_routers.html b/advanced/different_routers.html
index 69812848..368c3a2c 100644
--- a/advanced/different_routers.html
+++ b/advanced/different_routers.html
@@ -889,7 +889,7 @@
diff --git a/advanced/route_validation.html b/advanced/route_validation.html
index 31096ab5..b8626a8b 100644
--- a/advanced/route_validation.html
+++ b/advanced/route_validation.html
@@ -977,7 +977,7 @@
diff --git a/advanced/shared_routes.html b/advanced/shared_routes.html
index 6769ddef..04905bda 100644
--- a/advanced/shared_routes.html
+++ b/advanced/shared_routes.html
@@ -898,7 +898,7 @@
diff --git a/basics/error_messages.html b/basics/error_messages.html
index 5c492585..0901d8a5 100644
--- a/basics/error_messages.html
+++ b/basics/error_messages.html
@@ -865,7 +865,7 @@
diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html
index e2cbf9a3..a5eeb2f1 100644
--- a/basics/name_based_routing.html
+++ b/basics/name_based_routing.html
@@ -900,7 +900,7 @@
diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html
index cdf63f0f..f2692f8e 100644
--- a/basics/path_based_routing.html
+++ b/basics/path_based_routing.html
@@ -858,7 +858,7 @@
diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html
index 96cf5143..cf20d6a6 100644
--- a/basics/route_conflicts.html
+++ b/basics/route_conflicts.html
@@ -914,7 +914,7 @@
diff --git a/basics/route_data.html b/basics/route_data.html
index 93b572c6..d4f4d4f2 100644
--- a/basics/route_data.html
+++ b/basics/route_data.html
@@ -952,7 +952,7 @@
diff --git a/basics/route_data_validation.html b/basics/route_data_validation.html
index 41886f1c..dc29dc6d 100644
--- a/basics/route_data_validation.html
+++ b/basics/route_data_validation.html
@@ -929,7 +929,7 @@
diff --git a/basics/route_syntax.html b/basics/route_syntax.html
index 13f800e6..b1269657 100644
--- a/basics/route_syntax.html
+++ b/basics/route_syntax.html
@@ -936,7 +936,7 @@
diff --git a/basics/router.html b/basics/router.html
index 384a35e8..c6ca9018 100644
--- a/basics/router.html
+++ b/basics/router.html
@@ -912,7 +912,7 @@
diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html
index 3eb4371f..964b645e 100644
--- a/coercion/clojure_spec_coercion.html
+++ b/coercion/clojure_spec_coercion.html
@@ -923,7 +923,7 @@
diff --git a/coercion/coercion.html b/coercion/coercion.html
index 8833fd02..8f94db38 100644
--- a/coercion/coercion.html
+++ b/coercion/coercion.html
@@ -966,7 +966,7 @@
diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html
index 81fb20ec..bbef0bc4 100644
--- a/coercion/data_spec_coercion.html
+++ b/coercion/data_spec_coercion.html
@@ -864,7 +864,7 @@
diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html
index 17f041bb..99c8f788 100644
--- a/coercion/schema_coercion.html
+++ b/coercion/schema_coercion.html
@@ -865,7 +865,7 @@
diff --git a/development.html b/development.html
index 424820ba..d090e69b 100644
--- a/development.html
+++ b/development.html
@@ -856,7 +856,7 @@ lein test
diff --git a/faq.html b/faq.html
index 12c3bce9..93b5064b 100644
--- a/faq.html
+++ b/faq.html
@@ -936,7 +936,7 @@
diff --git a/frontend/basics.html b/frontend/basics.html
index 2c759c68..2763b06e 100644
--- a/frontend/basics.html
+++ b/frontend/basics.html
@@ -853,7 +853,7 @@ React breaking due to errors.
diff --git a/frontend/browser.html b/frontend/browser.html
index 1a25b2a9..8e113fd4 100644
--- a/frontend/browser.html
+++ b/frontend/browser.html
@@ -876,7 +876,7 @@ go back or forwards, but calling History API functions directly should work:
diff --git a/frontend/controllers.html b/frontend/controllers.html
index 1985b24a..a5c310de 100644
--- a/frontend/controllers.html
+++ b/frontend/controllers.html
@@ -933,7 +933,7 @@ missing resources.
diff --git a/http/default_interceptors.html b/http/default_interceptors.html
index 539c2334..e327faa1 100644
--- a/http/default_interceptors.html
+++ b/http/default_interceptors.html
@@ -855,7 +855,7 @@
diff --git a/http/interceptors.html b/http/interceptors.html
index c3774222..a3815a6d 100644
--- a/http/interceptors.html
+++ b/http/interceptors.html
@@ -883,7 +883,7 @@
diff --git a/http/pedestal.html b/http/pedestal.html
index 92cbbf9d..d8c59811 100644
--- a/http/pedestal.html
+++ b/http/pedestal.html
@@ -894,7 +894,7 @@
diff --git a/http/sieppari.html b/http/sieppari.html
index 24b8a693..f62075e4 100644
--- a/http/sieppari.html
+++ b/http/sieppari.html
@@ -895,7 +895,7 @@
diff --git a/http/transforming_interceptor_chain.html b/http/transforming_interceptor_chain.html
index 3333f08d..10edf4e5 100644
--- a/http/transforming_interceptor_chain.html
+++ b/http/transforming_interceptor_chain.html
@@ -894,7 +894,7 @@
diff --git a/index.html b/index.html
index 3106201a..30c6ad6c 100644
--- a/index.html
+++ b/index.html
@@ -959,7 +959,7 @@
diff --git a/performance.html b/performance.html
index d1475088..20982c10 100644
--- a/performance.html
+++ b/performance.html
@@ -942,7 +942,7 @@
diff --git a/ring/RESTful_form_methods.html b/ring/RESTful_form_methods.html
index 79360944..57ce766f 100644
--- a/ring/RESTful_form_methods.html
+++ b/ring/RESTful_form_methods.html
@@ -860,7 +860,7 @@ This is so that our middleware is applied before reitit matches the request with
diff --git a/ring/coercion.html b/ring/coercion.html
index f10ef245..c712f69f 100644
--- a/ring/coercion.html
+++ b/ring/coercion.html
@@ -1061,7 +1061,7 @@
diff --git a/ring/compiling_middleware.html b/ring/compiling_middleware.html
index c500a170..d85cc31e 100644
--- a/ring/compiling_middleware.html
+++ b/ring/compiling_middleware.html
@@ -923,7 +923,7 @@
diff --git a/ring/content_negotiation.html b/ring/content_negotiation.html
index 2e7d7b0d..4a860bcb 100644
--- a/ring/content_negotiation.html
+++ b/ring/content_negotiation.html
@@ -946,7 +946,7 @@ Server: Jetty(9.2.21.v20170120)
diff --git a/ring/data_driven_middleware.html b/ring/data_driven_middleware.html
index 33ad7d42..6c580afd 100644
--- a/ring/data_driven_middleware.html
+++ b/ring/data_driven_middleware.html
@@ -921,7 +921,7 @@
diff --git a/ring/default_handler.html b/ring/default_handler.html
index 0baa63ad..38ac8396 100644
--- a/ring/default_handler.html
+++ b/ring/default_handler.html
@@ -899,7 +899,7 @@
diff --git a/ring/default_middleware.html b/ring/default_middleware.html
index 7d563ba0..291ed7a7 100644
--- a/ring/default_middleware.html
+++ b/ring/default_middleware.html
@@ -878,7 +878,7 @@
diff --git a/ring/dynamic_extensions.html b/ring/dynamic_extensions.html
index 2f4257f8..48ddb2da 100644
--- a/ring/dynamic_extensions.html
+++ b/ring/dynamic_extensions.html
@@ -868,7 +868,7 @@
diff --git a/ring/middleware_registry.html b/ring/middleware_registry.html
index 400d7ca9..510f260c 100644
--- a/ring/middleware_registry.html
+++ b/ring/middleware_registry.html
@@ -879,7 +879,7 @@
diff --git a/ring/reverse_routing.html b/ring/reverse_routing.html
index 008b4f31..55b4c88a 100644
--- a/ring/reverse_routing.html
+++ b/ring/reverse_routing.html
@@ -864,7 +864,7 @@
diff --git a/ring/ring.html b/ring/ring.html
index c53975ba..779eb53d 100644
--- a/ring/ring.html
+++ b/ring/ring.html
@@ -1008,7 +1008,7 @@
diff --git a/ring/route_data_validation.html b/ring/route_data_validation.html
index 33b3bf2c..89141eb5 100644
--- a/ring/route_data_validation.html
+++ b/ring/route_data_validation.html
@@ -1076,7 +1076,7 @@
diff --git a/ring/slash_handler.html b/ring/slash_handler.html
index 61a3cd05..1100acfd 100644
--- a/ring/slash_handler.html
+++ b/ring/slash_handler.html
@@ -902,7 +902,7 @@
diff --git a/ring/static.html b/ring/static.html
index fd73419b..1d8ef7cc 100644
--- a/ring/static.html
+++ b/ring/static.html
@@ -904,7 +904,7 @@
diff --git a/ring/swagger.html b/ring/swagger.html
index 58956cc6..1a7a2bf0 100644
--- a/ring/swagger.html
+++ b/ring/swagger.html
@@ -1124,7 +1124,7 @@ see the next example
diff --git a/ring/transforming_middleware_chain.html b/ring/transforming_middleware_chain.html
index 5e4d04af..3b4aa8b1 100644
--- a/ring/transforming_middleware_chain.html
+++ b/ring/transforming_middleware_chain.html
@@ -885,7 +885,7 @@