| Class | Description |
|---|---|
| Body |
HTTP的内容对象
|
| Cookie |
HTTP 的 cookie 对象
|
| Header |
HTTP 的 header 对象
|
| Part |
HTTP 的 part 对象
改对象仅在 POST 请求,并且Content-Type = multipart/form-data时使用
|
| Protocol |
HTTP 的协议对象,报文的第一行
|
| RequestProtocol |
HTTP 请求的协议对象
|
| ResponseProtocol |
HTTP 响应的协议对象
|
| Enum | Description |
|---|---|
| Body.BodyType |
Body 类型枚举
|
| Part.PartType |
Part 类型枚举
|
Copyright © 2020 Voovan. All rights reserved.