char escape_url(const char base, const char path, const char * const args, size_t *length)

Escape an url and arguments and returned it as a string.

Returns the escaped url.

const char escape_args(const char * const args, size_t *length)

Escape an array of arguments and returned the lenght of the escaped arguments string.

Returns the escaped arguments.

const char escape_str(const char str, size_t *length)

Escape a string and returns it.

Returns the escaped string.

const char *unescape_args(const char args)

Unescape an argument and returns it.