Struct hyper::header::common::content_length::ContentLengthExperimental
[-]
[+]
[src]
pub struct ContentLength(pub uint);
The Content-Length
header.
Simply a wrapper around a uint
.