c

play.api.http

CookiesConfiguration

case class CookiesConfiguration(strict: Boolean = true) extends Product with Serializable

The cookies configuration

strict

Whether strict cookie parsing should be used. If true, will cause the entire cookie header to be discarded if a single cookie is found to be invalid.

Source
HttpConfiguration.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CookiesConfiguration
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CookiesConfiguration(strict: Boolean = true)

    strict

    Whether strict cookie parsing should be used. If true, will cause the entire cookie header to be discarded if a single cookie is found to be invalid.

Value Members

  1. val clientDecoder: ClientCookieDecoder
  2. val clientEncoder: ClientCookieEncoder
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val serverDecoder: ServerCookieDecoder
  5. val serverEncoder: ServerCookieEncoder
  6. val strict: Boolean