MethodOverrideOptions

View Source

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.