mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
8f93a85083
fix #2 |
||
---|---|---|
.. | ||
src | ||
static | ||
Cargo.toml | ||
README.md |
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