http-to-https-redirect 0.1.0

A lightweight HTTP to HTTPS redirect server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "http-to-https-redirect"
version = "0.1.0"
edition = "2021"
description = "A lightweight HTTP to HTTPS redirect server"
license = "MIT"
repository = "https://github.com/jvtubergen/http-to-https-redirect"
authors = ["jvtubergen <mail@jvtubergen.com>"]
readme = "README.md"
keywords = ["http", "https", "redirect", "server", "hyper"]
categories = ["web-programming"]

[dependencies]
tokio = { version = "1", features = ["full"] }
hyper = { version = "0.14", features = ["full"] }