Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
This is the complete list of members for ParserHTTP, including all inherited members.
base64Decode(std::string &value) | ParserHTTP | static |
base64Encode(std::string &value) | ParserHTTP | static |
getRequestFromStr(std::string &str) | ParserHTTP | static |
getStrFromResponse(Response &response) | ParserHTTP | static |
getTime(const time_t *time_struct=nullptr, const char *format="%Y.%m.%d") | ParserHTTP | static |
sha256(std::string &key, std::string &message) | ParserHTTP | static |
trim(std::string &str) | ParserHTTP | static |
urlDecode(const std::string &value) | ParserHTTP | static |
urlEncode(const std::string &value) | ParserHTTP | static |