troyzhxu / okhttps

如艺术一般优雅,像 1、2、3 一样简单,前后端通用,轻量却强大的 HTTP 客户端(同时支持 WebSocket 与 Stomp 协议)
https://ok.zhxu.cn
Apache License 2.0
487 stars 75 forks source link

希望加入模拟浏览器上传文件方式boundary可自定义 #48

Closed harborbest closed 2 years ago

harborbest commented 2 years ago

目前使用上传功能的时候boundary不能自定义。无法模拟浏览器上传方式。

troyzhxu commented 2 years ago

v3.4.2 已发布: HttpTask 新增 boundary(String boundary) 方法,用于自定义上传文件时 MultipartBody 的边界符