summaryrefslogtreecommitdiff
path: root/inc/mailgun/php-http/message-factory/src/MessageFactory.php
blob: 965aaa804e58cc65f145e58a021ec4d61094672d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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
{
}