(accept-entry-compare-key accept-entry)
(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".
(content-type m)
Returns the Content Type header from map.
Returns the Content Type header from map.
(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.
(headers m)
Returns the lower-cased headers of the map.
Returns the lower-cased headers of the map.
(int-header m header-name)
Returns the header of the map as int.
Returns the header of the map as int.
(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".
(location-header m)
Returns the Location header from map.
Returns the Location header from map.
(pagination-headers coll)
(parse-accept-entry entry)
(parse-accept-header text)
(parse-accept-param param)
(x-pagination-page m)
Return the X-Pagination-Page header from map.
Return the X-Pagination-Page header from map.
(x-pagination-per-page m)
Return the X-Pagination-Per-Page header from map.
Return the X-Pagination-Per-Page header from map.
(x-pagination-total m)
Return the X-Pagination-Total header from map.
Return the X-Pagination-Total header from map.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close