Are there good references teaching you how to send PUT/DELETE/POST/GET with ruby?
I have looked at Net::HTTP.
Is this library capable of all four methods? I couldn’t find how to send with PUT.
Are there other good libraries for all these four methods?
The simplest way would probably be to use the rest client gem. Then you can do stuff like
EDIT: changed url to a more up to date one.