Functions | |
| OT_SYS_API_EXPORT std::string | urlEncode (std::string _str) |
| Will encode the string given as argument such that it can be used in URLs. | |
| std::string ot::url::urlEncode | ( | std::string | _str | ) |
Will encode the string given as argument such that it can be used in URLs.
| _str | The string to be encoded |