1.2.0 • Published 4 years ago

yareq v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 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

4 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.7.2

5 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago