{"id":67187,"library":"gofiber-helmet-v2","title":"Helmet Middleware for Fiber","description":"Helmet helps secure Fiber apps by setting various HTTP headers.","status":"active","version":"2.2.26","language":"go","source_language":null,"source_url":"https://github.com/gofiber/helmet","tags":["fiber","middleware","security","http-headers"],"install":[{"cmd":"go get github.com/gofiber/helmet/v2","lang":"bash","label":"Install github.com/gofiber/helmet/v2"}],"dependencies":[],"imports":[{"symbol":"helmet","correct":"github.com/gofiber/helmet/v2"}],"quickstart":{"code":"package main\n\nimport (\n    \"github.com/gofiber/fiber/v2\"\n    \"github.com/gofiber/helmet/v2\"\n)\n\nfunc main() {\n    app := fiber.New()\n    app.Use(helmet.New())\n    app.Get(\"/\", func(c *fiber.Ctx) error {\n        return c.SendString(\"Hello, World!\")\n    })\n    app.Listen(\":3000\")\n}","lang":"go","description":"Basic Fiber app with Helmet middleware"},"warnings":[],"env_vars":null,"search_vec":"'app':9 'fiber':4,8,15 'header':14,20 'helmet':1,5 'help':6 'http':13,19 'http-header':18 'middlewar':2,16 'secur':7,17 'set':11 'various':12","created_at":"2026-06-17T17:34:00.894684+00:00","updated_at":"2026-06-17T17:34:00.894684+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gofiber/helmet","github":"https://github.com/gofiber/helmet","docs":"https://pkg.go.dev/github.com/gofiber/helmet/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}