Instance Method
インスタンスメソッド
setValue(_:forHTTPHeaderField:)
Sets a value for the header field.
ある値をヘッダフィールドに対して設定します。
Declaration
宣言
func setValue(_ value: String
?,
forHTTPHeaderField field: String
)
Parameters
パラメータ
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ヘッダフィールド名はケースを考慮しません。
Discussion
議論
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ヘッダを見てください。
See Also
参照
Accessing Header Fields
ヘッダフィールドにアクセスする
Related Documentation
関連文書