Simple Web Game Server  0.1
A C++ library for creating authenticated scalable backends for multiplayer web games.
Static Public Member Functions | List of all members
simple_web_game_server::default_close_reasons Struct Reference

A struct defining default close message strings. More...

#include <base_server.hpp>

Static Public Member Functions

static std::string invalid_jwt ()
 
static std::string duplicate_connection ()
 
static std::string server_shutdown ()
 
static std::string session_complete ()
 

Detailed Description

A struct defining default close message strings.


The documentation for this struct was generated from the following file: