|
| rest_controller (const std::string &token, asio::io_context *_io_context) |
|
| rest_controller (const std::string &token, const std::string &prefix, asio::io_context *_io_context) |
|
| rest_controller (const std::string &token, const std::string &prefix, const std::string &host, asio::io_context *_io_context) |
|
| rest_controller (const rest_controller &)=delete |
|
| rest_controller (rest_controller &&)=delete |
|
rest_controller & | operator= (const rest_controller &)=delete |
|
rest_reply | execute (rest::request_params &¶ms) |
| Performs an HTTP request using the params provided. More...
|
|
rest_reply | execute2 (rest::request_params &¶ms) |
| Performs an HTTP request using the params provided. More...
|
|
void | set_prefix (const std::string &prefix) noexcept |
|
std::chrono::hours | tz_bias () |
|
void | tz_bias (std::chrono::hours bias) |
|
|
static std::string | get_method (RequestMethod method) noexcept |
|
The documentation for this class was generated from the following files: