Instance Property インスタンスプロパティ

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. true、もし省略時のクッキー処理がこのリクエストに対して使われるならば、そうでなければfalse。省略時は、trueです。

See Also 参照

Controlling Request Behavior リクエスト挙動を制御する