URI functions.
URI parsing result
URI parsing result parts
Parse URI and split in three parts. (scheme, location, path)
uri - URI to parse
parts - Result
RESULT_OK - on success
Performs URL encoding of the supplied buffer
src - string to encode
dst - the destination buffer
dst_size - size of the provided out buffer
bytes_written[out] - number of bytes written
Decodes an URL encoded buffer
src - Input
dst - Decoded output