1.1.3 • Published 1 year ago

http-ease v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

http-ease

this is a basic(dummy) javacsript http library.

It supports basic HTTP methods and provides a way to interact with APIs and servers

Features

  • Supports basic HTTP methods - GET, POST, PUT, PATCH, and DELETE
  • Works in both Node.js and browser environments
  • Handles both JSON and plain text responses
  • Allows custom headers to be set for requests

Installation

npm install http-ease

Usage

Here’s how you can use http-ease in your project

import HttpEase from 'http-ease'
const ease = new HttpEase()
ease.get("https://jsonplaceholder.typicode.com/posts")
1.1.3

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago