repositorypackage
0.0.1
Repository: https://github.com/iostrovok/gorouter.git
Documentation: pkg.go.dev
# README
gorouter
gorouter is a simple HTTP router for "github.com/valyala/fasthttp".
Key features:
- support of global (fasthttp) and local (query) context
- support of basic authentication
- support of handler groups to mix and match different handlers and groups of handlers for each route.