Request.maxContentLength

Set maximum content lenth both for http and ftp requests v - maximum content length in bytes. When limit reached - throw RequestException

struct Request
@property pure @nogc nothrow
void
maxContentLength
(
size_t v
)

Meta