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

pub enum ForwardedProtocol {
    HTTP,
    HTTPS,
}

Variants

Auto Trait Implementations