Enum httpbis::stream_part::HttpStreamPartContent[][src]

pub enum HttpStreamPartContent {
    Headers(Headers),
    Data(Bytes),
}

Stream frame content

Variants

HEADERS frame

DATA frame

Trait Implementations

impl Debug for HttpStreamPartContent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations