class func property(forKey : String, in: URLRequest) -> Any?
Fetches 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.
指定されたリクエストの中の指定されたキーと結び付けられたプロパティを取り除きます。