HTTPS, SSL, TLS client on D

Uranuz neuranuz at gmail.com
Wed Jan 29 01:07:17 PST 2014


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?


More information about the Digitalmars-d-learn mailing list