1
0
mirror of https://github.com/actix/examples synced 2025-02-17 07:23:29 +01:00

basics

Usage

server

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

web client