_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-uptrace-bunrouter 1.0.23
Channel: guix
Location: gnu/packages/golang-web.scm (gnu packages golang-web)
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/http compatible 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.Context or echo.Context)

Total results: 1