Liking cljdoc? Tell your friends :D

restql.core.response.headers.cache-control


cache-control-values-to-mapclj

(cache-control-values-to-map splitted-cache-control-values)
source

check-headers-for-no-cacheclj

(check-headers-for-no-cache cache-control-headers)
source

check-query-for-cache-controlclj

(check-query-for-cache-control query)
source

filter-cache-control-headersclj

(filter-cache-control-headers headers)
source

generate-cache-stringclj

(generate-cache-string query)
source

get-alias-suffixed-headersclj

(get-alias-suffixed-headers headers-with-aliases-key)

Given a key-value pair, where key is the resource alias and value is it's value, inserts the key prefix on each key of the headers map.

Given a key-value pair, where key is the resource alias
and value is it's value, inserts the key prefix on each key
of the headers map.
sourceraw docstring

get-cache-control-headersclj

(get-cache-control-headers headers-by-resources)
source

get-cache-control-stringclj

(get-cache-control-string query headers-by-resources)
source

get-cache-control-valuesclj

(get-cache-control-values headers-by-resources)
source

get-cache-headerclj

(get-cache-header query headers-by-resources)
source

get-minimal-cache-type-valueclj

(get-minimal-cache-type-value cache-control-headers cache-type)
source

get-minimal-response-cache-control-valuesclj

(get-minimal-response-cache-control-values cache-control-headers)
source

get-query-cache-controlclj

(get-query-cache-control query)
source

has-key-in-list-of-mapsclj

(has-key-in-list-of-maps key cache-control-headers)
source

has-prefix-on-key?clj

(has-prefix-on-key? prefix [key _])

Verify if a given key has the expected prefix

Verify if a given key has the expected prefix
sourceraw docstring

map-headers-to-aliasesclj

(map-headers-to-aliases [k v])

Given a key-value pair, where key is the resource alias and value is it's value, extracts only the headers to a new map.

Given a key-value pair, where key is the resource alias
and value is it's value, extracts only the headers to a
new map.
sourceraw docstring

map-response-headers-to-aliasesclj

(map-response-headers-to-aliases response)

Return a map of :resource headers

Return a map of :resource headers
sourceraw docstring

map-suffixes-to-headersclj

(map-suffixes-to-headers [alias headers])
source

parse-cache-control-valuesclj

(parse-cache-control-values cache-control-values)
source

split-cache-control-valuesclj

(split-cache-control-values cache-control-values)
source

suffixed-keywordclj

(suffixed-keyword alias [k v])
source

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

× close