WebSocket++
0.8.3-dev
C++ websocket client/server library
|
28 #ifndef WEBSOCKETPP_VERSION_HPP
29 #define WEBSOCKETPP_VERSION_HPP
57 static char const user_agent[] =
"WebSocket++/0.8.3-dev";
static std::vector< int > const versions_supported(helper, helper+4)
Container that stores the list of protocol versions supported.
static char const user_agent[]
Default user agent string.
static int const patch_version
Library patch version number.
static int const minor_version
Library minor version number.
static int const major_version
Library major version number.
static char const prerelease_flag[]
Library pre-release flag.