0.2.0 • Published 5 years ago

http-curl v0.2.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

Installation

$ npm install http-curl

Usage

const { HttpClient } = require('http-curl');

(async function(proxy) {
  const client = new HttpClient();
  const response = await client.get('https://www.google.com/', { proxy });
  console.log(response.statusCode); // 200
})('socks5://localhost:9050');
0.2.0

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago