[][src]Constant acme_redirect::http_responses::BAD_REQUEST

pub const BAD_REQUEST: &str = r#"<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
</body>
</html>
"#;