You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2022. It is now read-only.
Request method overrides through body content currently properly work for application/x-www-form-urlencoded requests only.
This happens since the data request transport is late to the party when decoding and setting the request data object for all other request types.
Supporting this strategy for method override is kind of problematic and would result on code duplication among other problems. Instead we should just support method overrides through headers which is more semantically correct.