Wire Sysio Wire Sysion 1.0.0
|
#include <http_client.hpp>
Public Member Functions | |
http_client () | |
~http_client () | |
variant | post_sync (const url &dest, const variant &payload, const time_point &deadline=time_point::maximum()) |
template<typename T > | |
variant | post_sync (const url &dest, const T &payload, const time_point &deadline=time_point::maximum()) |
void | add_cert (const std::string &cert_pem_string) |
void | set_verify_peers (bool enabled) |
Definition at line 15 of file http_client.hpp.
fc::http_client::http_client | ( | ) |
Definition at line 429 of file http_client.cpp.
fc::http_client::~http_client | ( | ) |
Definition at line 450 of file http_client.cpp.
void fc::http_client::add_cert | ( | const std::string & | cert_pem_string | ) |
Definition at line 442 of file http_client.cpp.
|
inline |
Definition at line 23 of file http_client.hpp.
variant fc::http_client::post_sync | ( | const url & | dest, |
const variant & | payload, | ||
const time_point & | deadline = time_point::maximum() ) |
Definition at line 435 of file http_client.cpp.
void fc::http_client::set_verify_peers | ( | bool | enabled | ) |
Definition at line 446 of file http_client.cpp.