var allHTTPHeaderFields : [String : String]?
A dictionary containing all of the HTTP header fields for a request.
あるリクエストに対するHTTPヘッダフィールドの全てを含んでいる辞書。
func addValue (String, forHTTPHeaderField : String)
Adds a value to the header field.
ある値をヘッダフィールドに加えます。
func setValue (String?, forHTTPHeaderField : String)
Sets a value for the header field.
ある値をヘッダフィールドに対して設定します。