dloader library
A library for downloading files from the internet.
Classes
- Aria2Adapter
-
This class implements the DloaderAdapter interface and is used to download files using the
aria2cexecutable. - AxelAdapter
- This class implements DloaderAdapter for downloading using axel.
- CurlAdapter
- This class implements DloaderAdapter for downloading using curl.
- DioAdapter
-
This class implements the DloaderAdapter interface for downloading using
Dio. - Dloader
- A class that allows downloading a file from a URL, with an adapter implementation
- DloaderAdapter
- Abstract class for the download adapter used by Dloader.
- PowerShellAdapter
- This class implements DloaderAdapter for downloading using powershell.
- WgetAdapter
- This class implements DloaderAdapter for downloading using wget.