Exchange
Special behaviour
_method
The _method
parameter in form requests can be used to override the request method. This will effectively allow you to use other HTTP Verbs then just GET
and POST
within forms.
This feature is by default turned on and can be disabled with the disableFormMethods
method on the HTTPServer instance.