|
ndmspc
v1.2.0-0.1.rc3
|
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. | |
Structure representing a parsed WebSocket URI.
Definition at line 36 of file NWsClient.h.