1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/error-handling/README.md

16 lines
282 B
Markdown

This project illustrates custom error propagation through futures in Actix Web.
## Usage
### server
```sh
cd basics/error-handling
cargo run
# starting HTTP server at http://localhost:8080
```
### web client
- [http://localhost:8080/something](http://localhost:8080/something)