Skip to content

evotool/js-http-client

Repository files navigation

@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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published