Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

websocket::ping_data

The type representing the payload of ping and pong messages.

Synopsis

Defined in header <boost/beast/websocket/rfc6455.hpp>

using ping_data = static_string< 125, char >;

PrevUpHomeNext