Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top