Replies: 1 comment 1 reply
-
sttp, a leading Scala http library would like to update to async-http-client 3.x, but we're dealing with the same issue (softwaremill/sttp#2241) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was using
StreamedAsyncHandler
in version 2.12.3 to get the response body as aorg.reactivestreams.Publisher
.I tried to use the 3.0.0.Beta3 version and this interface is not present anymore.
Is there any plan to add it? Or else, do you have any idea of how I can migrate my code to be able to get the response body as a
org.reactivestreams.Publisher
?Beta Was this translation helpful? Give feedback.
All reactions