Loading...
Searching...
No Matches
ut_process.h File Reference

URI template processor definitions. More...

Detailed Description

URI template processor definitions.

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

Definition in file ut_process.h.

#include <stddef.h>
#include <string.h>
+ Include dependency graph for ut_process.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.