#include <string>
Go to the source code of this file.
Namespaces | |
websocketpp | |
Namespace for the WebSocket++ project. | |
Functions | |
static bool | websocketpp::is_base64 (unsigned char c) |
Test whether a character is a valid base64 character. More... | |
std::string | websocketpp::base64_encode (unsigned char const *input, size_t len) |
Encode a char buffer into a base64 string. More... | |
std::string | websocketpp::base64_encode (std::string const &input) |
Encode a string into a base64 string. More... | |
std::string | websocketpp::base64_decode (std::string const &input) |
Decode a base64 encoded string into a string of raw bytes. More... | |
Variables | |
static std::string const | websocketpp::base64_chars |