Trait http_header::HeaderFieldsExt[][src]

pub trait HeaderFieldsExt {
    fn get_contentlength(&self) -> Result<Option<u64>>;
fn set_contentlength(&mut self, length: u64); }
Expand description

Some convenience extensions for HeaderFields

Required methods

Gets the content length

Sets the content length

Implementors