HttpsRedirect

Middleware to redirect http traffic to https. Inspects X-Forwarded-Proto header and if it is set to http, redirects to Host with same URL with https schema; otherwise does nothing. This middleware is useful when a service is deployed behind a load balancer which does not support such redirect feature, e.g. Heroku.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], G[_]](http: Http[F, G])(implicit F: Applicative[F]): Http[F, G]
def httpApp[F[_]](httpApp: HttpApp[F])(implicit evidence$2: Applicative[F]): HttpApp[F]
def httpRoutes[F[_]](httpRoutes: HttpRoutes[F])(implicit evidence$1: Monad[F]): HttpRoutes[F]