1#ifndef YAZE_APP_NET_NETWORK_FACTORY_H_
2#define YAZE_APP_NET_NETWORK_FACTORY_H_
std::string GetNetworkPlatform()
Get the platform name for debugging.
bool IsSSLSupported()
Check if the current platform supports SSL/TLS.
std::unique_ptr< IWebSocket > CreateWebSocket()
Create a WebSocket client for the current platform.
std::unique_ptr< IHttpClient > CreateHttpClient()
Factory functions for creating network clients.