Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有任何方法可以向客户端发送多部分响应。
有什么方法可以将多个图像附加到一个响应?
HttpContent 只与 ByteBuf 一起使用...所以由您决定将内容转换为 ByteBuf。