mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
21ae22dbd3
Resolves #1158 This modifies http.js to uppercase the HTTP method, similar to xhr.js, before passing the request off to the transport. This causes follow-redirects to preserve the HTTP method when automatically making a request to the next URL.