use a request parameter to override the HTTP method in maki.
npm install maki-forms- Auto-generate the appropriate form for various actions; get a POST form for document creations, a PATCH form for document edits.
+form, which accepts two parameters: resource and type.resource accepts a resource object (see maki documentation), but specifically expects information about the routes for each type of document modification.
type can be one of create, edit, or delete. A form will be auto-generated with the correct verb (or a verb-hack, see "middleware") and all associated validators.
method. A server-side middleware looks for this field in POST requests and subsequently interprets the request as the correct verb.