#1 GoFrame
A powerful framework for faster, easier, and more efficient project development.
Package gin implements a HTTP web framework called gin.
Health score 97/100, confidence 100/100.
| Latest version | v1.12.0 |
| Imported by | 183.2K packages |
| Stars | 88.6K |
| Forks | 8.6K |
| Last activity | 22 days ago |
| Latest release | v1.12.0 (3 months ago) |
| License | MIT |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Accounts | Type | type Accounts map[string]string |
| Context | Type | type Context struct{ ... } |
| Context.Abort | Method | func (c *Context) Abort() |
| Context.AbortWithError | Method | func (c *Context) AbortWithError(code int, err error) *Error |
| Context.AbortWithStatus | Method | func (c *Context) AbortWithStatus(code int) |
| Context.AbortWithStatusJSON | Method | func (c *Context) AbortWithStatusJSON(code int, jsonObj any) |
| Context.AbortWithStatusPureJSON | Method | func (c *Context) AbortWithStatusPureJSON(code int, jsonObj any) |
| Context.Accepted | Field | Accepted []string |
| Context.AddParam | Method | func (c *Context) AddParam(key, value string) |
| Context.AsciiJSON | Method | func (c *Context) AsciiJSON(code int, obj any) |
| Context.BSON | Method | func (c *Context) BSON(code int, obj any) |
| Context.Bind | Method | func (c *Context) Bind(obj any) error |
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.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
Learn Go with test-driven development