HTTPS, SSL, TLS client on D

Andrea Fontana nospam at example.com
Wed Jan 29 01:50:33 PST 2014


On Wednesday, 29 January 2014 at 09:07:18 UTC, Uranuz wrote:
> In this case I want client programme on D that will communicate
> with some server over secure HTTP. I want to be able to update
> DNS records via it's web API using web interface of my web
> application written on D. I could do it using some cross-site
> request on JavaScript XmlHTTPRequest, but I want to have some
> console utility too. HTTPS client written on D would be suitable
> but only obvious idea is to use libcurl. But it has slightly
> complicated C interface. Is there something simplier exists that
> you can advise?

Did you missed this?
http://dlang.org/phobos/std_net_curl.html



More information about the Digitalmars-d-learn mailing list