go("example");
clean("<script>alert(1337);</script>");
filter("<script>alert("xss");</script>");
post("param");
goPost("param");
get("param");
goGet("param");
fus("Insert text to protect");
page("header.php");
email("test@example.com");
goHeader("X-Frame-Options: DENY");
redirect("http://example.com/");
currentUrl();
baseUrl();