Liking cljdoc? Tell your friends :D

uio.impl


*config*clj

source

->countableclj

(->countable is-or-os)
source

->digestibleclj

(->digestible algorithm is-or-os)
source

->nil-osclj

(->nil-os)
source

apply-codecsclj

(apply-codecs s ext+s->s)

Wrap given InputStream or OutputStream with codecs specified in ext+s->s sequence

Wrap given `InputStream` or `OutputStream` with codecs specified in `ext+s->s` sequence
sourceraw docstring

attrscljmultimethod

source

available-digest-algorithmsclj

source

but-queryclj

(but-query url)
source

bytes->isclj

(bytes->is bs)
source

close-and-digestclj

(close-and-digest is-or-os)
source

close-when-realized-or-finalizedclj

(close-when-realized-or-finalized ->close xs)
source

copycljmultimethod

source

creds-url->credsclj

(creds-url->creds url)
source

decodeclj

(decode ext is-or-bytes)
source

default-delimiterclj

source

default-implclj

(default-impl url method args)
source

default-opts-fromclj

source

default-opts-lsclj

source

deletecljmultimethod

source

dieclj

(die msg)
(die msg cause)

A shortcut for (throw (ex-info ...))

A shortcut for (throw (ex-info ...))
sourceraw docstring

encodeclj

(encode ext os-or-bytes)
source

ends-with-delimiter?clj

(ends-with-delimiter? url)
source

ensure-ends-with-delimiterclj

(ensure-ends-with-delimiter url)
source

ensure-has-all-implsclj

(ensure-has-all-impls url ext+s->s)
source

ensure-not-ends-with-delimiterclj

(ensure-not-ends-with-delimiter url)
source

escape-urlclj

(escape-url s)
source

exists?cljmultimethod

source

ext->is->iscljmultimethod

source

ext->os->oscljmultimethod

source

filenameclj

(filename url)
source

fix-urlclj

(fix-url url)
source

fromcljmultimethod

source

from*clj

(from* url & args)
source

get-optsclj

(get-opts default-opts url args)
source

hostclj

(host url)
source

intercalate-with-dirsclj

(intercalate-with-dirs kvs)
(intercalate-with-dirs delimiter kvs)
(intercalate-with-dirs delimiter last-flushed-dir [kv & kvs])
source

is->bytesclj

(is->bytes is)
source

list-available-implementationsclj

(list-available-implementations)
source

longest-matching-prefixclj

(longest-matching-prefix cred-prefix-urls s)
source

lscljmultimethod

source

mkdircljmultimethod

source

normalizeclj

(normalize url)
source

parent-ofclj

(parent-of url)
(parent-of delimiter url)
source

pathclj

(path url)
source

pattern-url-no-auth-and-pathclj

source

pattern-url-single-delimiterclj

source

portclj

(port url)
source

queryclj

(query url)
source

query-mapclj

(query-map url)
source

replace-pathclj

(replace-path url absolute-path)
source

rethrowingcljmacro

(rethrowing msg & body)

Evaluate body, and if any exception is thrown then wrap that exception into an ex-info with the specified msg and map before rethrowing it.

Evaluate body, and if any exception is thrown then wrap that
exception into an ex-info with the specified msg and map before rethrowing it.
sourceraw docstring

schemeclj

(scheme url)
source

scheme-kclj

(scheme-k url)
source

sizecljmultimethod

source

tocljmultimethod

source

to*clj

(to* url & args)
source

try-withclj

(try-with ->resource resouce->value close-resource)
source

unescape-urlclj

(unescape-url s)
source

url->credsclj

(url->creds url)
source

url->creds'clj

(url->creds' config env url)
source

url->ext+s->sclj

(url->ext+s->s ext->s->s url)
source

url?clj

(url? url)
source

userclj

(user url)
source

with-baos->bytesclj

(with-baos->bytes baos->nil)
source

with-fnclj

(with-fn config f)
source

with-parentclj

(with-parent parent-url file)
source

wrap-isclj

(wrap-is ->resource resource->is close-resource)
source

wrap-osclj

(wrap-os ->resource resource->os close-resource)
source

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

× close