Your IP : 216.73.216.182


Current Path : /var/www/html/libraries/omnipay3/vendor/php-http/message-factory/src/
Upload File :
Current File : /var/www/html/libraries/omnipay3/vendor/php-http/message-factory/src/MessageFactory.php

<?php

namespace Http\Message;

/**
 * Factory for PSR-7 Request and Response.
 *
 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
 *
 * @deprecated since version 1.1, use Psr\Http\Message\RequestFactoryInterface and Psr\Http\Message\ResponseFactoryInterface instead.
 */
interface MessageFactory extends RequestFactory, ResponseFactory
{
}