#1 Gin
Package gin implements a HTTP web framework called gin.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
Health score 77/100, confidence 75/100.
| Latest version | v3.3.0 |
| Imported by | 1.5K packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 8 days ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| App | Type | type App struct{} |
| App.AcquireCtx | Method | func (app *App) AcquireCtx(fctx *fasthttp.RequestCtx) CustomCtx |
| App.Add | Method | func (app *App) Add(methods []string, path string, handler any, handlers ...any) Router |
| App.All | Method | func (app *App) All(path string, handler any, handlers ...any) Router |
| App.Config | Method | func (app *App) Config() Config |
| App.Connect | Method | func (app *App) Connect(path string, handler any, handlers ...any) Router |
| App.Delete | Method | func (app *App) Delete(path string, handler any, handlers ...any) Router |
| App.Domain | Method | func (app *App) Domain(host string) Router |
| App.ErrorHandler | Method | func (app *App) ErrorHandler(ctx Ctx, err error) error |
| App.Get | Method | func (app *App) Get(path string, handler any, handlers ...any) Router |
| App.GetBytes | Method | func (app *App) GetBytes(b []byte) []byte |
| App.GetRoute | Method | func (app *App) GetRoute(name string) Route |
Package gin implements a HTTP web framework called gin.
A powerful framework for faster, easier, and more efficient project development.
An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.
Learn Go with test-driven development