You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find a way to encode async sequence of ByteBuf into HttpClientForm. There are few methods encoding java.io.HttpClientForm, java.io.File and plain byte arrays, however HttpClientForm lacking something like
Are there any fundamental blockers for such api or is it just a lack of demand? In a latter case I could try to code a missing bits if core team is not working on it already.
The text was updated successfully, but these errors were encountered:
@violetagg I'm currently on 1.0.21, but it won't be an issue for me to migrate to 2.0.0. However there is pending #2327 which I guess is a blocker for any multipart features in a 2.0.x branch. So probably 1.0.x is a better place to work until #2327 is merged.
@violetagg I'm currently on 1.0.21, but it won't be an issue for me to migrate to 2.0.0. However there is pending #2327 which I guess is a blocker for any multipart features in a 2.0.x branch. So probably 1.0.x is a better place to work until #2327 is merged.
Yep that's true, multipart is currently in progress for Reactor Netty 2.0.0
I can't find a way to encode async sequence of
ByteBuf
intoHttpClientForm
. There are few methods encodingjava.io.HttpClientForm
,java.io.File
and plain byte arrays, however HttpClientForm lacking something likeAre there any fundamental blockers for such api or is it just a lack of demand? In a latter case I could try to code a missing bits if core team is not working on it already.
The text was updated successfully, but these errors were encountered: