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
Vladimir Panteleev via Digitalmars-d Thu, 25 Sep 2014 17:11:03 -0700
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