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

allHTTPHeaderFields

A dictionary containing all of the HTTP header fields for a request. あるリクエストに対するHTTPヘッダフィールドの全てを含んでいる辞書。

Declaration 宣言

@property(copy) NSDictionary<NSString *,NSString *> *allHTTPHeaderFields;

Discussion 議論

Certain header fields are reserved (see Reserved HTTP Headers). Do not use this property to set such headers. 一定のヘッダフィールドは予約されます(予約されるHTTPヘッダを見てください)。このプロパティをそのようなヘッダを設定するのに使わないでください。

See Also 参照

Accessing Header Fields ヘッダフィールドにアクセスする