trae

JSON →
library 1.4.2 ·javascript
verified Jun 7, 2026

Minimalistic HTTP client for the browser, based on the Fetch API. It provides a clean, promise-based interface for making HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD) with support for query parameters, custom headers, body type parsing (json, text, blob, etc.), mode and credentials configuration, and middleware. Current stable version is 1.4.2. It is designed to be future-proof with native Fetch, but requires a polyfill for older browsers. Lightweight alternative to axios with no external dependencies.