final case class StrictTransportSecurity(maxAge: Long, includeSubDomains: Boolean = false, preload: Boolean = false) extends Header with Product with Serializable
The Strict-Transport-Security response header informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS.
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StrictTransportSecurity
- Serializable
- Product
- Equals
- Header
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
- type Self = StrictTransportSecurity
- Definition Classes
- StrictTransportSecurity → Header
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def headerName: String
- Definition Classes
- Header
- def headerType: Typed[StrictTransportSecurity]
- Definition Classes
- StrictTransportSecurity → Header
- val includeSubDomains: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxAge: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val preload: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def renderedValue: String
- Definition Classes
- Header
- def self: Self
- Definition Classes
- StrictTransportSecurity → Header
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def untyped: Custom
- Definition Classes
- Header
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])