Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing send method to upper case all HTTP methods. Chrome xhr does …
…not do this for methods like PATCH. This causes most servers to throw "Method not Implemented". Not sure if you want/need to toUpper other method around the code like get. I already did this for methodsWithBody.
- Loading branch information