C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::net::http::async_client Class Referenceabstract

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< responseget_future () const =0
 

Static Public Member Functions

static std::unique_ptr< async_clientmake (http::method method, std::string path, unordered_flat_map< std::string, std::string > fields, const_byte_span payload)
 

Detailed Description

HTTP client for sending requests and receiving responses via promises.


The documentation for this class was generated from the following files: