1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/basics/error-handling
2023-03-27 16:07:11 +01:00
..
src fmt 2022-03-07 13:34:59 +00:00
Cargo.toml move derive_more to workspace dep 2023-01-02 20:38:03 +00:00
README.md doc: add usage into README.md file in basics/error-handling folder (#613) 2023-03-27 16:07:11 +01:00

This project illustrates custom error propagation through futures in Actix Web.

Usage

server

cd basics/error-handling
cargo run
# starting HTTP server at http://localhost:8080

web client