object HSTS

Middleware to add HTTP Strict Transport Security (HSTS) support adding the Strict Transport Security headers

Source
HSTS.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HSTS
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[F[_], A, G[_]](http: Kleisli[F, A, Response[G]], header: Strict-Transport-Security)(implicit arg0: Functor[F], arg1: Functor[G]): Kleisli[F, A, Response[G]]
  2. def apply[F[_], A, G[_]](routes: Kleisli[F, A, Response[G]])(implicit arg0: Functor[F], arg1: Functor[G]): Kleisli[F, A, Response[G]]
  3. def unsafeFromDuration[F[_], A, G[_]](http: Kleisli[F, A, Response[G]], maxAge: FiniteDuration = 365.days, includeSubDomains: Boolean = true, preload: Boolean = false)(implicit arg0: Functor[F], arg1: Functor[G]): Kleisli[F, A, Response[G]]