Realm C++ SDK Version v2.2.0
|
Built in HTTP transport client. More...
#include <http.hpp>
Classes | |
struct | configuration |
Public Member Functions | |
default_http_transport (const configuration &c) | |
void | send_request_to_server (const ::realm::networking::request &request, std::function< void(const ::realm::networking::response &)> &&completion) |
Public Member Functions inherited from realm::networking::http_transport_client | |
virtual void | send_request_to_server (const request &request, std::function< void(const response &)> &&completion)=0 |
Protected Attributes | |
configuration | m_configuration |
Built in HTTP transport client.