1.0.29 • Published 3 years ago

@anzerr/request.libary v1.0.29

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

Intro

GitHub Actions status | linter GitHub Actions status | publish GitHub Actions status | test

Simple request object without having to pull 47 extra packages

Install

npm install --save git+https://github.com/anzerr/request.libary.git
npm install --save @anzerr/request.libary

Example

const Request = require('request.libary');

new Request('https://google.com').get('/').then((res) => {
	console.log(res.status(), res.body().toString());
});
1.0.29

3 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.23

4 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.7

6 years ago

1.0.4

6 years ago

1.0.5

6 years ago

1.0.6

6 years ago