1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-12 00:36:15 +00:00
actix-web/examples/tls
2017-12-31 13:22:11 -08:00
..
src fix http/2 support 2017-12-31 13:22:11 -08:00
Cargo.toml 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 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