1.2.0 • Published 5 years ago

yareq v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

yareq - Yet another request for node.js

Install

$ npm install yareq

Usage

const { request } = require('yareq');

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

Basic authorisation

request('http://example.com/api/status', {
  authorisation: { type: 'basic', username, password }
});
1.2.0

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago