Function http_to_https

Source
async fn http_to_https(
    bind_to_ip: String,
    redirect_from_port: u16,
    relevant_port: Option<u16>,
) -> Result<()>