deleteCookie(_:)
Deletes the specified cookie from the cookie storage.
Declaration
func deleteCookie(_ cookie: HTTPCookie)Parameters
- cookie:
The cookie to delete.
Deletes the specified cookie from the cookie storage.
func deleteCookie(_ cookie: HTTPCookie)The cookie to delete.