int parse_query_parameter_value_from_uri(const char *uri, const char *parameter_name, const char **parameter_value)
Parse a query parameter from URI and return the size of the parameter value and a pointer to the valu...
int parse_query_parameter_value_from_query(const char *query, const char *parameter_name, const char **parameter_value)
Parse a query parameter from a query and return the size of the parameter value and a pointer to the ...