Fork me on GitHub
#clj-http
<
2023-07-10
>
d._.b18:07:13

I fear I'm doing something dumb. Per the docs:

(.get (client/get ""
                  {:async true
                   :oncancel #(println "request was cancelled")}
                  #'identity
                  #(println :err %)))
This returns #object[org.apache.http.message.BasicHttpResponse 0x1846271f "HTTP/1.1 200 OK [Content-Encoding: gzip, Accept...

d._.b18:07:35

I want the response map. What am I doing wrong here?