summaryrefslogtreecommitdiff
path: root/src/net/HttpParser.cpp
AgeCommit message (Collapse)Author
2021-12-03fix(HttpParser/CurlHttpClient): fix typoJellyBrick
2020-03-22Merge branch 'master' of github.com-egorpugin:reo7sp/tgbot-cppEgor Pugin
2020-03-22Fix header order.Egor Pugin
2020-03-17format: add missing headersAlexander Zaitsev
- add missing include headers in different part of tgbot-cpp library, remove unused includes Tested: - Local build
2020-03-14Fix #127, #128 & Code quality improvementsjellybrick
It seems that the author of this code misunderstood 'Array of PollOption' as 'PollOption'.
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
2020-03-13fix: use C++ fixed-width types instead of C typesAlexander Zaitsev
- C++ standard doesn't guarantee that C-types without std namespace are available in global namespace. So the proper solution (since it's C++ library) is using C++ types instead of C Tested: - Local build - By unit-tests
2019-12-05Combile all licenses in LICENSE. Fix Dockerfile_testOleg Morozenkov
2018-07-27Bot API 4.0 - Part 2JellyBrick
2018-07-23Refactor http clients, fix webhook server, add more samples, change tabs to ↵Oleg Morozenkov
4 spaces
2018-06-08Performance optimizationJellyBrick
2017-01-15Fix testsOleg Morozenkov
2015-11-12Remove leading \r\n\r\n before actual json stringFlorian Scheibner
2015-09-15Fix formatting + some minor improvementsOleg Morozenkov
2015-09-10Fix for send files using multipart/formray-pixar
2015-08-11Fixed compiler's errors in TgTypeParser + fixed indentation + some other fixesOleg Morozenkov
2015-07-29Fix includes + fix some minor bugsOleg Morozenkov