From 117fb1a6cd4bde435d8b914c01d4a61d9e6fb84a Mon Sep 17 00:00:00 2001
From: Automatic build
Date: Wed, 5 Feb 2020 09:33:35 +0000
Subject: [PATCH] Build book from commit
49747efc24a6796073537a8f37f5a274d8fbb35d [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 5648121f..78cf42cd 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 95bc486e..e0f57645 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 5764e6a8..4bd6df52 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 bf03fe46..6b6825d7 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 95779987..94659df4 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 cc9f95ef..6ae41eae 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 8a162e6e..eb8e58e6 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 76f42c23..f3a1b4c9 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 4dd1eba9..3c0f2802 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 31eef6ae..358b66db 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 5e1d50e9..6f9861fc 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 b072f1ad..667ff375 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 ad5a3e2c..5e2c6906 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 716cb251..8d85f6e9 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 33be2f68..65363f24 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 2b63161c..5d0a286e 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 f6ce8d37..b9e898de 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 30092d08..63c9b477 100644
--- a/coercion/schema_coercion.html
+++ b/coercion/schema_coercion.html
@@ -865,7 +865,7 @@
diff --git a/development.html b/development.html
index cbabc45b..81b82377 100644
--- a/development.html
+++ b/development.html
@@ -856,7 +856,7 @@ lein test
diff --git a/faq.html b/faq.html
index c30dd25f..9d04a2c2 100644
--- a/faq.html
+++ b/faq.html
@@ -936,7 +936,7 @@
diff --git a/frontend/basics.html b/frontend/basics.html
index 1b17eefb..de9c1e83 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 c68e51f3..f97ceb2a 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 b145fbb0..b274f340 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 a57d8627..45bfd2c5 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 f043d821..80d0e12f 100644
--- a/http/interceptors.html
+++ b/http/interceptors.html
@@ -883,7 +883,7 @@
diff --git a/http/pedestal.html b/http/pedestal.html
index f7f8799e..99ee9a7d 100644
--- a/http/pedestal.html
+++ b/http/pedestal.html
@@ -894,7 +894,7 @@
diff --git a/http/sieppari.html b/http/sieppari.html
index 9ca22a2f..a9c551e6 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 b76fb355..3c5e3ae1 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 b96e8701..a690d2ed 100644
--- a/index.html
+++ b/index.html
@@ -959,7 +959,7 @@
diff --git a/performance.html b/performance.html
index b59ba4ac..690ff043 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 dd621c0a..b8aeaf6f 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 def9fe8a..aa27b78f 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 c97f1835..2533a855 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 68aa8154..59c5b1d0 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 08478fc4..4028964d 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 70b0f616..a6f3c9a7 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 f31ae410..200b39d1 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 ed901e79..1b5a29ea 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 ba8fa7bf..62d32180 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 2365e09d..21976b77 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 ca932a5e..5629d431 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 4873a376..f519f3cb 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 9448743a..9486be9e 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 a38edd75..5295db0d 100644
--- a/ring/static.html
+++ b/ring/static.html
@@ -904,7 +904,7 @@
diff --git a/ring/swagger.html b/ring/swagger.html
index 1d018793..466366de 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 ac71abc7..cadcfb8c 100644
--- a/ring/transforming_middleware_chain.html
+++ b/ring/transforming_middleware_chain.html
@@ -885,7 +885,7 @@