From f247751409d91d7987cd691d724507d77706522c Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Mon, 26 May 2025 08:45:20 +0300 Subject: [PATCH] doc: remove misleading link to open issue the factoring hasn't happened, so no reason to talk about issue #134 in the docs until it does --- doc/ring/default_middleware.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/ring/default_middleware.md b/doc/ring/default_middleware.md index c311d8e7..24e88127 100644 --- a/doc/ring/default_middleware.md +++ b/doc/ring/default_middleware.md @@ -17,8 +17,6 @@ Any Ring middleware can be used with `reitit-ring`, but using data-driven middle `reitit.ring.middleware.parameters/parameters-middleware` to capture query- and form-params. Wraps `ring.middleware.params/wrap-params`. -**NOTE**: This middleware will be factored into two parts: a query-parameters middleware and a Muuntaja format responsible for the the `application/x-www-form-urlencoded` body format. cf. https://github.com/metosin/reitit/issues/134 - ## Exception Handling See [Exception Handling with Ring](exceptions.md).