Module http_header::error[][src]

👎 Deprecated:

This crate has been renamed to http_tiny; you’re using an outdated version

Expand description

Implements error types with support for Backtrace and some additional helpers

Structs

ErrorImplDeprecated

A struct that wraps an error together with a backtrace and an optional description

Enums

ErrorKindDeprecated

The error kind

Type Definitions

ErrorDeprecated

A nice typealias for our custom error

ResultDeprecated

A nice typealias for a Result with our custom error