Realm C++ SDK Version v2.2.0
Classes | Public Member Functions | Protected Attributes | List of all members

realm::networking::default_http_transport Struct Reference

Built in HTTP transport client. More...

#include <http.hpp>

Inheritance diagram for realm::networking::default_http_transport:
realm::networking::http_transport_client

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
 

Detailed Description

Built in HTTP transport client.


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