#include <client.hpp>
◆ ~HttpClient()
| virtual forgeant::HttpClient::~HttpClient |
( |
| ) |
|
|
virtualdefault |
◆ HttpClient() [1/3]
| forgeant::HttpClient::HttpClient |
( |
| ) |
|
|
default |
◆ HttpClient() [2/3]
| forgeant::HttpClient::HttpClient |
( |
const HttpClient & |
| ) |
|
|
delete |
◆ HttpClient() [3/3]
| forgeant::HttpClient::HttpClient |
( |
HttpClient && |
| ) |
|
|
default |
◆ async_post()
| virtual std::future< HttpResponse > forgeant::HttpClient::async_post |
( |
const std::string & |
url, |
|
|
const HttpHeaders & |
headers, |
|
|
const std::string & |
body |
|
) |
| |
|
pure virtual |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ post()
| virtual HttpResponse forgeant::HttpClient::post |
( |
const std::string & |
url, |
|
|
const HttpHeaders & |
headers, |
|
|
const std::string & |
body |
|
) |
| |
|
pure virtual |
◆ post_stream()
The documentation for this class was generated from the following file: