Functions for parsing and expanding URI templates.
RFC 6570: https://tools.ietf.org/html/rfc6570
Functions for parsing and expanding URI templates. RFC 6570: https://tools.ietf.org/html/rfc6570
(expand-template template vars)Expands the given URITemplate into a URI given the variable bindings in the vars map.
Expands the given URITemplate into a URI given the variable bindings in the vars map.
(expand-template-string template-string vars)Parses the URI templates string then expands it into a URI given the variable bindings in the vars map.
Parses the URI templates string then expands it into a URI given the variable bindings in the vars map.
(expand-template-to-string template vars)Expands the given URITemplate into a string given the variable bindings in the vars map.
Expands the given URITemplate into a string given the variable bindings in the vars map.
(parse-template template-string)Parses the given URI template string.
Parses the given URI template string.
(try-parse-template template-string)Parses the given URI template string and returns nil if invalid.
Parses the given URI template string and returns nil if invalid.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |