mikeal/bent
Functional JS HTTP client (Node.js & Fetch) w/ async await 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
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
- readme: https://github.com/mikeal/bent · fetched 2026-08-28 · 1426ad1a0895
- registry_npm: https://registry.npmjs.org/bent · fetched 2026-08-29 · 7ffe2fe87f36
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mikeal/bent | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem