doc: don't say :multipart only works with spec

This commit is contained in:
Joel Kaasinen 2023-03-16 10:18:14 +02:00
parent 6c3db02163
commit bf8d0ba1ef

View file

@ -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: