1httparty is a Ruby library that makes HTTP fun again!
2
3Its features:
4* Easy get, post, put, delete requests
5* Basic http authentication
6* Default request query string parameters (i.e. for API keys that are needed on
7  each request)
8* Automatic parsing of JSON and XML into ruby hashes based on response
9  content-type
10