#1 Chi
Package chi is a small, idiomatic and composable router for building HTTP services.
:non-potable_water: Is a lightweight HTTP router that sticks to the std "net/http" implementation
Health score 49/100, confidence 80/100.
| Latest version | v4.2.0+incompatible |
| Imported by | 92 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 7 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| FormDecoder | Type | type FormDecoder interface{ ... } |
| DefaultDecoder | Variable | var DefaultDecoder FormDecoder = form.NewDecoder() |
| FormDecoder.Decode | Method | Decode func(interface{}, url.Values) error |
| IRouteGroup | Type | type IRouteGroup interface{ ... } |
| IRouteGroup.Group | Method | Group func(prefix string) IRouteGroup |
| IRouteGroup.GroupWithMore | Method | GroupWithMore func(prefix string, middleware ...Middleware) IRouteGroup |
| IRouteGroup.GroupWithNone | Method | GroupWithNone func(prefix string) IRouteGroup |
| IRoutes | Type | type IRoutes interface{ ... } |
| IRoutes.Any | Method | Any func(string, http.HandlerFunc) |
| IRoutes.Connect | Method | Connect func(string, http.HandlerFunc) |
| IRoutes.Delete | Method | Delete func(string, http.HandlerFunc) |
| IRoutes.Get | Method | Get func(string, http.HandlerFunc) |
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 rux is a simple and fast request router for golang HTTP applications.
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 httprouter is a trie based high performance HTTP request router.