Ross ROSS = Recommend OSS · open-source software intelligence for agents

lostisland/faraday

Simple, but flexible HTTP client library, with support for multiple backends. observed · 2026-08-28

github.com/lostisland/faraday · homepage · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 97
  • Release rhythm 90
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 24
  • age_days: 6110
  • days_rel: 70
  • days_push: 21
  • n_releases_24m: 16

Full methodology

Adoption not part of the score

5950 stars · 1024 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Faraday is a Ruby HTTP client library that provides a common interface over multiple HTTP backends such as Net::HTTP, Typhoeus, and Patron. It uses Rack-style middleware to customize the request/response cycle, making it easy to build API clients and web service libraries.

Use cases

  • make HTTP requests in Ruby with a unified API across backends
  • build a wrapper client for a REST API
  • swap HTTP adapters without changing client code
  • add custom middleware to retry, log, or instrument requests
  • upload files or stream responses over HTTP
  • parse JSON, XML, or YAML responses automatically

When to choose

  • you are writing Ruby code that talks to HTTP APIs
  • you want adapter-agnostic HTTP with pluggable middleware
  • you need persistent connections, parallel requests, or streaming in Ruby

When to avoid

  • you need a lightweight one-off HTTP call and prefer Net::HTTP directly
  • you are not working in Ruby
  • you need a full browser or GUI HTTP tool rather than a library

Facets

library · maturity stable

http-client middleware serialization web-development apis developer-tools ruby http-client-abstraction rack-middleware api-clients pluggable-adapters

2 sources

Member repositories

RepositoryRoleHealth v2
lostisland/faradaymain95

For agents

markdown · JSON · MCP: product_card(name="lostisland/faraday")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem