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
..
templates Add HTML template example (#17) 2021-06-13 13:58:12 +02:00
websocket Add support for websockets (#3) 2021-06-12 20:50:30 +02:00
error_handling_and_dependency_injection.rs Examples readme (#25) 2021-06-19 14:06:49 +02:00
form.rs Examples readme (#25) 2021-06-19 14:06:49 +02:00
hello_world.rs Examples readme (#25) 2021-06-19 14:06:49 +02:00
key_value_store.rs Allow errors (#26) 2021-07-05 16:18:39 +02:00
README.md Rename tokio-postgres example 2021-06-19 15:40:46 +02:00
static_file_server.rs Generic request body (#22) 2021-06-19 12:50:33 +02:00
templates.rs Examples readme (#25) 2021-06-19 14:06:49 +02:00
testing.rs Add testing example (#24) 2021-06-19 13:44:21 +02:00
tokio_postgres.rs Rename tokio-postgres example 2021-06-19 15:40:46 +02:00
versioning.rs Examples readme (#25) 2021-06-19 14:06:49 +02:00
websocket.rs Generic request body (#22) 2021-06-19 12:50:33 +02:00

Examples