1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/error-handling
2024-07-07 02:51:12 +01:00
..
src fmt 2022-03-07 13:34:59 +00:00
Cargo.toml chore: update deps 2024-07-07 02:51:12 +01: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