1#ifndef TGBOT_CURLHTTPCLIENT_H
2#define TGBOT_CURLHTTPCLIENT_H
35 std::string
makeRequest(
const Url& url,
const std::vector<HttpReqArg>& args)
const override;
This class makes http requests via libcurl.
CURL * curlSettings
Raw curl settings storage for fine tuning.
std::string makeRequest(const Url &url, const std::vector< HttpReqArg > &args) const override
Sends a request to the url.
~CurlHttpClient() override
This class makes http requests.
This class parses a string with the url.