# Functions
NewRestyClient 创建一个httpClient对象 proxyHttpHost 可以指定代理 如 localhost:7890.
NewRestyClientWithMultiProxy 创建一个多代理实例,该实例下的请求将通过策略通过代理.
# Constants
No description provided by the author
No description provided by the author
# Structs
RestyClient resty客户端.
RestyMethod resty请求方法对象.
RestyRequest resty请求对象.
# Interfaces
ChooseProxy 多代理模式下的选择代理策略.
# Type aliases
No description provided by the author