kieran / barista

A URL router / generator for NodeJS
https://kieran.github.io/barista/
MIT License
111 stars 22 forks source link

Add support for HTTP PATCH method #28

Closed troyastorino closed 10 years ago

troyastorino commented 10 years ago

PATCH was proposed in 2010, and has been widely adopted. Rails 4 uses it as the primary method for updates. It's nice to use, and so would be nice to support.

kieran commented 10 years ago

cool - thanks! pushed v0.3.0 to npm

troyastorino commented 10 years ago

Woo, awesome!