object CookieHeaderMerging
Ordering
- Alphabetic
- By Inheritance
Inherited
- CookieHeaderMerging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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. - 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.
Utilities for merging individual cookie values in HTTP cookie headers.