1
0
mirror of https://github.com/actix/examples synced 2025-01-22 05:55:56 +01:00
examples/basics/error-handling
2024-07-07 02:51:12 +01:00
..
fmt
2022-03-07 13:34:59 +00:00
2024-07-07 02:51:12 +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