isomorphic-fetch-http

JSON →
library 3.0.0 ·javascript
verified Jun 7, 2026

A lightweight HTTP client built on top of isomorphic-fetch, designed for browser and Node.js environments with a simple API for GET, POST, PUT, DELETE, and JSON requests. Version 3.0.0 is the latest stable release. It provides global configuration (prefix, headers, cookies, filter, callback) and is primarily used with React/Redux applications. Compared to alternatives like axios, it has minimal dependencies but also limited features and less active maintenance.