How can I wrap SSL on Dlang Socket?

frame frame86 at live.com
Mon Nov 16 07:50:42 UTC 2020


On Monday, 16 November 2020 at 01:25:01 UTC, Marcone wrote:
> How can I wrap SSL on Dlang Socket like I wrap in Python?

There is no functionality in the standard library. If you are 
just looking for a HTTP client, use std.net.curl. If you want 
your own thing or need a server application you need a custom 
crypto-library for that.


More information about the Digitalmars-d-learn mailing list