Warning!
The version you're viewing is not the latest.
Go to the latest version
Namespace utils
Description
No description yet.
Functions
base64Decode | Decode the base64 format string. | |
base64DecodeToVector | ||
base64Encode | Encode the string to base64 format. | |
binaryStringToHex | Convert a binary string to hex format. | |
brotliCompress | Commpress or decompress data using brotli lib. | |
brotliDecompress | ||
createPath | Recursively create a file system path. | |
formattedString | Get a formatted string. | |
genRandomString | Generate random a string. | |
getHttpDate | Get the trantor::Date object according to the http full date string. | |
getHttpFullDate | Get the http full date string. | |
getMd5 overload | Get the MD5 digest of a string. | |
getUuid | Get UUID string. | |
gzipCompress | Commpress or decompress data using gzip lib. | |
gzipDecompress | ||
hexToBinaryString | Get a binary string from hexadecimal format. | |
hexToBinaryVector | Get a binary vector from hexadecimal format. | |
isInteger | Determine if the string is an integer. | |
needUrlDecoding | Check if the string need decoding. | |
splitString | Split the string into multiple separated strings. | |
splitStringToSet | ||
urlDecode overload | Decode from or encode to the URL format string. | |
urlEncode | ||
urlEncodeComponent |
Source
Line 32 in lib/inc/drogon/utils/Utilities.h.