HttpKit发POST请求,怎么发multipart/form-data数据?

Map<String, String> headers = new HashMap<String, String>();

headers.put("Content-Type", "multipart/form-data");

请问,应该如何使用HttpKit发送POST请求哇,避免对方收不到数据?


评论区

杜福忠

2025-01-02 19:09

以前我也有类似需求:
https://jfinal.com/share/2202

不过项目要是有用到hutool工具箱的话,也是很方便的:
https://doc.hutool.cn/pages/HttpUtil/#%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0

热门反馈

扫码入社