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

Fix path-text (#225)

This commit is contained in:
BC-M 2020-01-08 11:23:01 +01:00 committed by Yuki Okushi
parent 69d44d6b95
commit 462996b0e7

View File

@ -13,7 +13,7 @@ cargo run
### web client
- [http://localhost:8080/](http://localhost:8080/static/index.html)
- [http://localhost:8080/async/bob](http://localhost:8080/async-body/bob)
- [http://localhost:8080/async-body/bob](http://localhost:8080/async-body/bob)
- [http://localhost:8080/user/bob/](http://localhost:8080/user/bob/) text/plain download
- [http://localhost:8080/test](http://localhost:8080/test) (return status switch GET or POST or other)
- [http://localhost:8080/favicon](http://localhost:8080/static/favicon.htmicol)