fetch-http-client

JSON →
library 1.1.0 ·javascript maintenance
verified Jun 7, 2026

A lightweight HTTP client wrapper around the Fetch API with middleware support, enabling synchronous and asynchronous pre-request and post-response hooks. Version 1.1.0 is the current stable release with no active development since 2017. It distinguishes itself from fetch-plus and http-client by allowing asynchronous middleware (e.g., for token retrieval) and includes built-in middleware for JSON handling, query string construction, and path variable substitution. Suitable for browser and React Native environments.