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