4 Star 13 Fork 2

离恨/MiniWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MiniWeb_test.go 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
离恨 提交于 2019-07-29 22:28 . fix Cookie
package MiniWeb
import (
"testing"
)
func TestMain(t *testing.T) {
Config.EnableLogs = false
Config.ReConfig()
w := NewMiniWeb()
w.GetWebCode("http://www.baidu.com/robots.txt")
t.Log("HTTP.Recv: ", len(w.ResponseText()))
w.GetWebCode("https://www.baidu.com/robots.txt")
t.Log("HTTPS.Recv: ", len(w.ResponseText()))
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/a2si/MiniWeb.git
[email protected]:a2si/MiniWeb.git
a2si
MiniWeb
MiniWeb
master

搜索帮助