URI template processor definitions. More...
URI template processor definitions.
Definition in file ut_process.h.
#include <stddef.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | ut_process_var_t |
Name-value-pair of a variable for URI template expansion. More... | |
Functions | |
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. | |
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. | |