A ResCookie represents a response cookie. When read as a string it returns the full Cookie (as it appears in the Set-Cookie header):
CookieName=Cookie Value; path=/somepath; domain=some.host.com; secure
It may also be assigned to as a string; in which case it will be parsed as if it were the value of a Set-Cookie header.