Files
axum/examples
David Pedersen c4d266e94d Allow errors (#26)
This changes error model to actually allow errors. I think if we're going to use this for things like tonic's route we need a more flexible error handling model. The same `handle_error` adaptors are still there but services aren't required to have `Infallible` as their error type. The error type is simply propagated all the way through.
2021-07-05 16:18:39 +02:00
..
2021-06-13 13:58:12 +02:00
2021-06-12 20:50:30 +02:00
2021-06-19 14:06:49 +02:00
2021-06-19 14:06:49 +02:00
2021-07-05 16:18:39 +02:00
2021-06-19 15:40:46 +02:00
2021-06-19 14:06:49 +02:00
2021-06-19 13:44:21 +02:00
2021-06-19 14:06:49 +02:00
2021-06-19 12:50:33 +02:00

Examples