Type Method 型メソッド

removeProperty(forKey:in:)

Removes the property associated with the specified key in the specified request. 指定されたリクエストの中の指定されたキーと結び付けられたプロパティを取り除きます。

Declaration 宣言

class func removeProperty(forKey key: String, 
                       in request: NSMutableURLRequest)

Parameters パラメータ

key

The key whose value should be removed. その値が取り除かれるべきキー。

request

The request from which to remove the property value. それからプロパティ値を取り除くことになるリクエスト。

Discussion 議論

This method is used to provide an interface for protocol implementors to customize protocol-specific information associated with URLRequest objects. このメソッドは、プロトコル実装側に、URLRequestオブジェクトに関連するプロトコル特有情報をカスタマイズするインターフェイスを提供するために使われます。

See Also 参照

Getting and Setting Request Properties リクエストプロパティの取得と設定