httpApp

object httpApp
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](httpApp: HttpApp[F])(implicit evidence$7: Functor[F]): HttpApp[F]
def apply[F[_]](httpApp: HttpApp[F], header: Strict-Transport-Security)(implicit evidence$8: Functor[F]): HttpApp[F]
def unsafeFromDuration[F[_]](httpApp: HttpApp[F], maxAge: FiniteDuration, includeSubDomains: Boolean, preload: Boolean)(implicit evidence$9: Functor[F]): HttpApp[F]