Liking cljdoc? Tell your friends :D

com.ashafa.clutch.utils


get-mime-typeclj

(get-mime-type file)
source

read-linesclj

(read-lines f)

Like clojure.core/line-seq but opens f with reader. Automatically closes the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.

Pulled from clojure.contrib.io so as to avoid dependency on the old io namespace.

Like clojure.core/line-seq but opens f with reader.  Automatically
closes the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.

Pulled from clojure.contrib.io so as to avoid dependency on the old io
namespace.
sourceraw docstring

server-urlclj

(server-url db)
source

urlclj

(url & [base & parts :as args])

Thin layer on top of cemerick.url/url that defaults otherwise unqualified database urls to use http://localhost:5984 and url-encodes each URL part provided.

Thin layer on top of cemerick.url/url that defaults otherwise unqualified
database urls to use `http://localhost:5984` and url-encodes each URL part
provided.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close