This website requires JavaScript.
Explore
Help
Sign In
zhangdeman
/
network
Watch
1
Star
0
Fork
0
You've already forked network
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
network
/
httpclient
History
白茶清欢
5b296b74b0
upgrade http client
2025-03-02 21:50:54 +08:00
..
cache
upgrade http client
2025-03-02 21:50:54 +08:00
define
upgrade http client
2025-03-02 21:50:54 +08:00
validate
upgrade http client
2025-03-02 21:50:54 +08:00
client.go
upgrade http client
2025-03-02 21:50:54 +08:00
README.md
upgrade http client
2025-03-02 21:50:54 +08:00
resty.go
upgrade http client
2025-03-02 21:50:54 +08:00
README.md
httpclient
库作用
对第三方接口发起请求
依赖基础库
resty
配置说明
默认配置
AllowGetMethodPayload : 允许GET请求带Body, 默认值
true
, 如需关闭, 可通过 HttpClient.GetRestyClient().SetAllowGetMethodPayload(false) 关闭
使用方式