0.2.0 • Published 6 years ago

http-curl v0.2.0

Weekly downloads
2
License
ISC
Repository
-
Last release
6 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

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago