Bases: downloader.structures.responses.DownloadedFile
Response to Download and ProgressDownload.
str
URL of the internet resource.
str
Downloaded data encoded as base64 string.
Bases: downloader.structures.responses.Progress
Response to ProgressDownload.
str
URL of the internet resource.
int
Number of current step.
int
How many bytes was downloaded to this step.
int
How big is the whole file (in bytes).
Bases: downloader.structures.responses.Exists
Response to CheckExistence.
str
URL of the internet resource.
bool
True if the file exists, False if not.
dict
HTTP headers returned to this requests.