refactor: Implement HTTP client with proxy support (#2146)

This commit is contained in:
Andreas Maerten
2023-10-30 21:18:32 +01:00
committed by GitHub
parent 43ab3e2233
commit 487da0ac76
16 changed files with 435 additions and 28 deletions

View File

@ -5,7 +5,7 @@ set(CURL_DISABLE_TESTS OFF)
FetchContent_Declare(
cpr
GIT_REPOSITORY https://github.com/libcpr/cpr.git
GIT_TAG 1986262ba4e0cb052161e9e7919aef5ef08217f0
GIT_TAG 1.10.5
GIT_PROGRESS TRUE
)
message("cpr")