1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

remove select macro from echo example

This commit is contained in:
Rob Ede
2022-07-11 20:19:20 +01:00
parent a4a060994d
commit fd17252725
9 changed files with 31 additions and 23 deletions

View File

@ -12,9 +12,9 @@ cargo run
# starting HTTP server at http://localhost:8080
```
### Web Client
### Browser Client
Go to <http://localhost:8080/> in a browser.
Go to <http://localhost:8080> in a browser.
### CLI Client