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

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
/CMakeFiles/
/CMakeCache.txt
/build/
/.cache/