0.1.5 • Published 3 years ago

reteligula v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ReteLigula

Fast simple tiny HTTP library for Nodejs

Install

  npm install reteligula
  yarn add reteligula
  pnpm add reteligula

Usage

  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
0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.0.1

3 years ago