1.2.0 • Published 4 years ago
@evojs/http-client v1.2.0
@evojs/http-client
HttpClient class for nodejs
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