MultipartBody implementation for Netty server

Hello, I noticed that MultipartBody isn’t implemented for Netty server, see https://github.com/softwaremill/tapir/blob/0.20/server/netty-server/src/main/scala/sttp/tapir/server/netty/internal/NettyRequestBody.scala#L34 .

Is this a limitation on Netty’s side? Is this tracked anywhere?

Thank you,

This is simply not yet implemented. Please see netty interpreter · Issue #499 · softwaremill/tapir · GitHub for some of the remaining parts, and vote for the issue / leave a comment :slight_smile:

1 Like