Module download

Source
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§

DownloadInstance
DownloadInstanceInputOutputCallbacks
DownloadInstanceOutputCallbacks
DownloadInstanceReader
A reader for a DownloadInstance.
DownloadInstanceWriter
A writer for a DownloadInstance.
DownloadProvider
DownloadResponse
OwnedDownloadResponse

Traits§

CustomDownloadInstance
CustomDownloadProvider

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.