Sha256: 09affdcd4b523bd17478c9820e27af1252799daa6b17b8c44096e83423b8ebb8
Contents?: true
Size: 444 Bytes
Versions: 26
Compression:
Stored size: 444 Bytes
Contents
## Method Override The _methodOverride_ middleware checks `req.body._method` (by default) in order to swap out the http request method. The _bodyDecoder_ middleware will populate `req.body` when a form is submitted, which when paired with this middleware will allow the _router_ middleware to support RESTful forms. ### Options key Defaults to _method ### Environment Variables --methodOverrideKey ### See Also * body-decoder
Version data entries
26 entries across 26 versions & 1 rubygems