0

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?

Jee Seok Yoon
  • 4,716
  • 9
  • 32
  • 47

1 Answers1

1

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

Norman Maurer
  • 23,104
  • 2
  • 33
  • 31