UNPKG

gohttp

Version:

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

8 lines (5 loc) 159 B
const httpcli = require('../httpcli'); var hi = new httpcli(); hi.download('http://localhost:5678/download', { dir : process.env.HOME+'/downloads/', });