var allHTTPHeaderFields : [String : String]?
A dictionary containing all of the HTTP header fields for a request.
あるリクエストに対するHTTPヘッダフィールドの全てを含んでいる辞書。
Availability 有効性
Technology
field
The name of the header field whose value is to be returned. In keeping with the HTTP RFC, HTTP header field names are case-insensitive. それの値が返されることになるヘッダフィールドの名前。HTTP RFCに即して、HTTPヘッダフィールド名はケースを考慮しません。
The value associated with the header field field
, or nil
if there is no corresponding header field.
ヘッダフィールドfield
と結びつけられた値、またはもし対応するヘッダフィールドがないならばnil
。
var allHTTPHeaderFields : [String : String]?
func addValue (String, forHTTPHeaderField : String)
func setValue (String?, forHTTPHeaderField : String)