From ae446d789ddbd4df8355003d1a38722544b5a6d6 Mon Sep 17 00:00:00 2001
From: Automatic build
Date: Wed, 5 Feb 2020 11:22:25 +0000
Subject: [PATCH] Build book from commit
c8e04117659b7bd7d5dbeb2f9e5bd316db6c47a1 [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 78cf42cd..9bceeb93 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 e0f57645..8d4eb7e0 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 4bd6df52..be01b05a 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 6b6825d7..52776f88 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 94659df4..4617b05d 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 6ae41eae..096fcbba 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 eb8e58e6..6af80456 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 f3a1b4c9..c3e5b31f 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 3c0f2802..41afd94c 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 358b66db..9839b9bd 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 6f9861fc..fa4cc742 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 667ff375..5be74ca8 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 5e2c6906..ddc662e4 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 8d85f6e9..47f74d86 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 65363f24..a2dc3e48 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 5d0a286e..6ca06da8 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 b9e898de..fa36df85 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 63c9b477..194acdb7 100644
--- a/coercion/schema_coercion.html
+++ b/coercion/schema_coercion.html
@@ -865,7 +865,7 @@
diff --git a/development.html b/development.html
index 81b82377..1eb5211b 100644
--- a/development.html
+++ b/development.html
@@ -856,7 +856,7 @@ lein test
diff --git a/faq.html b/faq.html
index 9d04a2c2..f367f468 100644
--- a/faq.html
+++ b/faq.html
@@ -936,7 +936,7 @@
diff --git a/frontend/basics.html b/frontend/basics.html
index de9c1e83..7a0489ad 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 f97ceb2a..8242821e 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 b274f340..9cb90cc2 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 45bfd2c5..3909585d 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 80d0e12f..2f639f37 100644
--- a/http/interceptors.html
+++ b/http/interceptors.html
@@ -883,7 +883,7 @@
diff --git a/http/pedestal.html b/http/pedestal.html
index 99ee9a7d..3c27b1d6 100644
--- a/http/pedestal.html
+++ b/http/pedestal.html
@@ -894,7 +894,7 @@
diff --git a/http/sieppari.html b/http/sieppari.html
index a9c551e6..b55c84bf 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 3c5e3ae1..93506f6e 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 a690d2ed..722a5b37 100644
--- a/index.html
+++ b/index.html
@@ -959,7 +959,7 @@
diff --git a/performance.html b/performance.html
index 690ff043..6d0cc0ee 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 b8aeaf6f..cf113d7d 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 aa27b78f..a8c03f00 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 2533a855..2ef167f2 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 59c5b1d0..21185495 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 4028964d..124c5d1a 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 a6f3c9a7..93b98461 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 200b39d1..444fa3b9 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 1b5a29ea..6f480a77 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 62d32180..fc5f6707 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 21976b77..ccec0481 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 5629d431..f55d720e 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 f519f3cb..8a594ff0 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 9486be9e..42913cf7 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 5295db0d..85ab93d8 100644
--- a/ring/static.html
+++ b/ring/static.html
@@ -904,7 +904,7 @@
diff --git a/ring/swagger.html b/ring/swagger.html
index 466366de..d43407a4 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 cadcfb8c..ad17f27a 100644
--- a/ring/transforming_middleware_chain.html
+++ b/ring/transforming_middleware_chain.html
@@ -885,7 +885,7 @@