pub async fn redirect_to_https(
request: Request,
) -> Result<impl IntoResponse, impl IntoResponse>Expand description
Redirects any request to an HTTPS scheme
pub async fn redirect_to_https(
request: Request,
) -> Result<impl IntoResponse, impl IntoResponse>Redirects any request to an HTTPS scheme