Module Uritemplate.Parser
val template_of_string : string -> Template.t
template_of_string str
parsesstr
into a template. Parsing is best effort and any errors will not be reported (EG malformed syntax)
Uritemplate.Parser
val template_of_string : string -> Template.t
template_of_string str
parses str
into a template. Parsing is best effort and any errors will not be reported (EG malformed syntax)