Registry / web-framework / go-ozzo-ozzo-routing

go-ozzo-ozzo-routing

JSON →
library2.1.4+incompatiblegogounverified

Package ozzo-routing provides high performance and powerful HTTP routing capabilities.

go get github.com/go-ozzo/ozzo-routing
INSTALL
IMPORT
SIG · GO-OZZO-OZZO-ROUTI
G
go-ozzo-ozzo-routing
web-frameworkgov2.1.4+incompatible
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.

routing
github.com/go-ozzo/ozzo-routing

Creates a router and handles a GET request.

package main import ( "net/http" "github.com/go-ozzo/ozzo-routing" ) func main() { router := routing.New() router.Get("/", func(c *routing.Context) error { return c.Write("Hello, World!") }) http.Handle("/", router) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.4+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-ozzo-ozzo-routing — go get go-ozzo-ozzo-routing · libregistry