Liking cljdoc? Tell your friends :D

http.util


android?cljs

(android?)

Returns true if the user agent is an Android client.

Returns true if the user agent is an Android client.
raw docstring

basic-authcljs

(basic-auth credentials)

Returns the value of the HTTP basic authentication header for credentials.

Returns the value of the HTTP basic authentication header for
`credentials`.
raw docstring

build-headerscljs

(build-headers m)

Build the headers from the map.

Build the headers from the map.
raw docstring

build-urlcljs

(build-url {:keys [scheme server-name server-port uri query-string]})

Build the url from the request map.

Build the url from the request map.
raw docstring

camelizecljs

(camelize s)

Returns dash separeted string s in camel case.

Returns dash separeted string `s` in camel case.
raw docstring

json-decodecljs

(json-decode s)

JSON decode an object from s.

JSON decode an object from `s`.
raw docstring

json-encodecljs

(json-encode x)

JSON encode x into a String.

JSON encode `x` into a String.
raw docstring

parse-headerscljs

(parse-headers headers)

transit-decodecljs

(transit-decode s type opts)

Transit decode an object from s.

Transit decode an object from `s`.
raw docstring

transit-encodecljs

(transit-encode x type opts)

Transit encode x into a String.

Transit encode `x` into a String.
raw docstring

user-agentcljs

(user-agent)

Returns the user agent.

Returns the user agent.
raw docstring

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

× close