actix-web-middleware-redirect-scheme 2.3.0

A middleware for actix-web which forwards all `http` requests to `https` and vice versa. Based on actix-web-middleware-redirect-https.
Documentation
[badges.travis-ci]
repository = "perdumonocle/actix-web-middleware-redirect-scheme"
[dependencies.actix-service]
version = "1.0.5"

[dependencies.actix-web]
version = "2.0.0"

[dependencies.futures]
version = "0.3"

[package]
authors = ["Peter Trotman <petertrotman@gmail.com>", "Захаров Константин Иванович <konstantin_1987@mail.ru>"]
categories = ["web-programming", "web-programming::http-server"]
description = "A middleware for actix-web which forwards all `http` requests to `https` and vice versa. Based on actix-web-middleware-redirect-https."
documentation = "https://docs.rs/actix-web-middleware-redirect-scheme"
edition = "2018"
keywords = ["actix-web", "middleware", "redirect", "https", "ssl"]
license = "MIT"
name = "actix-web-middleware-redirect-scheme"
readme = "README.md"
repository = "https://github.com/perdumonocle/actix-web-middleware-redirect-scheme"
version = "2.3.0"