#1 Fiber
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
Package echo implements high performance, minimalist Go web framework.
Health score 97/100, confidence 100/100.
| Latest version | v4.15.2 |
| Imported by | 31.3K packages |
| Stars | 32.4K |
| Forks | 2.3K |
| Last activity | 2 days ago |
| Latest release | v5.1.1 (1 months ago) |
| License | MIT |
| 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 |
| BindingError | Type | type BindingError struct{ ... } |
| BindingError.Error | Method | func (be *BindingError) Error() string |
| BindingError.Field | Field | Field string |
| BindingError.Values | Field | Values []string |
| Context | Type | type Context interface{ ... } |
| Context.Attachment | Method | Attachment func(file string, name string) error |
| Context.Bind | Method | Bind func(i any) error |
| Context.Blob | Method | Blob func(code int, contentType string, b []byte) error |
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
A powerful framework for faster, easier, and more efficient project development.
A cloud-native Go microservices framework with cli tool for productivity.
Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server.
Package gin implements a HTTP web framework called gin.