[][src]Trait async_http1_lite::message::body_framing::BodyFramingDetector

pub trait BodyFramingDetector {
    fn detect(&self) -> Result<BodyFraming>;
}

Required methods

fn detect(&self) -> Result<BodyFraming>

Loading content...

Implementations on Foreign Types

impl<'_, '_> BodyFramingDetector for (&'_ HeaderMap<HeaderValue>, &'_ Version)[src]

Loading content...

Implementors

Loading content...