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.
我围绕新的 netty 4.0 库编写了一个 Http 客户端。我似乎无法找到发布请求应在何处/如何包含文件。我现在发现的一个用例是将照片上传到第三方 API。
DefaultHttpRequest 类为要传入的缓冲区设置了内容,但是是否有任何实用程序可以对 post 参数(inc 文件字段)进行编码?
HTTP Post 支持还没有移植到 netty 4。它在 to-do-list atm..