Enum async_http_proxy::HttpError [−][src]
pub enum HttpError { IoError(IoError), HttpParseError(HttpParseError), MaximumResponseHeaderLengthExceeded(String), EndOfFile, NoHttpCode, HttpCode200(u16), NoHttpReason, HttpReasonConnectionEstablished(String), }
Expand description
This enum contains all errors, which can occur during the HTTP CONNECT
.
Variants
IoError(IoError)
HttpParseError(HttpParseError)
MaximumResponseHeaderLengthExceeded(String)
HttpCode200(u16)
HttpReasonConnectionEstablished(String)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for HttpError
impl !UnwindSafe for HttpError