?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/php-http/message-factory/src/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/php-http/message-factory

?? Viewing: MessageFactory.php

<?php

namespace Http\Message;

/**
 * Factory for PSR-7 Request and Response.
 *
 * @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
 */
interface MessageFactory extends RequestFactory, ResponseFactory
{
}


??

??