HTTP.contentLength

The content length in bytes when using request that has content e.g. POST/PUT and not using chunked transfer. Is set as the "Content-Length" header. Set to ulong.max to reset to chunked transfer.

struct HTTP
@property
void
contentLength
(
ulong len
)

Meta

Suggestion Box / Bug Report