[][src]Crate actix_web_middleware_redirect_scheme

actix-web-middleware-redirect-scheme

Provides a middleware for actix-web to redirect all http requests to https and vice versa. Based on actix-web-middleware-redirect-https.

There is no need to use this crate if you only need to redirect to HTTPS, in this case use original crate actix-web-middleware-redirect-https

Structs

RedirectHTTP

Middleware for actix-web which redirects all https requests to http with optional url string replacements.

RedirectHTTPS

Middleware for actix-web which redirects all http requests to https with optional url string replacements.

RedirectHTTPSService
RedirectHTTPService