+ connectionWithRequest:delegate:
Creates and returns an initialized URL connection and begins to load the data for the URL request.
初期化されたURL接続を作成して返します、そしてURLリクエストに対してデータのロードを開始します。
init?(request: URLRequest, delegate: Any?)
Returns an initialized URL connection and begins to load the data for the URL request.
初期化されたURL接続を返します、そしてURLリクエストに対してデータのロードを開始します。