PRDownloader icon indicating copy to clipboard operation
PRDownloader copied to clipboard

How to get list of all download ids for resumed requests.

Open waqasakram117 opened this issue 5 years ago • 3 comments

Is there any way to get list of download ids for resumed requests after app has killed?

waqasakram117 avatar Mar 19 '19 07:03 waqasakram117

I will add an easy API in the coming release.

amitshekhariitbhu avatar Mar 20 '19 04:03 amitshekhariitbhu

@amitshekhariitbhu Does this library work for https as well ?

manddy avatar Mar 20 '19 23:03 manddy

@amitshekhariitbhu Does this library work for https as well ?

Not support, for the http request implement by HTTPURLConnection by default. you can implement self HttpClient by okhttp to support https.

rigortek avatar Oct 23 '19 08:10 rigortek