#1 Chi
Package chi is a small, idiomatic and composable router for building HTTP services.
Package lars - Library Access/Retrieval System, is a fast radix-tree based, zero allocation, HTTP router for Go.
Health score 49/100, confidence 80/100.
| Latest version | v4.0.1+incompatible |
| Imported by | 66 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 8 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Context | Type | type Context interface{ ... } |
| Context.AcceptedLanguages | Method | AcceptedLanguages func(lowercase bool) []string |
| Context.Attachment | Method | Attachment func(r io.Reader, filename string) (err error) |
| Context.BaseContext | Method | BaseContext func() *Ctx |
| Context.ClientIP | Method | ClientIP func() (clientIP string) |
| Context.Context | Method | Context func() context.Context |
| Context.Decode | Method | Decode func(includeFormQueryParams bool, maxMemory int64, v interface{}) (err error) |
| Context.Get | Method | Get func(key interface{}) (value interface{}, exists bool) |
| Context.HandlerName | Method | HandlerName func() string |
| Context.Inline | Method | Inline func(r io.Reader, filename string) (err error) |
| Context.JSON | Method | JSON func(int, interface{}) error |
| Context.JSONBytes | Method | JSONBytes func(int, []byte) error |
Package chi is a small, idiomatic and composable router for building HTTP services.
Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
Package mux implements a request router and dispatcher.
Package httprouter is a trie based high performance HTTP request router.
Golang HTTP router
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.
Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation
Package mux implements a request router and dispatcher.
Package httprouter is a trie based high performance HTTP request router.
Golang HTTP router