1.1.6 • Published 2 years ago

req-uri v1.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

req-uri is a package to facilitate the use of requests and responses.

Description

This package facilitates the handling of requests and responses

req-uri 1.0.6 is the stable release.

Installation

npm  install  req-uri

Importer

// ES6
import * as req from 'req-uri';
// Commonjs
const req = require('req-uri');

Examples

import { req } from  'req-uri';

const var = new req()
   var.open('https://google.com')
      (await var.get()).<options>
      await var.checkStatus()
      await var.fetchStatus()

Creator

Hecone

1.1.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago