HTTPS: Difference between revisions

39 bytes added ,  8 months ago
m
imported>Marwal
Line 122:
 
<syntaxhighlight lang="d">
import std.stdio;
import std.net.curl;
auto data = get("https://sourceforge.net");
writeln(data);
Anonymous user