UNPKG

gohttp

Version:

http & https client for HTTP/1.1 and HTTP/2

10 lines (8 loc) 216 B
const gohttp = require('../httpcli'); gohttp.download('https://localhost:2021/download', { dir: process.env.HOME + '/download/' }).then(d => { console.log(d || ''); }).catch(err => { console.log(err); });