org.scalatra.MethodOverride
See theMethodOverride companion object
trait MethodOverride extends Handler, ServletApiImplicits
Mixin for clients that only support a limited set of HTTP verbs. If the request is a POST and the _method
request parameter is set, the value of the _method
parameter is treated as the request's method.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article