1.2.0 • Published 2 years ago

@evojs/http-client v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

@evojs/http-client

HttpClient class for nodejs

@evojs/http-client npm version supported node version for @evojs/http-client total npm downloads for @evojs/http-client monthly npm downloads for @evojs/http-client npm licence for @evojs/http-client

Usage example

import { HttpClient } from '@evojs/http-client';

const http = new HttpClient();

http
	.get('https://registry.npmjs.org/@evojs/logger')
	.then(res => res.body())
	.then(packument => {
		console.log(packument);
	});

License

Licensed under MIT license

1.2.0

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.1-alpha0

3 years ago

0.0.0-alpha6

3 years ago

0.0.0-alpha3

3 years ago

0.0.0-alpha4

3 years ago

0.0.0-alpha2

3 years ago

0.0.0-alpha5

3 years ago

0.0.0-alpha1

3 years ago

0.0.0-alpha0

3 years ago