digitalmars.D.learn - How can I wrap SSL on Dlang Socket?
How can I wrap SSL on Dlang Socket like I wrap in Python?
Nov 15 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.
Nov 15 2020