httpstatuses/contents/codes/411.md
2016-01-27 14:08:33 -08:00

655 B

set code title references
4 411 Length Required
Rails HTTP Status Symbol Go HTTP Status Constant
:length_required http.StatusLengthRequired

The server refuses to accept the request without a defined Content-Length1.

The client MAY repeat the request if it adds a valid Content-Length header field containing the length of the message body in the request message.