petrix
v0.1.1
Published
Ultra-lightweight HTTP client with plugin system
Readme
Petrix
Ultra-lightweight, extensible HTTP client. More details coming soon.
Installation
npm install petrix
# or
pnpm add petrix
# or
yarn add petrixQuick Start
import Petrix from "petrix";
const client = new Petrix();
const data = await client.get("https://api.example.com/data");