helmet:Fiber光纤头盔中间件

时间:2024-05-02 08:20:22
【文件属性】:

文件名称:helmet:Fiber光纤头盔中间件

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-02 08:20:22

middleware fiber Go

头盔 安装 go get -u github.com/gofiber/fiber/v2 go get -u github.com/gofiber/helmet/v2 例子 package main import ( "github.com/gofiber/fiber/v2" "github.com/gofiber/helmet/v2" ) func main () { app := fiber . New () app . Use ( helmet . New ()) app . Get ( "/" , func ( c * fiber. Ctx ) error { return c . SendString ( "Welcome!" ) }) app . Listen ( ":3000" ) } 测试 curl -I http://localhost:


【文件预览】:
helmet-master
----go.mod(89B)
----main_test.go(197B)
----LICENSE(1KB)
----go.sum(2KB)
----.github()
--------release-drafter.yml(2KB)
--------workflows()
--------dependabot.yml(392B)
----main.go(3KB)
----README.md(827B)

网友评论