@be9 has joined the channel
hey, does anybody know why :save-request? option doesn’t work with clj-http 3.7.0?
(require '[clj-http.client :as client])
=> nil
(:request (client/get "" {:save-request? true}))
=> nil
:save-request doesn’t work either