{"id":52497,"library":"gofiber-adaptor-v2","title":"Fiber Adaptor v2","description":"Package adaptor provides HTTP handler adapters for the Fiber web framework.","status":"active","version":"2.2.1","language":"go","source_language":null,"source_url":"https://github.com/gofiber/adaptor","tags":["fiber","adaptor","http","web"],"install":[{"cmd":"go get github.com/gofiber/adaptor/v2","lang":"bash","label":"Install github.com/gofiber/adaptor/v2"}],"dependencies":[],"imports":[{"symbol":"adaptor","correct":"github.com/gofiber/adaptor/v2"}],"quickstart":{"code":"package main\n\nimport (\n  \"github.com/gofiber/fiber/v2\"\n  \"github.com/gofiber/adaptor/v2\"\n)\n\nfunc main() {\n  app := fiber.New()\n  app.Get(\"/\", adaptor.HTTPHandler(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {\n    w.Write([]byte(\"Hello\"))\n  })))\n  app.Listen(\":3000\")\n}","lang":"go","description":"Wraps a standard HTTP handler for use with Fiber."},"warnings":[],"env_vars":null,"search_vec":"'adapt':9 'adaptor':2,5,16 'fiber':1,12,15 'framework':14 'handler':8 'http':7,17 'packag':4 'provid':6 'v2':3 'web':13,18","created_at":"2026-06-15T06:56:25.172293+00:00","updated_at":"2026-06-15T06:56:25.172293+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/adaptor","github":"https://github.com/gofiber/adaptor","docs":"https://pkg.go.dev/github.com/gofiber/adaptor/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-15","next_check":"2026-12-12","install_tag":null}}