文件名称:goz:Golang中使用的出色的HTTP请求库
文件大小:9KB
文件格式:ZIP
更新时间:2024-02-24 13:35:31
golang http curl request goz
戈兹 一个在golang中使用的出色的HTTP请求库。 受到启发 安装 go get -u github.com/idoubi/goz 文献资料 API文档可在以下位置找到: : 基本用法 package main import ( "github.com/idoubi/goz" ) func main () { cli := goz . NewClient () resp , err := cli . Get ( "http://127.0.0.1:8091/get" ) if err != nil { log . Fatalln ( err ) } fmt
【文件预览】:
goz-master
----options.go(313B)
----response.go(2KB)
----LICENSE(1KB)
----examples()
--------server()
--------response_test.go(3KB)
--------request_test.go(5KB)
--------goz_test.go(159B)
----go.sum(503B)
----README.md(4KB)
----goz.go(167B)
----request.go(5KB)
----go.mod(79B)