clj-http.cookies documentation

decode-cookies

(decode-cookies cookies)
Converts a cookie string or seq of strings into a cookie map.

encode-cookies

(encode-cookies cookie-map)
Encode the cookie map into a string.

get-cookies

(get-cookies cookie-store)
Given a cookie-store, return a map of cookie name to a map of cookie values.

wrap-cookies

(wrap-cookies client)
Middleware wrapping cookie handling. Handles converting
the :cookies request parameter into the 'Cookies' header for an HTTP
request.