1
0
mirror of https://github.com/actix/examples synced 2025-03-10 07:32:37 +01:00

basics

Usage

server

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

web client