Wire Sysio Wire Sysion 1.0.0
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | websocketpp |
Namespace for the WebSocket++ project. | |
Functions | |
std::string | websocketpp::base64_encode (unsigned char const *input, size_t len) |
Encode a char buffer into a base64 string. | |
std::string | websocketpp::base64_encode (std::string const &input) |
Encode a string into a base64 string. | |
std::string | websocketpp::base64_decode (std::string const &input) |
Decode a base64 encoded string into a string of raw bytes. | |