Our customer wants to send a PATCH request to our API with an override header of DELETE.
I thought of adding another optional configuration option similar to the header and param:
override_all - allows all original methods to be overridden when an override param or header is set. Default: 0, Options: 1|0
When you accept this feature, we will hopefully get around to send a pull request.
Our customer wants to send a
PATCHrequest to our API with an override header ofDELETE.I thought of adding another optional configuration option similar to the
headerandparam:override_all- allows all original methods to be overridden when an override param or header is set. Default: 0, Options: 1|0When you accept this feature, we will hopefully get around to send a pull request.