fetch-http-service

JSON →
library 0.2.1 ·javascript
verified Jun 7, 2026

A lightweight HTTP service wrapper around the Fetch API offering get, post, put, patch, and delete methods with query parameter and body support. Current version 0.2.1 is an early release with limited adoption. It simplifies fetch requests by providing a clean, promise-based interface and optional credential/cross-domain flags. Compared to axios or ky, it is minimal and unopinionated but lacks advanced features like interceptors, retries, or timeout handling. Suitable for simple projects or as a learning tool.