new XML and JSON libs and replacement of std.net.curl
    ikod via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Aug 15 08:57:38 PDT 2016
    
    
  
On Monday, 15 August 2016 at 15:01:13 UTC, Oleg B wrote:
> Hello.
>
> As replacement of std.net.curl I found 
> https://github.com/ikod/dlang-requests. Who know's about this 
> lib? Is this good replacement of std.net.curl?
>
> Maybe if I need json and http requests I must fully use vibe 
> for these things? Vibe not resolve xml question =(
> I want to use minimal count of dependencies...
Hello,
Can you use dlang-requests instead of curl, or not, depends on 
your requirements. If you find any bugs, you can post bug report 
to project, usually I react quickly. dlang-requests depend only 
on libssl/libcrypt.
Regards,
Igor
    
    
More information about the Digitalmars-d-learn
mailing list