static S hredirect(S target) { ret hrefresh(target); } static S hredirect(double seconds) { ret hrefresh(seconds); } static S hredirect(double seconds, S target) { ret hrefresh(seconds, target); }