mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-07-08 01:30:39 +08:00
add http client
This commit is contained in:
@@ -12,6 +12,13 @@ namespace str_util {
|
||||
* @return true if successed.
|
||||
*/
|
||||
bool tolowercase(std::string ori, std::string& result);
|
||||
/**
|
||||
* @brief Convert string to uppercase
|
||||
* @param ori Origin string
|
||||
* @param result Output string.
|
||||
* @return true if successed.
|
||||
*/
|
||||
bool touppercase(std::string ori, std::string& result);
|
||||
/**
|
||||
* @brief Replace all pattern to new_content
|
||||
* @param input Input string
|
||||
|
||||
Reference in New Issue
Block a user