Starting a HTTPS session with D

Kadir Erdem Demir via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Feb 12 04:11:26 PST 2015


Hi

We have a network traffic logger module at office.
We need to a tool which creates simple traffic with different 
protocols and test our product's output to see if we parse the 
headers correctly or not.

And of course I proposed writing this tool with D!!!

When it comes to create a HTTP session it is very easy

auto content = get("dlang.org");

But I couldn't find any examples about https. Do I have to use a 
C library like libcurl for it. Or is there a native way do solve 
my problem.

Regards
Erdem


More information about the Digitalmars-d-learn mailing list