package uritemplate
-
uritemplate
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Template : sig ... end
module Parser : sig ... end
module Expansion : sig ... end
module Expansion_type : sig ... end
The type of a variable that can be templated
val template_uri :
template:string ->
variables:(string * variable) list ->
string
Templates the given string using the provided variables. Compliant to level 4. See RFC6570
A shorthand for template_uri when all variables are single strings
A shorthand for template_uri when all variables are lists of strings