https://gitee.com/guonaihong/gout
https://github.com/guonaihong/gout
请求中间件地址
https://github.com/antlabs/gout-middleware
import ( "github.com/antlabs/gout-middleware/request" "github.com/guonaihong/gout" ) func main() { gout.POST(":6666/compress"). RequestUse(request.GzipCompress()). SetBody("hello world"). Do() }
评论删除后,数据将无法恢复
gout v0.1.0 发布,golang 实现的 http 客户端
项目地址
https://gitee.com/guonaihong/gout
https://github.com/guonaihong/gout
changlog
重要特性(加入请求中间件设计)
请求中间件地址
https://github.com/antlabs/gout-middleware
请求中间件example