1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Middleware example - Redirect http connections to https (#457)

This commit is contained in:
Rishad Baniya
2021-10-13 19:51:42 +05:45
committed by GitHub
parent 817c7e1150
commit 11cd3f2b58
7 changed files with 98 additions and 0 deletions

9
Cargo.lock generated
View File

@ -3768,6 +3768,15 @@ dependencies = [
"env_logger 0.9.0",
]
[[package]]
name = "middleware-http-to-https"
version = "0.1.0"
dependencies = [
"actix-web 3.3.2",
"futures",
"rustls 0.18.1",
]
[[package]]
name = "mime"
version = "0.3.16"