Contents

deleteCookie(_:)

Deletes the specified cookie from the cookie storage.

Declaration

func deleteCookie(_ cookie: HTTPCookie)

Parameters

  • cookie:

    The cookie to delete.

See Also

Adding and removing cookies