Enum hyper::error::Error
[−]
[src]
pub enum Error {
Method,
Uri(ParseError),
Version,
Header,
TooLarge,
Status,
Io(IoError),
Ssl(SslError),
}A set of errors that can occur parsing HTTP streams.
Variants
Method | An invalid |
Uri | An invalid |
Version | An invalid |
Header | An invalid |
TooLarge | A message head is too large to be reasonable. |
Status | An invalid |
Io | An |
Ssl | An error from the |