httpShouldHandleCookies property
getter/setter pair
A Boolean value indicating whether cookies will be sent with and set for this request.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - URLRequest.httpShouldHandleCookies)
- macOS WKWebView (Official API - URLRequest.httpShouldHandleCookies)
Implementation
bool? httpShouldHandleCookies;