Apache Mesos
Functions
process::http::query Namespace Reference

Functions

Try< hashmap< std::string, std::string > > decode (const std::string &query)
 Decode a string that is Base64-encoded with the standard Base64 alphabet. More...
 
std::string encode (const hashmap< std::string, std::string > &query)
 

Function Documentation

Try<hashmap<std::string, std::string> > process::http::query::decode ( const std::string &  s)
inline

Decode a string that is Base64-encoded with the standard Base64 alphabet.

See also
RFC4648
Parameters
sThe string to decode.
std::string process::http::query::encode ( const hashmap< std::string, std::string > &  query)