HTTP-method override middleware for snicco/http-routing
A middleware for the snicco/http-routing
component that allows you
to override the HTTP method for POST
requests to either PATCH|PUT|DELELE
based on the post body.
composer require snicco/method-override-middleware
This middleware should be added for globally in the MiddlewareResolver
.
To allow overwriting the HTTP method, either a _method
must be present in the request body or the X-HTTP-Method-Override
header must be present.
Overwriting the HTTP method only works for POST
methods. Valid values are PATCH|PUT|DELELE
.
This repository is a read-only split of the development repo of the Snicco project.
This is how you can contribute.
Please report issues in the Snicco monorepo.
If you discover a security vulnerability, please follow our disclosure procedure.