TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's your favorite ruby HTTP client?

3 pointsby thinkingseriousover 9 years ago

3 comments

yellowappleover 9 years ago
I recently used the &quot;rest-client&quot; gem for a pet project of mine (<a href="https:&#x2F;&#x2F;github.com&#x2F;YellowApple&#x2F;tldrb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;YellowApple&#x2F;tldrb</a>, if anyone&#x27;s curious). Works quite well for simple use cases.
评论 #10253469 未加载
stevekempover 9 years ago
I&#x27;ve had a lot of success with `curb` gem.<p>It is used to run thousands of tests, via a local monitoring system we built:<p><a href="https:&#x2F;&#x2F;projects.bytemark.co.uk&#x2F;projects&#x2F;custodian&#x2F;wiki" rel="nofollow">https:&#x2F;&#x2F;projects.bytemark.co.uk&#x2F;projects&#x2F;custodian&#x2F;wiki</a>
hundunpaoover 9 years ago
httparty!