Contents

cookies

The cookie storage’s cookies.

Declaration

var cookies: [HTTPCookie]? { get }

Discussion

If you want to sort the cookie storage’s cookies, you should use the sortedCookies(using:) method instead of sorting the result of this method.

See Also

Retrieving cookies