Downloading Files in D
    Rene Zwanenburg via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Sep 11 11:04:12 PDT 2014
    
    
  
On Thursday, 11 September 2014 at 17:37:24 UTC, Nordlöw wrote:
> On Thursday, 11 September 2014 at 14:30:39 UTC, Jacob Carlborg 
> wrote:
>> If you don't want to worry about dependencies on libcurl you 
>> can use Tango [1] [2]. You can see how I use Tango to download 
>> files in DVM [3]
>
> Ok, thanks. And I guess vibe.d can do this aswell without 
> external dependencies, right?
Didn't test but I found this:
http://vibed.org/api/vibe.inet.urltransfer/download
Vibe does by default depend on a few other libraries though. 
Libevent, OpenSSL, maybe others..
    
    
More information about the Digitalmars-d-learn
mailing list