1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 16:32:59 +01:00
actix-web/examples/tls
2018-01-05 16:32:36 -08:00
..
src subscriber to os signals automatically 2018-01-05 16:32:36 -08:00
Cargo.toml upgrade to actix 0.4 2018-01-05 13:30:21 -08:00
identity.pfx Allow to start tls server with HttpServer::serve_tls 2017-11-01 16:34:58 -07:00
README.md update examples/tls/README 2017-12-30 16:24:50 +01:00

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