mirror of
https://github.com/actix/examples
synced 2025-08-29 09:19:19 +02:00
doc: add usage into README.md file in basics/error-handling folder (#613)
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user