0.1.5 • Published 2 years ago

reteligula v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.0.1

2 years ago