TemplateReader

A resource template reader receiving the concrete URI, the captured {var} parameters, and the per-request RequestContext (so a template handler can log, observe cancellation, or elicit through the real request channel).

@safe
alias TemplateReader = ResourceContents delegate
(
string uri
,
string[string] params
,)
@safe