diff options
Diffstat (limited to 'WpfTest/HttpResponseStatus.php')
| -rw-r--r-- | WpfTest/HttpResponseStatus.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WpfTest/HttpResponseStatus.php b/WpfTest/HttpResponseStatus.php new file mode 100644 index 0000000..c81e000 --- /dev/null +++ b/WpfTest/HttpResponseStatus.php @@ -0,0 +1,7 @@ +<?php +namespace WpfTest; + +interface HttpResponseStatus extends \Throwable { + public function httpCode(): int; + public function httpReason(): string; +}
\ No newline at end of file |
