1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00
Files
actix-extras/examples/basics
Nikolay Kim 3768a2885d fix examples
2018-01-02 15:52:11 -08:00
..
2018-01-02 15:52:11 -08:00
2018-01-02 13:42:30 -08:00
2018-01-02 13:42:30 -08:00

basic

Usage

server

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

web client