Trait httpbis::http_common::HttpStream [] [src]

pub trait HttpStream {
    fn common(&self) -> &HttpStreamCommon;
    fn common_mut(&mut self) -> &mut HttpStreamCommon;
    fn new_data_chunk(&mut self, data: &[u8], last: bool);
    fn closed_remote(&mut self);
}

Required Methods

Implementors