object HSTS
Middleware to add HTTP Strict Transport Security (HSTS) support adding the Strict Transport Security headers
- Source
- HSTS.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HSTS
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply[F[_], A, G[_]](http: Kleisli[F, A, Response[G]], header: Strict-Transport-Security)(implicit arg0: Functor[F]): Kleisli[F, A, Response[G]]
- def apply[F[_], A, G[_]](routes: Kleisli[F, A, Response[G]])(implicit arg0: Functor[F]): Kleisli[F, A, Response[G]]
- 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]): Kleisli[F, A, Response[G]]
- object httpApp
- object httpRoutes