mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
8f93a85083
fix #2
706 B
706 B
basics
Usage
server
cd actix-web/examples/basics
cargo run
# Started http server: 127.0.0.1:8080
web client
- http://localhost:8080/index.html - open welcome.html
- http://localhost:8080/async/bob - display "Hello bob!"
- http://localhost:8080/user/bob/ plain/text download
- http://localhost:8080/test (return status switch GET or POST or other)
- http://localhost:8080/static/welcome.html - open welcome.html
- http://localhost:8080/notexit - display 404 page