#include "app/net/network_factory.h"#include "app/net/native/httplib_client.h"#include "app/net/native/httplib_websocket.h"
Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::net |
Functions | |
| std::unique_ptr< IHttpClient > | yaze::net::CreateHttpClient () |
| Factory functions for creating network clients. | |
| std::unique_ptr< IWebSocket > | yaze::net::CreateWebSocket () |
| Create a WebSocket client for the current platform. | |
| bool | yaze::net::IsSSLSupported () |
| Check if the current platform supports SSL/TLS. | |
| std::string | yaze::net::GetNetworkPlatform () |
| Get the platform name for debugging. | |