(edn->json x)
(edn->xml edn & [raw?])
(json->edn x)
(lk s)
(ls s)
(mail &
{:keys [from to subject host port contents]
:or {host "localhost" port 25}})
(nrepl-http-transport url)
Returns an nREPL client-side transport to connect to HTTP nREPL
endpoints implemented by ring-handler
.
This fn is implicitly registered as the implementation of
nrepl.core/url-connect
for http
and https
schemes;
so, once this namespace is loaded, any tool that uses url-connect
will use this implementation for connecting to HTTP and HTTPS
nREPL endpoints.
Returns an nREPL client-side transport to connect to HTTP nREPL endpoints implemented by `ring-handler`. This fn is implicitly registered as the implementation of `nrepl.core/url-connect` for `http` and `https` schemes; so, once this namespace is loaded, any tool that uses `url-connect` will use this implementation for connecting to HTTP and HTTPS nREPL endpoints.
(nrepl-start & {:keys [ip port cider] :or {ip "0.0.0.0" port 7888}})
(nrepl-stop & [srv])
(chars->hex xs)
(chars->long xs)
(hex->long x)
(str->double x)
(str->int x)
(str->long x)
(parse-binary-message format-coll data-coll)
(sha1sum & vals)
(start-routine f & [{:keys [id queue-length interval] :as opts}])
(stop-routine)
(stop-routine id)
(uk s)
(us s)
(uuid)
(uuid s)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close