mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
doc: add usage into README.md file in basics/error-handling folder (#613)
This commit is contained in:
parent
bc1f32ace5
commit
e475c8f324
@ -1 +1,15 @@
|
|||||||
This project illustrates custom error propagation through futures in Actix Web.
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user