lengthRequired constant

HttpStatus const lengthRequired

411 Length Required

Server rejected the request because the Content-Length header field is not defined and the server requires it.

Implementation

static const lengthRequired = HttpStatus(411);