#include <curl_client.hpp>
◆ CurlHttpClient() [1/4]
| forgeant::CurlHttpClient::CurlHttpClient |
( |
| ) |
|
◆ CurlHttpClient() [2/4]
| forgeant::CurlHttpClient::CurlHttpClient |
( |
Config |
config | ) |
|
|
explicit |
◆ ~CurlHttpClient()
| forgeant::CurlHttpClient::~CurlHttpClient |
( |
| ) |
|
|
override |
◆ CurlHttpClient() [3/4]
◆ CurlHttpClient() [4/4]
◆ async_post()
| std::future< HttpResponse > forgeant::CurlHttpClient::async_post |
( |
const std::string & |
url, |
|
|
const HttpHeaders & |
headers, |
|
|
const std::string & |
body |
|
) |
| |
|
overridevirtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ post()
| HttpResponse forgeant::CurlHttpClient::post |
( |
const std::string & |
url, |
|
|
const HttpHeaders & |
headers, |
|
|
const std::string & |
body |
|
) |
| |
|
overridevirtual |
◆ post_stream()
The documentation for this class was generated from the following file: