httpApp

org.http4s.server.middleware.HSTS.httpApp
object httpApp

Attributes

Source
HSTS.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
httpApp.type

Members list

Value members

Concrete methods

def apply[F[_] : Functor](httpApp: HttpApp[F]): HttpApp[F]

Attributes

Source
HSTS.scala
def apply[F[_] : Functor](httpApp: HttpApp[F], header: Strict-Transport-Security): HttpApp[F]

Attributes

Source
HSTS.scala
def unsafeFromDuration[F[_] : Functor](httpApp: HttpApp[F], maxAge: FiniteDuration, includeSubDomains: Boolean, preload: Boolean): HttpApp[F]

Attributes

Source
HSTS.scala