mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
doc: don't say :multipart only works with spec
This commit is contained in:
parent
6c3db02163
commit
bf8d0ba1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ The following request parameters are currently supported:
|
|||
| `:form` | `:form-params` |
|
||||
| `:header` | `:header-params` |
|
||||
| `:path` | `:path-params` |
|
||||
| `:multipart` | `:multipart-params`, only properly supports `clojure.spec`, see [Default Middleware](default_middleware.md) |
|
||||
| `:multipart` | `:multipart-params`, see [Default Middleware](default_middleware.md) |
|
||||
|
||||
To enable coercion, the following things need to be done:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue