1.0.1 • Published 8 months ago

alive-fetch v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Alive Fetch

Alive Fetch is a simple way to use keep alive in your requests.

const fetch = require('alive-fetch');

const res = await fetch('https://github.com/');
const body = await res.text();

console.log(body);
1.0.1

8 months ago

1.0.0

1 year ago