Registry / web-framework / gofiber-adaptor-v2

gofiber-adaptor-v2

JSON →
library2.2.1gogounverified

Package adaptor provides HTTP handler adapters for the Fiber web framework.

go get github.com/gofiber/adaptor/v2
INSTALL
IMPORT
SIG · GOFIBER-ADAPTOR-V2
G
gofiber-adaptor-v2
web-frameworkgov2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

adaptor
github.com/gofiber/adaptor/v2

Wraps a standard HTTP handler for use with Fiber.

package main import ( "github.com/gofiber/fiber/v2" "github.com/gofiber/adaptor/v2" ) func main() { app := fiber.New() app.Get("/", adaptor.HTTPHandler(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { w.Write([]byte("Hello")) }))) app.Listen(":3000") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
gofiber-adaptor-v2 — go get gofiber-adaptor-v2 · libregistry