http_utils_join_string() function
Join 2 strings to one It will allocate a new memory space for this string, so you need to free it when no longer use
Arguments
first_str
The first string
len_first
The length first
second_str
The second string
len_second
The length second
Return value
- New string pointer - NULL: Invalid input