Struct thl::net::HttpProgress#

struct HttpProgress#

Transfer progress.

m_total is zero when the server does not say how big the body is, so callers must tolerate an unknown total rather than dividing by it.

Public Members

std::uint64_t m_downloaded = 0#
std::uint64_t m_total = 0#