Struct httpbis::http_common::HttpStreamCommon [] [src]

pub struct HttpStreamCommon {
    pub state: StreamState,
    pub out_window_size: WindowSize,
    pub in_window_size: WindowSize,
    pub outgoing: VecDeque<HttpStreamPartContent>,
    pub outgoing_end: Option<ErrorCode>,
}

Fields

Methods

impl HttpStreamCommon
[src]