It is used like this:
for example, if I wanted to execute Google.com/example.php
.get("google.com:80","/example.php");
If you need to run a php query such as: example.php?var=var
.get("google.com:80","/example.php","var=var");
However queries contaning '&' will not work.