From 26e20ef1a14f0734f6082dfb20a05fbcd6809165 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:31 +0100 Subject: created some basic structure classes --- src/Enums/HttpMethod.php | 15 +++++++++++++++ src/Enums/SpecialSegment.php | 10 ++++++++++ 2 files changed, 25 insertions(+) create mode 100644 src/Enums/HttpMethod.php create mode 100644 src/Enums/SpecialSegment.php (limited to 'src/Enums') diff --git a/src/Enums/HttpMethod.php b/src/Enums/HttpMethod.php new file mode 100644 index 0000000..9b561a8 --- /dev/null +++ b/src/Enums/HttpMethod.php @@ -0,0 +1,15 @@ +'; +} -- cgit v1.2.3