Liking cljdoc? Tell your friends :D

clj-http.headers

Provides wrap-header-map, which is middleware allows headers to be specified more flexibly. In requests and responses, headers can be accessed as strings or keywords of any case. In requests, string header names will be sent to the server with their casing unchanged, while keyword header names will be transformed into their canonical HTTP representation (e.g. :accept-encoding will become "Accept-Encoding").

Provides wrap-header-map, which is middleware allows headers to be
specified more flexibly. In requests and responses, headers can be
accessed as strings or keywords of any case. In requests, string
header names will be sent to the server with their casing unchanged,
while keyword header names will be transformed into their canonical
HTTP representation (e.g. :accept-encoding will become
"Accept-Encoding").
raw docstring

clj-http.links

Namespace dealing with HTTP link headers

Namespace dealing with HTTP link headers
raw docstring

clj-http.multipart

Namespace used for clj-http to create multipart entities and bodies.

Namespace used for clj-http to create multipart entities and bodies.
raw docstring

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

× close