![]() |
WPILibC++ 2025.3.2
|
Client connection options. More...
#include <wpinet/WebSocket.h>
Public Member Functions | |
| ClientOptions () | |
Public Attributes | |
| uv::Timer::Time | handshakeTimeout |
| Timeout for the handshake request. | |
| std::span< const std::pair< std::string_view, std::string_view > > | extraHeaders |
| Additional headers to include in handshake. | |
Client connection options.
|
inline |
| std::span<const std::pair<std::string_view, std::string_view> > wpi::WebSocket::ClientOptions::extraHeaders |
Additional headers to include in handshake.
| uv::Timer::Time wpi::WebSocket::ClientOptions::handshakeTimeout |
Timeout for the handshake request.