object Strict-Transport-Security extends Serializable

Defined by http://tools.ietf.org/html/rfc6797

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

Value Members

  1. def fromLong(maxAge: Long, includeSubDomains: Boolean = true, preload: Boolean = false): ParseResult[Strict-Transport-Security]
  2. implicit val headerInstance: Header[Strict-Transport-Security, Single]
  3. def parse(s: String): ParseResult[Strict-Transport-Security]
  4. def unsafeFromDuration(maxAge: FiniteDuration, includeSubDomains: Boolean = true, preload: Boolean = false): Strict-Transport-Security
  5. def unsafeFromLong(maxAge: Long, includeSubDomains: Boolean = true, preload: Boolean = false): Strict-Transport-Security