65                       char *uri, 
size_t *uri_len);
 
   91                                         char *uri, 
size_t *uri_len)
 
static int ut_process_str_expand(const char *ut, const ut_process_var_t *vars, size_t vars_len, char *uri, size_t *uri_len)
Expands a URI template by a given value set.
 
int ut_process_expand(const char *ut, size_t ut_len, const ut_process_var_t *vars, size_t vars_len, char *uri, size_t *uri_len)
Expands a URI template by a given value set.
 
Name-value-pair of a variable for URI template expansion.
 
const char * name
name of the variable
 
const char * value
value for the variable