HTTP客户端请求包GoRequest.zip
Go-Request是HTTP客户端请求包,灵感来源于PythonRequests。
安装
go get -u github.com/mozillazg/request
文档
API文档:https://godoc.org/github.com/mozillazg/request
使用
import (
"github.com/mozillazg/request"
)
GET:
c := new(http.Client)
req := request.NewRequest(c)
resp, err := req.Get("http:
下载地址
用户评论