summaryrefslogtreecommitdiff
path: root/src/net/CurlHttpClient.cpp
AgeCommit message (Collapse)Author
2020-03-13fix: use std::size_t instead of size_tAlexander Zaitsev
- use C++ size_t from std namespace instead of a version from global namespace Tested: - Local build - Unit-tests
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2019-02-23Fix curl client issue https://github.com/reo7sp/tgbot-cpp/issues/84Gravechapa
2018-07-23Refactor http clients, fix webhook server, add more samples, change tabs to ↵Oleg Morozenkov
4 spaces