martyjs / marty

A Javascript library for state management in React applications
http://martyjs.org
MIT License
1.09k stars 77 forks source link

HTTP methods should be upper case #318

Closed taion closed 9 years ago

taion commented 9 years ago

The Fetch spec has normalization for some methods: https://fetch.spec.whatwg.org/#concept-method-normalize, but this doesn't include PATCH, which against sufficiently strict webservers must be specified as uppercase.

jhollingworth commented 9 years ago

:+1: thanks

jhollingworth commented 9 years ago

Released in v0.9.16