Package | Description |
---|---|
org.voovan.http.client | |
org.voovan.http.message |
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClient.addPart(Part part)
设置POST多段请求
类似 Form 的 Actiong="POST" enctype="multipart/form-data"
|
Modifier and Type | Method and Description |
---|---|
List<Part> |
Request.parts()
获取所有的 Part 对象,返回一个 List
|
Copyright © 2020 Voovan. All rights reserved.