o

play.api.mvc

CookieHeaderMerging

object CookieHeaderMerging

Utilities for merging individual cookie values in HTTP cookie headers.

Source
Cookie.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CookieHeaderMerging
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def mergeCookieHeaderCookies(unmerged: Iterable[Cookie]): Seq[Cookie]

    Merges the cookies contained in a Cookie header so that there's only one cookie for each name.

  2. def mergeSetCookieHeaderCookies(unmerged: Iterable[Cookie]): Seq[Cookie]

    Merges the cookies contained in a Set-Cookie header so that there's only one cookie for each name/path/domain triple.