# Functions
Do 发送给定参数的 http 请求,并返回一个 http 响应。 data 自动编组至一个 *httpRequest,通常是定义在一个 API 文件中。.
DoRequest 发送一个 http 请求,并返回一个 http 响应。.
NewService 返回一个给定名称的远程服务 Service。.
NewServiceWithClient 返回一个给定名称和客户端的远程服务 Service。.
Parse 解析响应。.
ParseHeaders 解析响应头。.
ParseJsonBody 解析 json 内容类型的响应体。.
# Variables
ErrGetWithBody 代表 GET 请求错误的传递了请求体。.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author