package uritemplate
-
uritemplate
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val expansion_type_of_string : string -> t
Returns the expasion type represented by the give string (see t
). Or Simple if not recognised
val string_of_expansion_type : t -> string
string_of_expansion_type ex
returns the character that represents the expansion type ex
or any empty string for Simple
val separator_for_expansion_type : t -> char
separator_for_expansion_type ex
returns the character that seperates multiple expanded variables as specified by Section 3.2.1