class func setProperty (Any, forKey : String, in: NSMutableURLRequest)
Sets the property associated with the specified key in the specified request.
指定されたリクエストの中の指定されたキーと結び付けられたプロパティを設定します。
class func removeProperty (forKey : String, in: NSMutableURLRequest)
Removes the property associated with the specified key in the specified request.
指定されたリクエストの中の指定されたキーと結び付けられたプロパティを取り除きます。