Current HTTP transfer progress reported by libcurl.
More...
#include <kaycxx/http/transfer_progress.hpp>
|
|
std::uint64_t | downloaded {} |
| | Number of bytes downloaded so far.
|
|
std::uint64_t | download_total {} |
| | Expected total number of downloaded bytes, or zero when unknown, unused or empty.
|
|
std::uint64_t | uploaded {} |
| | Number of bytes uploaded so far.
|
|
std::uint64_t | upload_total {} |
| | Expected total number of uploaded bytes, or zero when unknown, unused or empty.
|
Current HTTP transfer progress reported by libcurl.
The documentation for this struct was generated from the following file: