Programming Phoenix 1.4: Chapter 5 HTTP DELETE clarification (page 98)

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
1 Like