pub async fn https_redirector<B: Debug + Send + 'static>( req: Request<B>, config: Redirector, ) -> Result<Response<String>, Error>
Redirects an incoming request to the same host and path, but with the https scheme.
https