sealed abstract case class Strict-Transport-Security extends Product with Serializable

Source
Strict-Transport-Security.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Strict-Transport-Security
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val includeSubDomains: Boolean
  2. val maxAge: Long
  3. val preload: Boolean
  4. def withIncludeSubDomains(includeSubDomains: Boolean): Strict-Transport-Security
  5. def withPreload(preload: Boolean): Strict-Transport-Security