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.
The cookie storage’s cookies.
var cookies: [HTTPCookie]? { get }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.