[#HTTPRequest-GetChunkProgress] = xref:HTTPRequest.adoc[HTTPRequest]::GetChunkProgress :relfileprefix: ../ :mrdocs: Returns how many bytes of the current chunk have been read. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- uint64_t GetChunkProgress() const; ---- == Return Value The number of bytes of the current chunk read so far. [.small]#Created with https://www.mrdocs.com[MrDocs]#