package
0.1.8
Repository: https://github.com/sagoo-cloud/nexframe.git
Documentation: pkg.go.dev

# Functions

DealResponse 读取并关闭响应体.
Get 执行 GET 请求.
NewClient 创建一个新的 Client 实例.
NewFormPostRequest 创建一个新的 POST 请求,使用表单数据.
NewGetRequest 创建一个新的 GET 请求.
NewJSONPostRequest 创建一个新的 POST 请求,使用 JSON 数据.
Post
Post 执行 POST 请求,使用表单数据.
PostJSON 执行 POST 请求,使用 JSON 数据.
Request 执行指定方法的 HTTP 请求.

# Constants

No description provided by the author
No description provided by the author

# Interfaces

Client 定义了 HTTP 客户端的接口.