The simplest HTTP client in JudoScript is actually copyStream() with the first parameter as a URL; it simply copies the content referenced by the URL to a file.
To deal with HTTP client request more intimately, use httpGet() or httpPost() with a URL, and they both return a HttpConnection.