Kurlyk
Loading...
Searching...
No Matches
IWebSocketClient.hpp File Reference

Defines a legacy internal interface for WebSocket client functionality. More...

Go to the source code of this file.

Classes

class  kurlyk::IWebSocketClient
 Legacy internal compatibility interface for full WebSocket client implementations. More...

Namespaces

namespace  kurlyk
 Primary namespace for the Kurlyk library, encompassing initialization, request management, and utility functions.

Macros

#define _KURLYK_IWEBSOCKET_CLIENT_HPP_INCLUDED

Typedefs

using kurlyk::WebSocketClientPtr = std::shared_ptr<IWebSocketClient>
 Legacy shared-pointer alias for the internal compatibility interface.

Detailed Description

Defines a legacy internal interface for WebSocket client functionality.

Definition in file IWebSocketClient.hpp.

Macro Definition Documentation

◆ _KURLYK_IWEBSOCKET_CLIENT_HPP_INCLUDED

#define _KURLYK_IWEBSOCKET_CLIENT_HPP_INCLUDED

Definition at line 3 of file IWebSocketClient.hpp.