UriTemplate.expand

string expand(const UriTemplateVars vars) const @safe

Expand this URI Template with the provided variables.

Parameters

varsVariable scope providing scalar/list/map values.

Returns

The expanded string.

Throws

UriTemplateException when expansion encounters an invalid modifier/value combination.