Skip to content

Common http client using cpr

Lukas Rotheneder requested to merge common_http_client_using_cpr into develop
  • common http-client using CPR library (modern wrapper around libcurl)
  • thread safe
  • provides both: synchronous and asynchronous requests

Tests

tested with different numbers of threads (code used for testing is in test_for_common_http_client_using_cpr branch)

Merge request reports