package uritemplate

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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)