Name-value-pair of a variable for URI template expansion. More...
Name-value-pair of a variable for URI template expansion.
Definition at line 39 of file ut_process.h.
#include <ut_process.h>
Data Fields | |
const char * | name |
name of the variable | |
const char * | value |
value for the variable | |
const char* ut_process_var_t::name |
name of the variable
Definition at line 40 of file ut_process.h.
const char* ut_process_var_t::value |
value for the variable
Definition at line 41 of file ut_process.h.