Enum http2parse::HttpError [] [src]

pub enum HttpError {
    Protocol,
    Internal,
    FlowControlError,
    SettingsTimeout,
}

Variants