1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

doc: add usage into README.md file in basics/error-handling folder (#613)

This commit is contained in:
liuliu 2023-03-27 23:07:11 +08:00 committed by GitHub
parent bc1f32ace5
commit e475c8f324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,15 @@
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)