kaycxx-http
HTTP client library
Loading...
Searching...
No Matches
kaycxx::http::transfer_progress Struct Reference

Current HTTP transfer progress reported by libcurl. More...

#include <kaycxx/http/transfer_progress.hpp>

Public Attributes

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.

Detailed Description

Current HTTP transfer progress reported by libcurl.


The documentation for this struct was generated from the following file: