#include <websocketpp/error.hpp>
#include <websocketpp/common/memory.hpp>
#include <websocketpp/common/stdint.hpp>
#include <algorithm>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | websocketpp::uri |
Namespaces | |
websocketpp | |
Namespace for the WebSocket++ project. | |
Typedefs | |
typedef lib::shared_ptr< uri > | websocketpp::uri_ptr |
Pointer to a URI. More... | |
Variables | |
static uint16_t const | websocketpp::uri_default_port = 80 |
Default port for ws://. More... | |
static uint16_t const | websocketpp::uri_default_secure_port = 443 |
Default port for wss://. More... | |