Package | Description |
---|---|
cn.hutool.http.body |
请求体封装实现
|
Modifier and Type | Class and Description |
---|---|
class |
FormUrlEncodedBody
application/x-www-form-urlencoded 类型请求body封装
|
Modifier and Type | Method and Description |
---|---|
static BytesBody |
BytesBody.create(byte[] content)
创建 Http request body
|
Copyright © 2024. All rights reserved.