#1 Chi
Package chi is a small, idiomatic and composable router for building HTTP services.
Package rux is a simple and fast request router for golang HTTP applications.
Health score 62/100, confidence 80/100.
| Latest version | v1.4.1 |
| Imported by | 17 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 7 months ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| BuildRequestURL | Type | type BuildRequestURL struct{} |
| BuildRequestURL.Build | Method | func (b *BuildRequestURL) Build(withParams ...M) *url.URL |
| BuildRequestURL.Host | Method | func (b *BuildRequestURL) Host(host string) *BuildRequestURL |
| BuildRequestURL.Params | Method | func (b *BuildRequestURL) Params(params M) *BuildRequestURL |
| BuildRequestURL.Path | Method | func (b *BuildRequestURL) Path(path string) *BuildRequestURL |
| BuildRequestURL.Queries | Method | func (b *BuildRequestURL) Queries(queries url.Values) *BuildRequestURL |
| BuildRequestURL.Scheme | Method | func (b *BuildRequestURL) Scheme(scheme string) *BuildRequestURL |
| BuildRequestURL.User | Method | func (b *BuildRequestURL) User(username, password string) *BuildRequestURL |
| NewBuildRequestURL | Function | func NewBuildRequestURL() *BuildRequestURL |
| Context | Type | type Context struct{ ... } |
| Context.Abort | Method | func (c *Context) Abort() |
| Context.AbortThen | Method | func (c *Context) AbortThen() *Context |
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