majidgolshadi / Android-Download-Manager-Pro

Android/Java download manager library help you to download files in parallel mechanism in some chunks.
MIT License
1.61k stars 317 forks source link

how to add header for request download #37

Open sajadmartiny opened 7 years ago

sajadmartiny commented 7 years ago

hi. can i insert headers to each download request?

majidgolshadi commented 7 years ago

What do you mean? I can't find out what do you want to do?

japplin commented 7 years ago

Some download requests require an auth token, which would be included as an http header in the get request. I would also need this functionality.