CookieIdentityComparator

This cookie comparator can be used to compare identity of cookies. <p> Cookies are considered identical if their names are equal and their domain attributes match ignoring case. </p>

class CookieIdentityComparator : Comparator!Cookie {}

Members

Functions

compare
int compare(Cookie c1, Cookie c2)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta