How to curl!

Arun Chandrasekaran aruncxy at gmail.com
Tue May 1 23:35:42 UTC 2018


On Tuesday, 1 May 2018 at 21:57:22 UTC, IntegratedDimensions 
wrote:
> Trying to curl basic stuff but std.net.curl isn't cooperating:
> This is one of the reasons I hate D ;/ I've spent more time 
> trying to get std.net.curl to do something that just works from 
> the command line.

std.net.curl is not quite up to date when compared to the curl 
command. It is not useful any non-trivial stuff. Right now I'm 
using ikod's dlang-requests[1] and I'm quite happy with it. I 
would recommend you to try it.

[1] https://github.com/ikod/dlang-requests


More information about the Digitalmars-d-learn mailing list