Module http_error

Module http_error 

Source
Expand description

Adapt Rust errors to HTTP status codes.

Structs§

HttpError
A wrapper to translate errors into http Responses.

Traits§

IsHttpError
A trait implemented by errors that translate to HTTP status codes.