diff --git a/HttpServer/Http/Request.php b/HttpServer/Http/Request.php index 36100d77..f3eaba60 100644 --- a/HttpServer/Http/Request.php +++ b/HttpServer/Http/Request.php @@ -65,6 +65,11 @@ class Request extends HttpService const PLATFORM_WINDOWS = 'windows'; + const HTTP_POST = 'post'; + const HTTP_GET = 'get'; + const HTTP_SOCKET = 'sw::socket'; + + /** * @var AuthIdentity|null */