mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +00:00
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
This commit is contained in:
parent
48fdb692ef
commit
f247751409
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
`reitit.ring.middleware.parameters/parameters-middleware` to capture query- and form-params. Wraps
|
||||||
`ring.middleware.params/wrap-params`.
|
`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
|
## Exception Handling
|
||||||
|
|
||||||
See [Exception Handling with Ring](exceptions.md).
|
See [Exception Handling with Ring](exceptions.md).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue