Constant reqwest::header::CONTENT_LENGTH[][src]

pub const CONTENT_LENGTH: HeaderName = HeaderName{inner: Repr::Standard(StandardHeader::ContentLength),}

Indicates the size fo the entity-body.

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