Returns the size of the current chunk when using chunked transfer encoding.
Declared in <httpserver.h>
<httpserver.h>
std::optional<uint64_t> GetChunkSize() const;
The size of the current chunk when using chunked transfer encoding, or nullopt if unknown.