aboutsummaryrefslogtreecommitdiffhomepage
path: root/WpfTest/HttpResponseStatus.php
blob: c81e000a46224bbc3039252978d6851ef6b659b2 (plain)
1
2
3
4
5
6
7
<?php
namespace WpfTest;

interface HttpResponseStatus extends \Throwable {
    public function httpCode(): int;
    public function httpReason(): string;
}