Make HTTP request without cURL/other libraries
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Thu Sep 25 17:09:30 PDT 2014
On Wednesday, 24 September 2014 at 16:45:57 UTC, BoPoHa_C_CblPoM
wrote:
> I want to make app smaller in size and in a single executable.
If you only need Windows support, you can use the WinINet API,
this way you will not depend on cURL or OpenSSL:
https://github.com/CyberShadow/ae/blob/master/sys/net/wininet.d
More information about the Digitalmars-d
mailing list