Bxog
Router
An HTTP request multiplexer written in Go.
Bxog is a simple and fast HTTP router for Go (HTTP request multiplexer).
102 stars
8 watching
8 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
goji/goji | A minimalistic HTTP request multiplexer for Go. | 967 |
dimfeld/httptreemux | A high-speed, tree-based HTTP router for Go that supports flexible routing patterns and context support | 616 |
go-zoo/bone | An HTTP multiplexer that allows for flexible routing and parameter handling | 1,288 |
bmf-san/goblin | A lightweight, trie-based HTTP router for Go with advanced routing capabilities. | 78 |
goroute/route | A lightweight HTTP request multiplexer with built-in middleware support | 9 |
ngamux/ngamux | A simple HTTP router for Go that enables routing and handling HTTP requests in a web application. | 67 |
gorilla/pat | A simple HTTP router for Go. | 153 |
go-playground/pure | A lightweight HTTP router using Go's native implementation with radix tree for efficient routing and handling of context variables. | 149 |
golobby/router | A lightweight HTTP router for the Go programming language with routing, middleware, and response support | 22 |
gowww/router | A fast HTTP router package for building scalable web applications. | 185 |
go-ozzo/ozzo-routing | A high-performance HTTP router package for Go that supports regular expression route matching and is designed to build RESTful APIs. | 455 |
nbio/hitch | A Go framework that simplifies the use of routing and middleware in HTTP handlers | 51 |
mozillazg/request | An HTTP request library for Gopher. | 425 |
guilhermecaruso/bellt | A simple Go router for managing HTTP requests and routes | 54 |
bozd4g/go-http-client | An HTTP client package providing a lightweight way to send requests in Golang. | 79 |