<?php
namespace Server;
use Server\Message\Request;
/**
*
* @mixin Request
*/
interface RequestInterface
{
}