gofight:用Golang编写的测试API处理程序

时间:2024-06-01 07:17:41
【文件属性】:

文件名称:gofight:用Golang编写的测试API处理程序

文件大小:19KB

文件格式:ZIP

更新时间:2024-06-01 07:17:41

golang testing-tools Go

格斗 Golang Web框架的API处理程序测试。 支持框架 Golang包http提供HTTP客户端和服务器实现。 支持向上 用法 下载此程序包。 $ go get github.com/appleboy/gofight/v2 要导入此程序包,请将以下行添加到您的代码中: import "github.com/appleboy/gofight/v2" 用法 以下是基本测试示例。 主程序: package main import ( "io" "net/http" ) func BasicHelloHandler ( w http. ResponseWriter , r * http. Request ) { io . WriteString ( w , "Hello World" ) } func BasicEngine () http. Handler {


【文件预览】:
gofight-master
----testdata()
--------world.txt(6B)
--------hello.txt(6B)
----.revive.toml(496B)
----_example()
--------beego.go(305B)
--------httprouter.go(365B)
--------httprouter_test.go(386B)
--------basic.go(297B)
--------echo.go(360B)
--------echo_test.go(392B)
--------gin_test.go(675B)
--------pat_test.go(675B)
--------pat.go(531B)
--------tango.go(230B)
--------basic_test.go(974B)
--------tango_test.go(510B)
--------mux.go(295B)
--------mux_test.go(390B)
--------gin.go(465B)
--------beego_test.go(655B)
----LICENSE(1KB)
----.drone.yml(867B)
----certificate()
--------localhost.cert(1KB)
--------localhost.key(2KB)
----.gitignore(280B)
----gofight.go(7KB)
----gofight_test.go(1KB)
----Makefile(1KB)
----go.sum(867B)
----README.md(10KB)
----.editorconfig(921B)
----go.mod(91B)

网友评论