Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

websocket::reason_string

The type representing the reason string in a close frame.

Synopsis

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

using reason_string = static_string< 123, char >;

PrevUpHomeNext