1.2.0 • Published 4 years ago

@evojs/http-client v1.2.0

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

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

0.2.0

4 years ago

0.1.0

5 years ago

0.0.1-alpha0

5 years ago

0.0.0-alpha6

5 years ago

0.0.0-alpha3

5 years ago

0.0.0-alpha4

5 years ago

0.0.0-alpha2

5 years ago

0.0.0-alpha5

5 years ago

0.0.0-alpha1

5 years ago

0.0.0-alpha0

5 years ago