Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
base64.hpp File Reference
#include <string>
Include dependency graph for base64.hpp:
This graph shows which files directly or indirectly include this file:

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.