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

benoitc/hackney

simple HTTP client in Erlang observed · 2026-08-28

github.com/benoitc/hackney · Erlang · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

98/100

  • Activity 97
  • Release rhythm 97
  • Longevity 100

Flags: no_license

How is this computed?

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

  • gap_med: 1.0
  • age_days: 5175
  • days_rel: 21
  • days_push: 21
  • n_releases_24m: 39

Full methodology

Adoption not part of the score

1417 stars · 453 forks observed · 2026-08-28

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

hackney is an HTTP client library for Erlang supporting HTTP/1.1, HTTP/2, and experimental HTTP/3, with connection pooling, streaming, async responses, and WebSocket/WebTransport clients. It runs each connection in its own process for isolation and includes SSL verification by default.

Use cases

  • make HTTP requests from Erlang or Elixir
  • stream large file uploads and downloads without loading into memory
  • pool and reuse HTTP connections for high-throughput services
  • consume WebSocket APIs from the BEAM
  • call HTTP/2 or HTTP/3 endpoints with protocol negotiation
  • fetch responses asynchronously as messages

When to choose

  • you need a battle-tested HTTP client on Erlang/Elixir with pooling and streaming
  • you want HTTP/2 multiplexing or to experiment with HTTP/3 on the BEAM
  • you need WebSocket or WebTransport client support in Erlang

When to avoid

  • you need a simple script-friendly client in Elixir where Finch or Req may be more idiomatic
  • you require guaranteed production HTTP/3 support, which is still experimental
  • you are outside the BEAM ecosystem

Facets

library · maturity active

http-client websocket web-development backend networking apis elixir cross-platform serverless http2 http3 quic connection-pooling streaming webtransport elixir-compatible

1 source

Member repositories

RepositoryRoleHealth v2
benoitc/hackneymain98

For agents

markdown · JSON · MCP: product_card(name="benoitc/hackney")

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