Enum minihttpse::HttpError [] [src]

pub enum HttpError {
    Parse(&'static str),
}

http response parse error type

Variants

Trait Implementations

impl Debug for HttpError
[src]

Formats the value using the given formatter.

impl Clone for HttpError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more