From d90abec95c6800e889b2741ec13a10b75f17307a Mon Sep 17 00:00:00 2001
From: Automatic build
Date: Sat, 17 Nov 2018 19:18:10 +0000
Subject: [PATCH] Build book from commit
8bb5755ceddb016b5f093722c712488f656f3d2a [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/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 +-
index.html | 2 +-
performance.html | 2 +-
ring/coercion.html | 2 +-
ring/compiling_middleware.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 +-
42 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html
index 766ed235..1bc3e289 100644
--- a/advanced/composing_routers.html
+++ b/advanced/composing_routers.html
@@ -1124,7 +1124,7 @@
diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html
index 0709ab5b..c2c98275 100644
--- a/advanced/configuring_routers.html
+++ b/advanced/configuring_routers.html
@@ -830,7 +830,7 @@
diff --git a/advanced/dev_workflow.html b/advanced/dev_workflow.html
index 54f5bb93..d20a3d0c 100644
--- a/advanced/dev_workflow.html
+++ b/advanced/dev_workflow.html
@@ -889,7 +889,7 @@
diff --git a/advanced/different_routers.html b/advanced/different_routers.html
index 91bf8fce..11b2147c 100644
--- a/advanced/different_routers.html
+++ b/advanced/different_routers.html
@@ -833,7 +833,7 @@
diff --git a/advanced/route_validation.html b/advanced/route_validation.html
index 53cb8a78..513958ad 100644
--- a/advanced/route_validation.html
+++ b/advanced/route_validation.html
@@ -925,7 +925,7 @@
diff --git a/advanced/shared_routes.html b/advanced/shared_routes.html
index 64415da9..a91f9cfe 100644
--- a/advanced/shared_routes.html
+++ b/advanced/shared_routes.html
@@ -845,7 +845,7 @@
diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html
index fbbeb36f..79f923cd 100644
--- a/basics/name_based_routing.html
+++ b/basics/name_based_routing.html
@@ -848,7 +848,7 @@
diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html
index b47735ad..f28d442c 100644
--- a/basics/path_based_routing.html
+++ b/basics/path_based_routing.html
@@ -806,7 +806,7 @@
diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html
index 681c8afd..8fcf8f89 100644
--- a/basics/route_conflicts.html
+++ b/basics/route_conflicts.html
@@ -849,7 +849,7 @@
diff --git a/basics/route_data.html b/basics/route_data.html
index 3912e998..db9d2532 100644
--- a/basics/route_data.html
+++ b/basics/route_data.html
@@ -847,7 +847,7 @@
diff --git a/basics/route_data_validation.html b/basics/route_data_validation.html
index bd48cea4..137b48c9 100644
--- a/basics/route_data_validation.html
+++ b/basics/route_data_validation.html
@@ -899,7 +899,7 @@
diff --git a/basics/route_syntax.html b/basics/route_syntax.html
index 9e9c43c5..fbcbf568 100644
--- a/basics/route_syntax.html
+++ b/basics/route_syntax.html
@@ -836,7 +836,7 @@ E.g., /foo bar should be /foo%20bar.
diff --git a/basics/router.html b/basics/router.html
index 742caece..f164221e 100644
--- a/basics/router.html
+++ b/basics/router.html
@@ -816,7 +816,7 @@
diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html
index 53d8db03..9a626fe2 100644
--- a/coercion/clojure_spec_coercion.html
+++ b/coercion/clojure_spec_coercion.html
@@ -823,7 +823,7 @@
diff --git a/coercion/coercion.html b/coercion/coercion.html
index 91305b6c..1cf32bb7 100644
--- a/coercion/coercion.html
+++ b/coercion/coercion.html
@@ -913,7 +913,7 @@
diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html
index ca40ee9a..4f6545e9 100644
--- a/coercion/data_spec_coercion.html
+++ b/coercion/data_spec_coercion.html
@@ -812,7 +812,7 @@
diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html
index 0160a240..9ce6dbe4 100644
--- a/coercion/schema_coercion.html
+++ b/coercion/schema_coercion.html
@@ -813,7 +813,7 @@
diff --git a/development.html b/development.html
index 26c92d49..7d0efb89 100644
--- a/development.html
+++ b/development.html
@@ -803,7 +803,7 @@ lein test
diff --git a/faq.html b/faq.html
index d3b9ce00..06b33a92 100644
--- a/faq.html
+++ b/faq.html
@@ -881,7 +881,7 @@
diff --git a/frontend/basics.html b/frontend/basics.html
index 0ba1f02e..a8bc1513 100644
--- a/frontend/basics.html
+++ b/frontend/basics.html
@@ -791,7 +791,7 @@ React breaking due to errors).
diff --git a/frontend/browser.html b/frontend/browser.html
index 9d238d65..bc59fc1c 100644
--- a/frontend/browser.html
+++ b/frontend/browser.html
@@ -795,7 +795,7 @@ router instance and passes the instance to all calls.
diff --git a/frontend/controllers.html b/frontend/controllers.html
index 662ee645..1e86988d 100644
--- a/frontend/controllers.html
+++ b/frontend/controllers.html
@@ -808,7 +808,7 @@ missing resources.
diff --git a/http/default_interceptors.html b/http/default_interceptors.html
index 7dab1377..332d4eda 100644
--- a/http/default_interceptors.html
+++ b/http/default_interceptors.html
@@ -803,7 +803,7 @@
diff --git a/http/interceptors.html b/http/interceptors.html
index 027c72e8..a3e5aeb0 100644
--- a/http/interceptors.html
+++ b/http/interceptors.html
@@ -795,7 +795,7 @@
diff --git a/http/pedestal.html b/http/pedestal.html
index ffb71bb4..9a974dd2 100644
--- a/http/pedestal.html
+++ b/http/pedestal.html
@@ -803,7 +803,7 @@
diff --git a/http/sieppari.html b/http/sieppari.html
index 36024b11..6ba39b82 100644
--- a/http/sieppari.html
+++ b/http/sieppari.html
@@ -843,7 +843,7 @@
diff --git a/index.html b/index.html
index da9b1908..5d46e852 100644
--- a/index.html
+++ b/index.html
@@ -923,7 +923,7 @@
diff --git a/performance.html b/performance.html
index 54f90a28..54ed8fce 100644
--- a/performance.html
+++ b/performance.html
@@ -860,7 +860,7 @@
diff --git a/ring/coercion.html b/ring/coercion.html
index ff7f95a2..e8d74033 100644
--- a/ring/coercion.html
+++ b/ring/coercion.html
@@ -914,7 +914,7 @@
diff --git a/ring/compiling_middleware.html b/ring/compiling_middleware.html
index 76e07b91..315d3755 100644
--- a/ring/compiling_middleware.html
+++ b/ring/compiling_middleware.html
@@ -841,7 +841,7 @@
diff --git a/ring/data_driven_middleware.html b/ring/data_driven_middleware.html
index a7e7f7ff..6d71c2c7 100644
--- a/ring/data_driven_middleware.html
+++ b/ring/data_driven_middleware.html
@@ -869,7 +869,7 @@
diff --git a/ring/default_handler.html b/ring/default_handler.html
index a624659e..5b83a95c 100644
--- a/ring/default_handler.html
+++ b/ring/default_handler.html
@@ -847,7 +847,7 @@
diff --git a/ring/default_middleware.html b/ring/default_middleware.html
index 6656cbda..48056408 100644
--- a/ring/default_middleware.html
+++ b/ring/default_middleware.html
@@ -1013,7 +1013,7 @@ Server: Jetty(9.2.21.v20170120)
diff --git a/ring/dynamic_extensions.html b/ring/dynamic_extensions.html
index 624f948e..219d6ce8 100644
--- a/ring/dynamic_extensions.html
+++ b/ring/dynamic_extensions.html
@@ -816,7 +816,7 @@
diff --git a/ring/middleware_registry.html b/ring/middleware_registry.html
index dff2fc08..bbb8805b 100644
--- a/ring/middleware_registry.html
+++ b/ring/middleware_registry.html
@@ -827,7 +827,7 @@
diff --git a/ring/reverse_routing.html b/ring/reverse_routing.html
index fc623edf..4935ce4f 100644
--- a/ring/reverse_routing.html
+++ b/ring/reverse_routing.html
@@ -812,7 +812,7 @@
diff --git a/ring/ring.html b/ring/ring.html
index a469af47..8360cc85 100644
--- a/ring/ring.html
+++ b/ring/ring.html
@@ -948,7 +948,7 @@
diff --git a/ring/route_data_validation.html b/ring/route_data_validation.html
index 982debff..1e7bfc3d 100644
--- a/ring/route_data_validation.html
+++ b/ring/route_data_validation.html
@@ -1024,7 +1024,7 @@
diff --git a/ring/slash_handler.html b/ring/slash_handler.html
index 418e4f66..20b5e436 100644
--- a/ring/slash_handler.html
+++ b/ring/slash_handler.html
@@ -850,7 +850,7 @@
diff --git a/ring/static.html b/ring/static.html
index 1005104d..8693d476 100644
--- a/ring/static.html
+++ b/ring/static.html
@@ -852,7 +852,7 @@
diff --git a/ring/swagger.html b/ring/swagger.html
index 131d079f..7849f9e0 100644
--- a/ring/swagger.html
+++ b/ring/swagger.html
@@ -1057,7 +1057,7 @@
diff --git a/ring/transforming_middleware_chain.html b/ring/transforming_middleware_chain.html
index d41b3f94..5a71c9ca 100644
--- a/ring/transforming_middleware_chain.html
+++ b/ring/transforming_middleware_chain.html
@@ -804,7 +804,7 @@