1
0
mirror of https://github.com/actix/examples synced 2025-06-28 01:49:02 +02:00
Files
examples/basics/error-handling
2025-03-11 01:42:01 +00:00
..
2025-02-24 04:08:14 +00:00
2025-03-11 01:42:01 +00: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