Christos Mousmoulas
Results
2
issues of
Christos Mousmoulas
``` cpr::Response r = cpr::Get(cpr::Url{"https://streaming/api"}, cpr::Timeout{10000}, sslOpts, cpr::WriteCallback([&](std::string response_line) { std::cout
Question :question:
Enhancement :ok_hand:
I am using cmake to import the library along with the standalone asio. I cant enable openssl and I know that there isn't any problem with it as I use...