Back

url (clj)

(source)

function

(url & args)
Creates a URI instance from a variable list of arguments and an optional parameter map as the last argument. For example: (url "/group/" 4 "/products" {:page 9}) => "/group/4/products?page=9"

Examples