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 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/Enums/HttpMethod.php (limited to 'src/Enums/HttpMethod.php') 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 @@ +