// open a web-page for reading (see HttpPost for writing)autopage = newHttpGet ("http://www.digitalmars.com/d/intro.html");
// retrieve and flush display contentCout (cast(char[]) page.read) ();
Create a client with the provided Uri instance. The Uri should
be fully qualified with an "http:" or "https:" scheme, or an
explicit port should be provided.