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?