Voodoo\Core\Http\Request::getMethod PHP Method

getMethod() public static method

Return the request method
public static getMethod ( ) : string
return string
    public static function getMethod()
    {
        return $_SERVER['REQUEST_METHOD'];
    }