[Issue 4766] Function to load a whole HTML page

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 6 09:24:00 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=4766

Justin Whear <justin at economicmodeling.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs at eml.cc,
                   |                            |justin at economicmodeling.com

--- Comment #1 from Justin Whear <justin at economicmodeling.com> ---
bearophile: Can you close this now that we have the high-level cURL interface? 
D version:

import std.net.curl;
void main()
{
    auto page = get("http://tycho.usno.navy.mil/cgi-bin/timer.pl");
}

--


More information about the Digitalmars-d-bugs mailing list