Support for HTTP multipart response in Netty?

353 views Asked by At

I would like to know if there are any way to send multipart responses to a client.

Is there some way I could attach multiple images to one response?

1

There are 1 answers

0
Norman Maurer On BEST ANSWER

HttpContent just works with ByteBuf... so its up to you to convert the content to ByteBuf.