http请求库
Go to file
白茶清欢 a0adefcc0c 完成client的构建 2024-05-31 18:00:24 +08:00
define 完成client的构建 2024-05-31 18:00:24 +08:00
validate 完成client的构建 2024-05-31 18:00:24 +08:00
.gitignore 初始化项目 2024-05-24 12:30:20 +08:00
LICENSE Initial commit 2024-05-24 12:25:11 +08:00
README.md 完成client的构建 2024-05-31 18:00:24 +08:00
client.go 完成client的构建 2024-05-31 18:00:24 +08:00
go.mod 完成client的构建 2024-05-31 18:00:24 +08:00
go.sum 完成client的构建 2024-05-31 18:00:24 +08:00
resty.go 完成client的构建 2024-05-31 18:00:24 +08:00

README.md

httpclient

库作用

  • 对第三方接口发起请求

依赖基础库

配置说明

默认配置

  • AllowGetMethodPayload : 允许GET请求带Body, 默认值 true , 如需关闭, 可通过 HttpClient.GetRestyClient().SetAllowGetMethodPayload(false) 关闭

使用方式