1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00

basics

Usage

server

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

web client