static S absoluteURL(S url) { ret isAbsoluteURL(url) ? url : "http://" + url; }