CONTENT_LENGTH

Constant CONTENT_LENGTH 

Source
pub const CONTENT_LENGTH: &'static str = "content-length";
Expand description

Indicates the size of the entity-body.

The header value must be a decimal indicating the number of octets sent to the recipient.