Contents

httpShouldHandleCookies

A Boolean value indicating whether cookies will be sent with and set for this request.

Declaration

var httpShouldHandleCookies: Bool { get set }

Discussion

true if the default cookie handling will be used for this request, false otherwise. The default is true.

See Also

Controlling request behavior