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