hiccup.util

(source)
Utility functions for Hiccup.

For more info about this library see:

https://github.com/weavejester/hiccup/wiki
Public Variable Short Description
->RawString (clj)
RawString (clj)
ToString (clj)
ToURI (clj)
URLEncode (clj)
as-str (clj) Converts its arguments into a string using [[to-str]].
escape-html (clj) Change special characters into HTML character entities.
raw-string (clj) Converts one or more strings into an object that will not be escaped when used with the [[hiccup2.core/html]] macro.
raw-string? (clj) Returns true if x is a RawString created by [[raw-string]].
to-str (clj) Convert a value into a string.
to-uri (clj) Convert a value into a URI.
url (clj) Creates a URI instance from a variable list of arguments and an optional parameter map as the last argument.
url-encode (clj) Turn a value into a URL-encoded string.
with-base-url (clj) Sets a base URL that will be prepended onto relative URIs.
with-encoding (clj) Sets a default encoding for URL encoding strings.