loony-fetch
v0.1.0
Published
http request client
Readme
Loony Fetch
A modern, promise-based HTTP client.
fetch provides a simple, consistent API for making HTTP requests in browsers and Node.js, with support for interceptors, request/response defaults, and automatic JSON handling.
Features
- Promise-based API
- Works in browsers and Node.js
- Request & response interceptors
- Automatic JSON serialization/deserialization
- Timeout support
- Typed responses (TypeScript-friendly)
Installation
npm install fetch