class func property(forKey : String, in: URLRequest) -> Any?
Fetches the property associated with the specified key in the specified request.
指定されたリクエストの中のこの指定されたキーと結び付けられたプロパティを取って来ます。
class func setProperty (Any, forKey : String, in: NSMutableURLRequest)
Sets the property associated with the specified key in the specified request.
指定されたリクエストの中の指定されたキーと結び付けられたプロパティを設定します。