19#ifndef CPPREALM_NETWORKING_UTILS_HPP
20#define CPPREALM_NETWORKING_UTILS_HPP
22#include <cpprealm/networking/websocket.hpp>
32 struct WebSocketEndpoint;
35 namespace networking {
41namespace realm::internal::networking {
43 ::realm::app::Response to_core_response(const ::realm::networking::response&);
45 ::realm::sync::WebSocketEndpoint to_core_websocket_endpoint(const ::realm::networking::websocket_endpoint& ep,
46 const std::optional<::realm::networking::default_socket_provider::configuration>& config);
Definition: websocket.hpp:46