go-github-com-uptrace-bunrouter 1.0.23
Channel: guix
Home page: https://github.com/uptrace/bunrouter
Licenses: Expat
Synopsis: HTTP router for Golang
Description:
BunRouter is a fast HTTP router for Go with unique combination of features:
middlewares allow to extract common operations from HTTP handlers into reusable functions
error handling allows to further reduce the size of HTTP handlers by handling errors in middlewares
routes priority enables meaningful matching priority for routing rules: first static nodes, then named nodes, lastly wildcard nodes
net/httpcompatible API which means using minimal API without constructing huge wrappers that try to do everything: from serving static files to XML generation (for example,gin.Contextorecho.Context)
Total results: 1