There are two methods to do that:
1. ezhttp("myvariable", "get", TRUE);
2. ezhttp_hasvariable("myvariable", "get");
The second method is recommand to use.~