actix-web/examples/tls
Nikolay Kim d2f54b7d19 use workspace 2017-12-31 21:55:25 -08:00
..
src use workspace 2017-12-31 21:55:25 -08:00
Cargo.toml use workspace 2017-12-31 21:55:25 -08:00
README.md update examples/tls/README 2017-12-30 16:24:50 +01:00
identity.pfx Allow to start tls server with HttpServer::serve_tls 2017-11-01 16:34:58 -07:00

README.md

tls example

Usage

server

cd actix-web/examples/tls
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8443

web client