sS postPageWithTimeout(long timeout, S url, O... params) { ret doPostWithTimeout(litmap(params), url, (int) timeout); } sS postPageWithTimeout(double timeoutSeconds, S url, O... params) { ret postPageWithTimeout(toMS(timeoutSeconds), url, params); }