gout icon indicating copy to clipboard operation
gout copied to clipboard

gout to become the Swiss Army Knife of the http client @^^@---> gout 是http client领域的瑞士军刀,小巧,强大,犀利。具体用法可看文档,如使用迷惑或者API用得不爽都可提issues

Results 38 gout issues
Sort by recently updated
recently updated
newest added

在SetJSON前检查还是https://uat.xxx.com?a=1&b=1 打断点看传给SetJSON也是&,可是gout实际发出去的却是\u0026 ? ``` 2022-04-20 09:51:01.018 INFO log/writer.go:21 > POST /cgi-bin/menu/create?access_token=56_zk9P0-rpBoNUhlneUAVJfABALGU HTTP/1.1 2022-04-20 09:51:01.018 INFO log/writer.go:21 > Content-Type: application/json 2022-04-20 09:51:01.018 INFO log/writer.go:21 > 2022-04-20 09:51:01.018 INFO log/writer.go:21 2022-04-20 09:51:01.018...

如题,有获取cookie的接口吗

#### 目的 * 打造一个用着爽到极致的http client * 尽量一个API做一类事情 * 性能必须最吊 * API设计必须好看 * 测试必须覆盖到位 * 如有可能追求零拷贝

我想实现对某个网站的模拟登录,中间会请求到不同的url,这种情况下我该怎么实现让它们的信息共享,比如我url1请求后,获得的cookies会自动保存,用于url2的请求,这种情况不知道怎么使用,能否解答一下,非常感谢

使用抓包是正常的,但是使用bindbody数据会发生错误

curl可以使用interface参数指定网卡请求,当遇到多张网卡的时候想要指定一张网卡进行请求就需要用到了 golang我测试了一下也可以实现 希望作者能集成到库中 实现源码 https://github.com/hardPass/code_go_network/blob/master/Golang%20%E7%94%A8%E6%8C%87%E5%AE%9A%E7%BD%91%E5%8D%A1%E7%9A%84IP%E5%8F%91%E9%80%81HTTP%E8%AF%B7%E6%B1%82.go