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

allHTTPHeaderFields

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

Declaration 宣言

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

See Also 参照

Getting Header Fields ヘッダフィールドを取得する

Related Documentation 関連文書