#1 Chi
Package chi is a small, idiomatic and composable router for building HTTP services.
Package httprouter is a trie based high performance HTTP request router.
Health score 61/100, confidence 80/100.
| Latest version | v1.3.0 |
| Imported by | 27.4K packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 6 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Handle | Type | type Handle func(http.ResponseWriter, *http.Request, Params) |
| Param | Type | type Param struct{ ... } |
| Param.Key | Field | Key string |
| Param.Value | Field | Value string |
| Params | Type | type Params []Param |
| Params.ByName | Method | func (ps Params) ByName(name string) string |
| ParamsFromContext | Function | func ParamsFromContext(ctx context.Context) Params |
| Router | Type | type Router struct{ ... } |
| New | Function | func New() *Router |
| Router.DELETE | Method | func (r *Router) DELETE(path string, handle Handle) |
| Router.GET | Method | func (r *Router) GET(path string, handle Handle) |
| Router.GlobalOPTIONS | Field | GlobalOPTIONS http.Handler |
Package chi is a small, idiomatic and composable router for building HTTP services.
Package mux implements a request router and dispatcher.
Package ngamux is simple HTTP router for Go that compatible with net/http, the standard library to serve HTTP.
Package ship has implemented a flexible, powerful, high performance and minimalist Go Web HTTP router framework, which is inspired by echo and httprouter.
Package chi is a small, idiomatic and composable router for building HTTP services.
Package mux implements a request router and dispatcher.
Package ngamux is simple HTTP router for Go that compatible with net/http, the standard library to serve HTTP.
Package ship has implemented a flexible, powerful, high performance and minimalist Go Web HTTP router framework, which is inspired by echo and httprouter.
Package lars - Library Access/Retrieval System, is a fast radix-tree based, zero allocation, HTTP router for Go.