1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 06:09:02 +02:00

move and update server+tls examples (#190)

This commit is contained in:
Rob Ede
2020-09-13 10:12:07 +01:00
committed by GitHub
parent 681eeb497d
commit fb0aa02b3c
14 changed files with 241 additions and 217 deletions

View File

@ -41,3 +41,4 @@ mio-uds = { version = "0.6.7" }
bytes = "0.5"
env_logger = "0.7"
actix-testing = "1.0.0"
tokio = { version = "0.2", features = ["io-util"] }