[][src]Constant acme_redirect::http_responses::REDIRECT

pub const REDIRECT: &str = r#"<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
</body>
</html>
"#;