toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 73 forks source link

Add PATCH HTTP verb support #113

Closed julik closed 8 years ago

julik commented 8 years ago

Make it a permitted action and treat it the same as PUT (same restrictions)

Closes #34