fasthttp-graceful-shutdown:使用带有正常关闭功能的fasthttp和fasthttprouter的示例服务器

时间:2024-06-05 16:50:10
【文件属性】:

文件名称:fasthttp-graceful-shutdown:使用带有正常关闭功能的fasthttp和fasthttprouter的示例服务器

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-05 16:50:10

Go

此示例应用程序基于fasthttp和fasthttprouter构建-设计得非常快,并且只使用很少的内存。 它还旨在成为使用fasthttp正常关闭的示例。 欢迎您提出评论,反馈和请求。 干杯! 注意:假设您已安装Dep。 要运行克隆存储库并运行dep ensure然后go run $(ls *.go | grep -v _test.go) (假设我在某个时候编写了测试) 资源:


【文件预览】:
fasthttp-graceful-shutdown-master
----.gitignore(1KB)
----listener.go(2KB)
----main.go(109B)
----.env-example(36B)
----handlers.go(3KB)
----Gopkg.toml(1KB)
----.gitattributes(12B)
----routes.go(595B)
----readme.md(532B)
----Gopkg.lock(2KB)
----initialize.go(684B)
----.editorconfig(344B)
----server.go(3KB)

网友评论