Liking cljdoc? Tell your friends :D

dev.gethop.object-storage.azure-blob-storage.util


build-resource-urlclj

(build-resource-url account container)
(build-resource-url account container object-id)
source

decode-base64clj

(decode-base64 src)

Returns a byte[] from a Base64 encoded String

Returns a byte[] from a Base64 encoded String
sourceraw docstring

encode-base64clj

(encode-base64 src)

Encodes a byte[] as String using Base64

Encodes a byte[] as String using Base64
sourceraw docstring

get-current-date-time-in-http-date-header-formatclj

(get-current-date-time-in-http-date-header-format)
source

hmac-sha256clj

(hmac-sha256 key data)

Returns the calculated HMAC SHA256 of 'data' using 'key'.

Returns the calculated HMAC SHA256 of 'data' using 'key'.
sourceraw docstring

parse-rfc-1123-dateclj

(parse-rfc-1123-date s)
source

update-map-keysclj

(update-map-keys m update-fn & args)
source

url-encode-strclj

(url-encode-str s)
source

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

× close