#1 Chi
Package chi is a small, idiomatic and composable router for building HTTP services.
Package vestigo implements a performant, stand-alone, HTTP compliant URL Router for go web applications.
Health score 50/100, confidence 80/100.
| Latest version | v1.1.1 |
| Imported by | 126 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 6 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| CorsAccessControl | Type | type CorsAccessControl struct{ ... } |
| CorsAccessControl.AllowCredentials | Field | AllowCredentials bool |
| CorsAccessControl.AllowHeaders | Field | AllowHeaders []string |
| CorsAccessControl.AllowMethods | Field | AllowMethods []string |
| CorsAccessControl.AllowOrigin | Field | AllowOrigin []string |
| CorsAccessControl.ExposeHeaders | Field | ExposeHeaders []string |
| CorsAccessControl.GetAllowCredentials | Method | func (c *CorsAccessControl) GetAllowCredentials() bool |
| CorsAccessControl.GetAllowHeaders | Method | func (c *CorsAccessControl) GetAllowHeaders() []string |
| CorsAccessControl.GetAllowMethods | Method | func (c *CorsAccessControl) GetAllowMethods() []string |
| CorsAccessControl.GetAllowOrigin | Method | func (c *CorsAccessControl) GetAllowOrigin() []string |
| CorsAccessControl.GetExposeHeaders | Method | func (c *CorsAccessControl) GetExposeHeaders() []string |
| CorsAccessControl.GetMaxAge | Method | func (c *CorsAccessControl) GetMaxAge() time.Duration |
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