Liking cljdoc? Tell your friends :D

burningswell.http.headers


accept-entry-compare-keyclj

(accept-entry-compare-key accept-entry)

clojure?clj

(clojure? m)

Returns true if the map's Content-Type header is set to "application/clojure".

Returns true if the map's Content-Type header is set to
"application/clojure".
raw docstring

content-typeclj

(content-type m)

Returns the Content Type header from map.

Returns the Content Type header from map.
raw docstring

has-x-pagination-headersclj

(has-x-pagination-headers response page per-page total)

Verify that response has the x-pagination headers.

Verify that response has the x-pagination headers.
raw docstring

headersclj

(headers m)

Returns the lower-cased headers of the map.

Returns the lower-cased headers of the map.
raw docstring

int-headerclj

(int-header m header-name)

Returns the header of the map as int.

Returns the header of the map as int.
raw docstring

json?clj

(json? m)

Returns true if the map's Content-Type header is set to "application/json".

Returns true if the map's Content-Type header is set to
"application/json".
raw docstring

location-headerclj

(location-header m)

Returns the Location header from map.

Returns the Location header from map.
raw docstring

pagination-headersclj

(pagination-headers coll)

parse-accept-entryclj

(parse-accept-entry entry)

parse-accept-headerclj

(parse-accept-header text)

parse-accept-paramclj

(parse-accept-param param)

x-pagination-pageclj

(x-pagination-page m)

Return the X-Pagination-Page header from map.

Return the X-Pagination-Page header from map.
raw docstring

x-pagination-per-pageclj

(x-pagination-per-page m)

Return the X-Pagination-Per-Page header from map.

Return the X-Pagination-Per-Page header from map.
raw docstring

x-pagination-totalclj

(x-pagination-total m)

Return the X-Pagination-Total header from map.

Return the X-Pagination-Total header from map.
raw docstring

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

× close