engine/http: remove HTTPMethod as it's not used

This commit is contained in:
E. S. 2025-04-28 15:36:02 +03:00
parent c2cb432ae6
commit d18ce884a3

View File

@ -1,9 +0,0 @@
<?php
namespace engine\http;
enum HTTPMethod: string
{
case GET = 'GET';
case POST = 'POST';
}