Hello, my team are developing with SttpClient for server.
We implemented the webhook send using SttpBackend[Task, ZioStreams with WebSockets]
. By the way, we are concerned with the webhook can arise out of memory due to the huge size of webhook response body. I searched and found that the backend for akka http has akka.http.parsing.max-content-length
. Does similar options for zio backend exist? Or, how can we limit the client response body size?