agentch

JSON →
library 0.5.2 ·javascript
verified Jun 7, 2026

agentch v0.5.2 is a lightweight HTTP request agent built on the Fetch API, written in TypeScript. It provides a minimal abstraction over fetch for making requests with support for interceptors, timeouts, and custom headers. Released under an MIT license, it is intended primarily for Node.js environments but can work in browsers that support fetch. The library is still in early development (0.x) with an unstable API and known missing features like race condition handling, caching, and retry logic. It differentiates from axios and superagent by relying entirely on the native fetch, thus having no dependencies, but this also means it lacks Node.js-specific features like HTTP/2 or agent handling currently. With weekly updates, it targets developers needing a tiny, typed fetch wrapper.