mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Fix link in default_middleware.md
"Content Negotation" was moved to its own page. This commit adds a section with a link to the new page, similar to the way the "Exception Handling" section is presented.
This commit is contained in:
parent
e30e739a15
commit
bb4a7502fb
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