# Functions
FormField specifies a form field to use to determinate the method to override the POST method with.
FormFieldWithConf same as `FormField` but it accepts the application's configuration to parse the form based on the app core configuration.
Getter sets a custom logic to use to extract the method name to override the POST method with.
Headers that client can send to specify a method to override the POST method with.
Methods can be used to add methods that can be overridden.
New returns a new method override wrapper which can be registered with `Application.WrapRouter`.
Only clears all default or previously registered values and uses only the "o" option(s).
Query specifies a url parameter name to use to determinate the method to override the POST methos with.
SaveOriginalMethod will save the original method on Context.Request().Context().Value(requestContextKey).
# Type aliases
GetterFunc is the type signature for declaring custom logic to extract the method name which a POST request will be replaced with.
Option sets options for a fresh method override wrapper.