I’m not pleased with Net::HTTP at all, and I’m looking for a lightweight gem that will either replace that library or at the very least hide it from me.
Does anyone have any suggestions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
My vote goes to HTTParty. It’s incredibly simple to use and can be as powerful as you choose. Here’s a code sample:
Pretty simple stuff depending on what you’re using it for.