symplely/hyper

View on GitHub
Request/Response.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Async\Request;

use Async\Request\MessageResponse;

/**
 * Class Response
 *
 * @package Async\Request\Response
 */
class Response extends MessageResponse
{ }