#1 Gin
Package gin implements a HTTP web framework called gin.
Package echo implements high performance, minimalist Go web framework.
Health score 59/100, confidence 80/100.
| Latest version | v3.3.10+incompatible |
| Imported by | 14.6K packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 7 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| BindUnmarshaler | Type | type BindUnmarshaler interface{ ... } |
| BindUnmarshaler.UnmarshalParam | Method | UnmarshalParam func(param string) error |
| Binder | Type | type Binder interface{ ... } |
| Binder.Bind | Method | Bind func(i interface{}, c Context) error |
| Context | Type | type Context interface{ ... } |
| Context.Attachment | Method | Attachment func(file string, name string) error |
| Context.Bind | Method | Bind func(i interface{}) error |
| Context.Blob | Method | Blob func(code int, contentType string, b []byte) error |
| Context.Cookie | Method | Cookie func(name string) (*http.Cookie, error) |
| Context.Cookies | Method | Cookies func() []*http.Cookie |
| Context.Echo | Method | Echo func() *Echo |
| Context.Error | Method | Error func(err error) |
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.
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
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.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.