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