diff options
| author | winter | 2024-12-06 20:43:26 +0000 |
|---|---|---|
| committer | winter | 2024-12-06 20:43:26 +0000 |
| commit | e1ad307b531c27ec6bfaf8b4d018991b0d4a78f3 (patch) | |
| tree | 4ef08af2b4051d433bb929d5162474ac6777cab1 /WpfTest/HttpReturnStatus.php | |
initial commit
hardcoded functionality mostly!
Diffstat (limited to 'WpfTest/HttpReturnStatus.php')
| -rw-r--r-- | WpfTest/HttpReturnStatus.php | 7 |
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 |
