Class

NSHTTPCookie

A representation of an HTTP cookie. HTTPクッキーのある表現。

Declaration 宣言

@interface NSHTTPCookie : NSObject

Overview 概要

An NSHTTPCookie object is immutable, initialized from a dictionary that contains the attributes of the cookie. This class supports two different cookie versions: NSHTTPCookieオブジェクトは不変です、クッキーの属性を含んでいる辞書から初期化されます。このクラスは、2つの異なるクッキーバージョンをサポートします:

  • Version 0: The original cookie format defined by Netscape. Most cookies are in this format. バージョン0:Netscapeによって定義される元々のクッキー形式。ほとんどのクッキーは、この形式になります。

  • Version 1: The cookie format defined in RFC 6265, HTTP State Management Mechanism. バージョン1:RFC 6265、HTTP State Management Mechanism において定義されるクッキー形式。

Topics 話題

Creating Cookies クッキーを作成する

Converting Cookies to Request Headers クッキーをリスエストヘッダに変換する

Getting Cookie Host Properties クッキーホストプロパティを取得する

Getting Cookie Metadata クッキーメタデータを取得する

Determining Cookie Lifespan クッキーの存続期間を決定する

Securing Cookies クッキーを安全にする

Accessing Cookie Properties as Key-Value Pairs クッキープロパティにキー値ペアとしてアクセスする

Getting User-Readable Cookie Metadata ユーザが読み取り可能なクッキーメタデータを取得する

Accepting Cookies クッキーを受け取る

Relationships 関係

Inherits From 継承元

See Also 参照

Cookies さまざまなクッキー