#include <http_interface.h>
|
const std::map< std::string, std::string > | get (const std::vector< std::string > &json_keys, const std::string &command, const param_map_type ¶ms=param_map_type()) |
|
const std::map< std::string, std::string > | get (const std::vector< std::string > &json_keys, const std::string &command, const std::initializer_list< param_type > &list=std::initializer_list< param_type >()) |
|
| HTTPInterface (std::string host, std::string path="") |
|
|
const std::map< std::string, std::string > | get_ (const std::vector< std::string > &json_keys, CurlResource &res) |
|
Definition at line 24 of file http_interface.h.
◆ HTTPInterface()
HTTPInterface::HTTPInterface |
( |
std::string |
host, |
|
|
std::string |
path = "" |
|
) |
| |
◆ get() [1/2]
const std::map< std::string, std::string > HTTPInterface::get |
( |
const std::vector< std::string > & |
json_keys, |
|
|
const std::string & |
command, |
|
|
const param_map_type & |
params = param_map_type() |
|
) |
| |
◆ get() [2/2]
const std::map< std::string, std::string > HTTPInterface::get |
( |
const std::vector< std::string > & |
json_keys, |
|
|
const std::string & |
command, |
|
|
const std::initializer_list< param_type > & |
list = std::initializer_list<param_type>() |
|
) |
| |
◆ get_()
const std::map< std::string, std::string > HTTPInterface::get_ |
( |
const std::vector< std::string > & |
json_keys, |
|
|
CurlResource & |
res |
|
) |
| |
|
private |
◆ base_path
const std::string HTTPInterface::base_path |
|
private |
◆ host
const std::string HTTPInterface::host |
|
private |
The documentation for this class was generated from the following files: