Fork me on GitHub
#clj-http
<
2021-05-20
>
svt12:05:03

Is there a way to add interceptor for all calls via clj-http?

Leonid Korogodski17:05:31

If a response arrives in chunks, and the request was madeĀ `:as :stream`, does the clj-http client make the response's body available as a stream already when the first chunk arrives--or does it wait for the entire response to complete?