C++ Actor Framework 1.0.0
|
HTTP client for sending requests and receiving responses via promises. More...
#include <async_client.hpp>
Inherits caf::net::http::upper_layer::client.
Public Member Functions | |
virtual async::future< response > | get_future () const =0 |
Static Public Member Functions | |
static std::unique_ptr< async_client > | make (http::method method, std::string path, unordered_flat_map< std::string, std::string > fields, const_byte_span payload) |
HTTP client for sending requests and receiving responses via promises.