Gofor

JSON →
library 3.0.6 ·javascript
verified Jun 7, 2026

Gofor is a lean, isomorphic fetch decorator that deep reverse merges default options, allowing per-request overrides. Current stable version is 3.0.6. It supports Node.js >=8.9.0 and browsers, using the native fetch API or a polyfill. Compared to similar libraries like ky or wretch, Gofor focuses on simplicity and minimal configuration, providing a single class with a config method for setting defaults (including headers as objects or Headers instances) and a pre-configured fetch instance. It has no runtime dependencies and ships as CommonJS only.