Pregunta

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?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top