Enum sozu_lib::parser::http11::TransferEncodingValue [] [src]

pub enum TransferEncodingValue {
    Chunked,
    Compress,
    Deflate,
    Gzip,
    Identity,
    Unknown,
}

Variants

Trait Implementations

impl PartialEq for TransferEncodingValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for TransferEncodingValue
[src]

Formats the value using the given formatter.