MethodOverrideOptions
Summary
Options for the methodOverride middleware.
Signature
interface MethodOverrideOptions {
fieldName?: string;
}
Properties
fieldName
The name of the form field to check for request method override.
Options for the methodOverride middleware.
interface MethodOverrideOptions {
fieldName?: string;
}
The name of the form field to check for request method override.