We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52619f4 commit 80b524bCopy full SHA for 80b524b
src/compojure/api/resource.clj
@@ -154,9 +154,9 @@
154
Top-level mw are applied first if route matches, method-level
155
mw are applied next if method matches
156
157
- - **:coercion** A function from request->type->coercion-matcher, used
+ - **:coercion** A named coercion or instance of Coercion
158
in resource coercion for :body, :string and :response.
159
- Setting value to `(constantly nil)` disables both request- &
+ Setting value to `nil` disables both request- &
160
response coercion. See tests and wiki for details.
161
162
Enhancements to ring-swagger operations map:
0 commit comments