http_utils_get_string_after() function
Returns a string that contains the part after the search string till the end of the source string. It will allocate a new memory space for this string, so you need to free it when no longer used
Syntax
char *http_utils_get_string_after(const char *str,
const char *begin);
Return value
The string between begin and the end of str
http_utils_get_string_after() is called by 1 function and calls 2 functions:
![]()
http_utils_get_string_after()
http_utils_get_string_after():
![]()
http_utils_get_string_after()