CookieHeaderMerging

play.api.mvc.CookieHeaderMerging

Utilities for merging individual cookie values in HTTP cookie headers.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

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

Attributes

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

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

Attributes