add basic HTTP client and its testing in main()

This commit is contained in:
2024-11-14 16:48:24 +03:00
commit d29c8dfcc9
10 changed files with 296 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@@ -0,0 +1,12 @@
[submodule "td"]
path = td
url = git@github.com:tdlib/td.git
[submodule "libuv"]
path = libuv
url = git@github.com:libuv/libuv.git
[submodule "spdlog"]
path = spdlog
url = git@github.com:gabime/spdlog.git
[submodule "curl"]
path = curl
url = git@github.com:curl/curl.git