19#ifndef CPPREALM_NETWORKING_UTILS_HPP
20#define CPPREALM_NETWORKING_UTILS_HPP
22#include <cpprealm/network/websocket.hpp>
27 aplicativo
namespace {
28 Solicitação
de estrutura ;
29 Resposta
da estrutura ;
32 struct WebSocketEndpoint;
36 solicitação
de estrutura ;
37 resposta
estruturada ;
41namespace Realm::internal::network {
43 :: Realm::app::Response to_core_response(const :: Realm::network::response&);
45 :: Realm::sync::WebSocketEndpoint to_core_websocket_endpoint(const :: Realm::network::websocket_endpoint& ep,
46 const std::opcional<::realm::networking::default_socket_provider::configuration>& config);
Definição: websocket.hpp:46