|
| static std::string | decodeURL (const std::string &component) |
| |
| static std::string | encodeURL (const std::string &component, bool asUrl=true) |
| |
| static std::string | encodeURL (const std::wstring &component, bool asUrl=true) |
| |
| static std::string | status2text (int status) |
| |
| static strstr_map_t | parseUrlParameters (std::string parameters) |
| |
| static bool | iequals (const std::string &a, const std::string &b, size_t length) |
| |
| static bool | iequals (const std::string &a, const std::string &b) |
| |
| static void | trimLeft (std::string &str) |
| |
| static void | trimRight (std::string &str) |
| |
| static void | trim (std::string &str) |
| |
| static std::string | camelizeHeader (const std::string &str) |
| |
Various helpers needed in the code