www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How can I wrap SSL on Dlang Socket?

reply Marcone <marcone email.com> writes:
How can I wrap SSL on Dlang Socket like I wrap in Python?
Nov 15 2020
parent frame <frame86 live.com> writes:
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