WPILibC++ 2023.4.3-108-ge5452e3
|
Client connection options. More...
#include <wpinet/WebSocket.h>
Public Member Functions | |
ClientOptions () | |
Public Attributes | |
uv::Timer::Time | handshakeTimeout |
Timeout for the handshake request. More... | |
std::span< const std::pair< std::string_view, std::string_view > > | extraHeaders |
Additional headers to include in handshake. More... | |
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.