aboutsummaryrefslogtreecommitdiffhomepage
path: root/WpfTest/HttpReturnStatus.php
diff options
context:
space:
mode:
authorwinter2024-12-06 20:43:26 +0000
committerwinter2024-12-06 20:43:26 +0000
commite1ad307b531c27ec6bfaf8b4d018991b0d4a78f3 (patch)
tree4ef08af2b4051d433bb929d5162474ac6777cab1 /WpfTest/HttpReturnStatus.php
initial commit
hardcoded functionality mostly!
Diffstat (limited to 'WpfTest/HttpReturnStatus.php')
-rw-r--r--WpfTest/HttpReturnStatus.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/WpfTest/HttpReturnStatus.php b/WpfTest/HttpReturnStatus.php
new file mode 100644
index 0000000..60622bb
--- /dev/null
+++ b/WpfTest/HttpReturnStatus.php
@@ -0,0 +1,7 @@
+<?php
+namespace WpfTest;
+
+interface HttpReturnStatus extends \Throwable {
+ public function httpCode(): int;
+ public function httpReason(): string;
+} \ No newline at end of file