| 类 | 说明 |
|---|---|
| HttpUtilClient | 已过时
自v1.2+版本起不再维护
|
| HttpUtilRequest | 已过时
自v1.2+版本起不再维护
|
| HttpUtilResponse | 已过时
自v1.2+版本起不再维护
|
| ImHttpClient |
HTTP Client 实现类
用于发送HTTP请求,所有请求的数据都需要封装在ImRequest中
HTTP Client implementation class Used to send HTTP requests, all requested data needs to be encapsulated in ImRequest. |
| ImRequest |
HTTP Request 会话请求数据封装类
该类为Request会话请求的数据封装类,所有Request会话相关的属性、数据、配置均需要在该类设置
HTTP Request session request data encapsulation class This class is the data encapsulation class of the Request session request. |
| ImResponse |
HTTP Response类
该类为HTTP请求响应(Response)数据封装,所有与Response相关的数据均在该类封装提供。
|
| ImSession |
会话状态控制对象类
该类用于需要使用会话状态控制的场景,作为数据存储的对象使用
Session state control object class This class is used for scenarios that require session state control and is used as an object of data storage. |
| ImUserAgent |
program: Sinlmao Commons Network Utils
description: 常见User-Agent(UA)
create: 2019-11-11 10:08
|
| 枚举 | 说明 |
|---|---|
| HttpUtilContentType | 已过时
自v1.2+版本起不再维护
|
| HttpUtilMethod | 已过时
自v1.2+版本起不再维护
|
| ImCharset |
HTTP 常见编码枚举类
该类明确常见的HTTP编码,并提供枚举选择
HTTP common encoding enumeration class This class specifies common HTTP encodings and provides enumeration options. |
| ImContentType |
HTTP 内容类型(ContentType)枚举类
该类限定并明确目前所支持的内容类型(ContentType),并提供枚举选择
HTTP content type (ContentType) enumeration class This class defines and clarifies the currently supported content types (ContentType) and provides enumeration options. |
| ImMethod |
HTTP 方法枚举类
该类限定并明确目前所支持的HTTP方法,并提供枚举选择
HTTP method enumeration class This class defines and clarifies the currently supported HTTP methods and provides enumeration options. |
Copyright © 2020. All rights reserved.