Expand description
Interface for registering new download providers
WARNING: Do not use this for anything other than provider registration. If you need to perform http requests, use a real requests library.
Structs§
- Download
Instance - Download
Instance Input Output Callbacks - Download
Instance Output Callbacks - Download
Instance Reader - A reader for a
DownloadInstance. - Download
Instance Writer - A writer for a
DownloadInstance. - Download
Provider - Download
Response - Owned
Download Response
Traits§
Functions§
- cb_
destroy_ ⚠instance - cb_
perform_ ⚠custom_ request - cb_
perform_ ⚠request - register_
download_ provider - Register a new download provider type, which is used by the core (and other plugins) to make HTTP requests.