Hi. I was looking for the library for **HTTPS** requests(like requests in Python).
I found standart **httpClient**. But when I did request to **https: //github.com/** and compile my programm with **-d:ssl** I caught this error: not load: (libcrypto-1_1-x64|libeay64).dll Run Code: import httpClient var client = newHttpClient() echo client.getContent("https://github.com") Run Do you know, how to fix it? Or do you know some other Nim libraries for **HTTPS** requests? OS: **Windows 10**