actix-web/examples/basic
Ami44 863e830d44 Merge 955c45118f into 284b59722a 2018-01-01 17:31:59 +00:00
..
src Merge 955c45118f into 284b59722a 2018-01-01 17:31:59 +00:00
Cargo.toml use workspace 2017-12-31 21:55:25 -08:00
README.md move example/basic.rs to examples/basic 2017-12-30 16:50:17 +01:00

README.md

basic

Usage

server

cd actix-web/examples/basic
cargo run
# Started http server: 127.0.0.1:8080

web client