mirror of
https://github.com/metosin/reitit.git
synced 2025-12-20 01:21:11 +00:00
Merge pull request #410 from jhacksworth/fix-link-in-default-middleware-doc
Fix link in default_middleware.md
This commit is contained in:
commit
2ff255eb89
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ Any Ring middleware can be used with `reitit-ring`, but using data-driven middle
|
|||
|
||||
See [Exception Handling with Ring](exceptions.md).
|
||||
|
||||
## Content Negotiation
|
||||
|
||||
See [Content Negotiation](content_negotiation.md).
|
||||
|
||||
## Multipart Request Handling
|
||||
|
||||
Wrapper for [Ring Multipart Middleware](https://github.com/ring-clojure/ring/blob/master/ring-core/src/ring/middleware/multipart_params.clj). Emits swagger `:consumes` definitions automatically.
|
||||
|
|
|
|||
Loading…
Reference in a new issue