Your IP : 216.73.217.95


Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/framework/HTTP/Adapter/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/magento/framework/HTTP/Adapter/FileTransferFactory.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Framework\HTTP\Adapter;

use Magento\Framework\File\Http;

class FileTransferFactory
{
    /**
     * Create HTTP adapter
     *
     * @param array $options
     * @return Http
     */
    public function create(array $options = [])
    {
        return new Http($options);
    }
}