max-mapper / nugget

minimalist wget clone written in node. HTTP GET files and downloads them into the current directory
BSD 3-Clause "New" or "Revised" License
167 stars 30 forks source link

Proxy option #8

Closed ThomasCrevoisier closed 8 years ago

ThomasCrevoisier commented 8 years ago

While installing electron-prebuilt, I had an error due to a proxy. Would it be possible to add more options to nugget ? Like proxy and strictSSL ?

squirmy commented 8 years ago

+1

mafintosh commented 8 years ago

Sounds like a good idea. If anyone is interested in sending a PR for this it would be appreciated

ThomasCrevoisier commented 8 years ago

I could work on this tonight :)

mafintosh commented 8 years ago

Fixed in #10 by @ThomasCrvsr