ndmspc  v1.2.0-0.1.rc3
Ndmspc::WS_URI Struct Reference

Structure representing a parsed WebSocket URI. More...

#include <NWsClient.h>

Public Attributes

std::string fScheme
 URI scheme (e.g., "ws", "wss")
 
std::string fHost
 Hostname or IP address.
 
int fPort
 Port number.
 
std::string fPath
 Path component.
 

Detailed Description

Structure representing a parsed WebSocket URI.

Definition at line 36 of file NWsClient.h.


The documentation for this struct was generated from the following file: