Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top