Looking into this some more, this is explained in the Endpoint plugs section of the Phoenix Plug Guide:
- Plug.MethodOverride - converts the request method to PUT, PATCH or DELETE for POST requests with a valid
_method
parameter
Looking into this some more, this is explained in the Endpoint plugs section of the Phoenix Plug Guide:
- Plug.MethodOverride - converts the request method to PUT, PATCH or DELETE for POST requests with a valid
_method
parameter