• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

wininet

  1. Delirium

    [C++] Asynchronous WinInet client

    Hello. I had a WinInet client wrapper which I often used in my projects. I modified it today to support both POST and GET methods along with sending your own data and all that done asynchronously. So, here's the code: AsyncInet.cpp: #include "AsyncInet.h" AsyncInet::AsyncInet() {...
Back
Top