1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-03 08:41:55 +00:00
actix-web/actix-http/src
Otavio Salvador 146ae4da18 Implement std::error::Error for our custom errors
For allowing a more ergonomic use and better integration on the
ecosystem, this adds the `std::error::Error` `impl` for our custom
errors.

We intent to drop this hand made code once `derive_more` finishes the
addition of the Error derive support[1]. Until that is available, we
need to live with that.

1. https://github.com/JelteF/derive_more/issues/92

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-03-18 00:22:18 -03:00
..
client Implement std::error::Error for our custom errors 2020-03-18 00:22:18 -03:00
cookie Demote lint level to warn 2020-02-27 22:39:11 +09:00
encoding Run rustfmt 2020-02-27 11:10:55 +09:00
h1 Run rustfmt 2020-03-08 00:52:39 +09:00
h2 Run rustfmt 2020-02-27 11:10:55 +09:00
header Fix Clippy warnings 2020-02-27 12:39:04 +09:00
ws Implement std::error::Error for our custom errors 2020-03-18 00:22:18 -03:00
body.rs Run rustfmt 2020-02-27 11:10:55 +09:00
builder.rs update to latest actix-net 2019-12-02 17:33:11 +06:00
cloneable.rs Add benchmark for full stack request lifecycle (#1298) 2020-01-25 08:05:25 +09:00
config.rs Run rustfmt 2020-02-27 11:10:55 +09:00
error.rs Implement std::error::Error for our custom errors 2020-03-18 00:22:18 -03:00
extensions.rs Extensions module improvement and tests. (#1297) 2020-02-07 16:08:25 +09:00
helpers.rs Fix Clippy warnings 2020-02-27 12:39:04 +09:00
httpcodes.rs Removed httpcode 'MovedPermanenty'. (#1128) 2019-10-12 06:45:12 +06:00
httpmessage.rs clippy warnings 2019-12-08 00:46:51 +06:00
lib.rs Demote lint level to warn 2020-02-27 22:39:11 +09:00
macros.rs Run rustfmt 2020-02-27 11:10:55 +09:00
message.rs clippy warnings 2019-12-08 00:46:51 +06:00
payload.rs cleanup imports 2019-12-13 11:24:57 +06:00
request.rs clippy warnings 2019-12-08 00:46:51 +06:00
response.rs Fix Clippy warnings 2020-02-27 12:39:04 +09:00
service.rs add extra constraints 2020-01-10 11:36:59 +06:00
test.rs update tests and clippy warnings 2019-12-08 12:31:16 +06:00
time_parser.rs Run rustfmt 2020-02-27 11:10:55 +09:00