www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4766] New: Function to load a whole HTML page

http://d.puremagic.com/issues/show_bug.cgi?id=4766

           Summary: Function to load a whole HTML page
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: bearophile_hugs eml.cc



This page and the long (and partially wrong) D2 entry:
http://rosettacode.org/wiki/Web_scraping#D

shows that probably Phobos needs a simple function to download a whole HTML
page given just the URL. It's a common basic need.

See the Python version:

import urllib
page = urllib.urlopen("http://tycho.usno.navy.mil/cgi-bin/timer.pl")

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 29 2010