Fatcher
JSON →Fatcher is a lightweight, zero-dependency HTTP request library built on the native fetch API, designed for both browsers and Node.js environments (Node.js >= 18.0.0). Current stable version is 3.0.2, released with TypeScript support and a composable middleware system inspired by Koa. Key differentiators: <1kb size, streaming API support, compatible with all modern browsers (Chrome 66+, Firefox 65+, Safari 12.1+, Edge 16+), and seamless cross-platform usage. Unlike axios or got, fatcher leverages the native fetch API with a tiny middleware layer for extensibility.