HTTPRequest::GetChunkSize

Returns the size of the current chunk when using chunked transfer encoding.

Synopsis

Declared in <httpserver.h>

std::optional<uint64_t>
GetChunkSize() const;

Return Value

The size of the current chunk when using chunked transfer encoding, or nullopt if unknown.