case class CookiesConfiguration(strict: Boolean = true) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- CookiesConfiguration
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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.
The cookies configuration
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.