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

mikeal/bent

Functional JS HTTP client (Node.js & Fetch) w/ async await observed · 2026-08-28

github.com/mikeal/bent · JavaScript observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases 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: n/a
  • age_days: 3221
  • days_rel: n/a
  • days_push: 1353
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2189 stars · 83 forks observed · 2026-08-28

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

Bent is a tiny functional HTTP client library for Node.js and browsers built on async/await, returning configured async request functions. It supports response formats (, string, buffer), status code constraints, headers, and base URLs with no external dependencies in the browser build.

Use cases

  • make http requests with async await in node
  • fetch from an api in the browser
  • tiny http client with no dependencies
  • validate response status codes automatically
  • decode responses as string or buffer
  • reuse a base url for multiple api calls

When to choose

  • you want a minimal, functional http client for node or browser
  • you prefer async/await over promise chains or callbacks
  • bundle size matters and fetch is available
  • you want automatic status code and format validation

When to avoid

  • you need interceptors, retries, or advanced middleware
  • you need broad legacy browser support without fetch
  • you want a large maintained ecosystem like axios
  • the project appears to be in maintenance with no license file in the repo

Facets

library · maturity maintenance

http-client web-development apis developer-tools browser cross-platform fetch async-await functional http nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
mikeal/bentmain32

For agents

markdown · JSON · MCP: product_card(name="mikeal/bent")

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