Right now net.reqeust() gets just called with the path attribute of the options object:
https://github.com/danielnieto/electron-download-manager/blob/master/index.js#L138
It would be good to allow all other options too. In my use case I would pass a session with the options to limit the maximum bandwith...