reteligula
v0.1.5
Published
Fast HTTP library for Node.js
Readme
ReteLigula
Fast simple tiny HTTP library for Nodejs
Install
npm install reteligula yarn add reteligula pnpm add reteligulaUsage
import ReteLigula from "reteligula";
const app = new ReteLigula();
const response = await app.post("url", data?, options?); // or get, put, delete
console.log(response.data); // you can get from 'response': data, type, status, statusText and ok