From 9c15e22304f705821d385d67dee54ebbb4a7f34c Mon Sep 17 00:00:00 2001
From: Automatic build
Date: Wed, 30 Jan 2019 14:29:23 +0000
Subject: [PATCH] Build book from commit
91af1e1a91537bae190d540a638d4a108c3bbb9c [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 +-
cljdoc.edn | 3 ++-
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/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 +-
44 files changed, 45 insertions(+), 44 deletions(-)
diff --git a/advanced/composing_routers.html b/advanced/composing_routers.html
index ee9223eb..a2416b0a 100644
--- a/advanced/composing_routers.html
+++ b/advanced/composing_routers.html
@@ -1137,7 +1137,7 @@
diff --git a/advanced/configuring_routers.html b/advanced/configuring_routers.html
index 6cee4aec..23fa943f 100644
--- a/advanced/configuring_routers.html
+++ b/advanced/configuring_routers.html
@@ -843,7 +843,7 @@
diff --git a/advanced/dev_workflow.html b/advanced/dev_workflow.html
index 14ae08f1..34727fd6 100644
--- a/advanced/dev_workflow.html
+++ b/advanced/dev_workflow.html
@@ -902,7 +902,7 @@
diff --git a/advanced/different_routers.html b/advanced/different_routers.html
index 9c17176b..210c4d13 100644
--- a/advanced/different_routers.html
+++ b/advanced/different_routers.html
@@ -850,7 +850,7 @@
diff --git a/advanced/route_validation.html b/advanced/route_validation.html
index 68cc5700..caa33216 100644
--- a/advanced/route_validation.html
+++ b/advanced/route_validation.html
@@ -938,7 +938,7 @@
diff --git a/advanced/shared_routes.html b/advanced/shared_routes.html
index 4af732e3..3a06bdbf 100644
--- a/advanced/shared_routes.html
+++ b/advanced/shared_routes.html
@@ -858,7 +858,7 @@
diff --git a/basics/name_based_routing.html b/basics/name_based_routing.html
index 62646ef2..ae48ee9e 100644
--- a/basics/name_based_routing.html
+++ b/basics/name_based_routing.html
@@ -861,7 +861,7 @@
diff --git a/basics/path_based_routing.html b/basics/path_based_routing.html
index f65262eb..5cb21178 100644
--- a/basics/path_based_routing.html
+++ b/basics/path_based_routing.html
@@ -819,7 +819,7 @@
diff --git a/basics/route_conflicts.html b/basics/route_conflicts.html
index f67173e9..b2d24fce 100644
--- a/basics/route_conflicts.html
+++ b/basics/route_conflicts.html
@@ -862,7 +862,7 @@
diff --git a/basics/route_data.html b/basics/route_data.html
index a27f23a8..ea677af0 100644
--- a/basics/route_data.html
+++ b/basics/route_data.html
@@ -860,7 +860,7 @@
diff --git a/basics/route_data_validation.html b/basics/route_data_validation.html
index d7b101f8..75925e5c 100644
--- a/basics/route_data_validation.html
+++ b/basics/route_data_validation.html
@@ -912,7 +912,7 @@
diff --git a/basics/route_syntax.html b/basics/route_syntax.html
index eb355557..86989006 100644
--- a/basics/route_syntax.html
+++ b/basics/route_syntax.html
@@ -849,7 +849,7 @@ E.g., /foo bar should be /foo%20bar.
diff --git a/basics/router.html b/basics/router.html
index 55c5a028..84a1c9c0 100644
--- a/basics/router.html
+++ b/basics/router.html
@@ -829,7 +829,7 @@
diff --git a/cljdoc.edn b/cljdoc.edn
index 7ba4c771..315e35e5 100644
--- a/cljdoc.edn
+++ b/cljdoc.edn
@@ -35,7 +35,8 @@
["Pluggable Coercion" {:file "doc/ring/coercion.md"}]
["Route Data Validation" {:file "doc/ring/route_data_validation.md"}]
["Compiling Middleware" {:file "doc/ring/compiling_middleware.md"}]
- ["Swagger Support" {:file "doc/ring/swagger.md"}]]
+ ["Swagger Support" {:file "doc/ring/swagger.md"}]
+ ["RESTful form methods" {:file "doc/ring/ring/RESTful_form_methods.md"}]]
["HTTP" {}
["Interceptors" {:file "doc/http/interceptors.md"}]
["Pedestal" {:file "doc/http/pedestal.md"}]
diff --git a/coercion/clojure_spec_coercion.html b/coercion/clojure_spec_coercion.html
index ccb44bf8..74068086 100644
--- a/coercion/clojure_spec_coercion.html
+++ b/coercion/clojure_spec_coercion.html
@@ -836,7 +836,7 @@
diff --git a/coercion/coercion.html b/coercion/coercion.html
index 283ee20c..d0b2b917 100644
--- a/coercion/coercion.html
+++ b/coercion/coercion.html
@@ -926,7 +926,7 @@
diff --git a/coercion/data_spec_coercion.html b/coercion/data_spec_coercion.html
index 804d19dd..42c70ad1 100644
--- a/coercion/data_spec_coercion.html
+++ b/coercion/data_spec_coercion.html
@@ -825,7 +825,7 @@
diff --git a/coercion/schema_coercion.html b/coercion/schema_coercion.html
index b9da11a2..e7b55363 100644
--- a/coercion/schema_coercion.html
+++ b/coercion/schema_coercion.html
@@ -826,7 +826,7 @@
diff --git a/development.html b/development.html
index 53004e8a..cc7db6f3 100644
--- a/development.html
+++ b/development.html
@@ -816,7 +816,7 @@ lein test
diff --git a/faq.html b/faq.html
index df75d0bf..08364b47 100644
--- a/faq.html
+++ b/faq.html
@@ -894,7 +894,7 @@
diff --git a/frontend/basics.html b/frontend/basics.html
index f726bf46..e3180ca4 100644
--- a/frontend/basics.html
+++ b/frontend/basics.html
@@ -804,7 +804,7 @@ React breaking due to errors).
diff --git a/frontend/browser.html b/frontend/browser.html
index 795ddbd3..3e0943c4 100644
--- a/frontend/browser.html
+++ b/frontend/browser.html
@@ -808,7 +808,7 @@ router instance and passes the instance to all calls.
diff --git a/frontend/controllers.html b/frontend/controllers.html
index 37a9e550..4efad687 100644
--- a/frontend/controllers.html
+++ b/frontend/controllers.html
@@ -892,7 +892,7 @@ missing resources.
diff --git a/http/default_interceptors.html b/http/default_interceptors.html
index 39abfb0b..f463fcfc 100644
--- a/http/default_interceptors.html
+++ b/http/default_interceptors.html
@@ -816,7 +816,7 @@
diff --git a/http/interceptors.html b/http/interceptors.html
index 1f47958c..9e94bef9 100644
--- a/http/interceptors.html
+++ b/http/interceptors.html
@@ -844,7 +844,7 @@
diff --git a/http/pedestal.html b/http/pedestal.html
index 469cf696..ce064bba 100644
--- a/http/pedestal.html
+++ b/http/pedestal.html
@@ -855,7 +855,7 @@
diff --git a/http/sieppari.html b/http/sieppari.html
index 6b137766..464294f9 100644
--- a/http/sieppari.html
+++ b/http/sieppari.html
@@ -856,7 +856,7 @@
diff --git a/http/transforming_interceptor_chain.html b/http/transforming_interceptor_chain.html
index da4eabc8..18a928df 100644
--- a/http/transforming_interceptor_chain.html
+++ b/http/transforming_interceptor_chain.html
@@ -855,7 +855,7 @@
diff --git a/index.html b/index.html
index 58a3725b..c8c8bff6 100644
--- a/index.html
+++ b/index.html
@@ -943,7 +943,7 @@
diff --git a/performance.html b/performance.html
index d3c716b4..afbf9b7e 100644
--- a/performance.html
+++ b/performance.html
@@ -897,7 +897,7 @@
diff --git a/ring/coercion.html b/ring/coercion.html
index 487b8018..85542758 100644
--- a/ring/coercion.html
+++ b/ring/coercion.html
@@ -989,7 +989,7 @@
diff --git a/ring/compiling_middleware.html b/ring/compiling_middleware.html
index b1ae5165..16d1f527 100644
--- a/ring/compiling_middleware.html
+++ b/ring/compiling_middleware.html
@@ -854,7 +854,7 @@
diff --git a/ring/data_driven_middleware.html b/ring/data_driven_middleware.html
index d40a2fcd..b496a821 100644
--- a/ring/data_driven_middleware.html
+++ b/ring/data_driven_middleware.html
@@ -882,7 +882,7 @@
diff --git a/ring/default_handler.html b/ring/default_handler.html
index e3f6fac5..05a15d09 100644
--- a/ring/default_handler.html
+++ b/ring/default_handler.html
@@ -860,7 +860,7 @@
diff --git a/ring/default_middleware.html b/ring/default_middleware.html
index 467feec7..e741aff4 100644
--- a/ring/default_middleware.html
+++ b/ring/default_middleware.html
@@ -1033,7 +1033,7 @@ Server: Jetty(9.2.21.v20170120)
diff --git a/ring/dynamic_extensions.html b/ring/dynamic_extensions.html
index 5a4d44fd..db85c890 100644
--- a/ring/dynamic_extensions.html
+++ b/ring/dynamic_extensions.html
@@ -829,7 +829,7 @@
diff --git a/ring/middleware_registry.html b/ring/middleware_registry.html
index 497884f7..bcc2c080 100644
--- a/ring/middleware_registry.html
+++ b/ring/middleware_registry.html
@@ -840,7 +840,7 @@
diff --git a/ring/reverse_routing.html b/ring/reverse_routing.html
index 6e042ada..95cc7211 100644
--- a/ring/reverse_routing.html
+++ b/ring/reverse_routing.html
@@ -825,7 +825,7 @@
diff --git a/ring/ring.html b/ring/ring.html
index 4f5d915f..8cf1987a 100644
--- a/ring/ring.html
+++ b/ring/ring.html
@@ -969,7 +969,7 @@
diff --git a/ring/route_data_validation.html b/ring/route_data_validation.html
index 87793144..2fa2151d 100644
--- a/ring/route_data_validation.html
+++ b/ring/route_data_validation.html
@@ -1037,7 +1037,7 @@
diff --git a/ring/slash_handler.html b/ring/slash_handler.html
index 86ce3dc9..d17b7b3a 100644
--- a/ring/slash_handler.html
+++ b/ring/slash_handler.html
@@ -863,7 +863,7 @@
diff --git a/ring/static.html b/ring/static.html
index 71973e0e..91384d5f 100644
--- a/ring/static.html
+++ b/ring/static.html
@@ -865,7 +865,7 @@
diff --git a/ring/swagger.html b/ring/swagger.html
index 4969a124..95f5c603 100644
--- a/ring/swagger.html
+++ b/ring/swagger.html
@@ -1084,7 +1084,7 @@ see the next example
diff --git a/ring/transforming_middleware_chain.html b/ring/transforming_middleware_chain.html
index b9c5c6cc..b7d4766d 100644
--- a/ring/transforming_middleware_chain.html
+++ b/ring/transforming_middleware_chain.html
@@ -846,7 +846,7 @@