allHTTPHeaderFields
A dictionary containing all of the HTTP header fields for a request.
あるリクエストに対するHTTPヘッダフィールドの全てを含んでいる辞書。
- addValue:forHTTPHeaderField:
Adds a value to the header field.
ある値をヘッダフィールドに加えます。
Availability 有効性
Technology
value
The new value for the header field. Any existing value for the field is replaced by the new value. ヘッダフィールドに対する新しい値。フィールドに対する何らかの既存の値は、新しい値によって置き換えられます。
field
The name of the header field to set. In keeping with the HTTP RFC, HTTP header field names are case insensitive. 設定するヘッダフィールドの名前。HTTP RFCに即して、HTTPヘッダフィールド名はケースを考慮しません。
Certain header fields are reserved. Do not use this method to set such headers. Specifically, there is no need for you to set the Content-Length
header. See Reserved HTTP Headers.
一定のヘッダフィールドは予約されます。このメソッドをそのようなヘッダを設定するのに使わないでください。具体的には、あなたはContent-Length
ヘッダを設定する必要はありません。予約されるHTTPヘッダを見てください。
allHTTPHeaderFields
- addValue:forHTTPHeaderField:
- valueForHTTPHeaderField: