Struct httpbis::stream_part::HttpStreamPart [] [src]

pub struct HttpStreamPart {
    pub content: HttpStreamPartContent,
    pub last: bool,
}

Stream frame content with END_STREAM flag

Fields

END_STREAM

Methods

impl HttpStreamPart
[src]