#1 Echo
Package echo implements high performance, minimalist Go web framework.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
Health score 96/100, confidence 100/100.
| Latest version | v2.52.13 |
| Imported by | 30.9K packages |
| Stars | 39.8K |
| Forks | 2.0K |
| Last activity | Today |
| Latest release | v3.3.0 (19 days ago) |
| License | MIT |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Agent | Type | type Agent struct{ ... } |
| AcquireAgent | Function | func AcquireAgent() *Agent |
| Agent.Add | Method | func (a *Agent) Add(k, v string) *Agent |
| Agent.AddBytesK | Method | func (a *Agent) AddBytesK(k []byte, v string) *Agent |
| Agent.AddBytesKV | Method | func (a *Agent) AddBytesKV(k, v []byte) *Agent |
| Agent.AddBytesV | Method | func (a *Agent) AddBytesV(k string, v []byte) *Agent |
| Agent.BasicAuth | Method | func (a *Agent) BasicAuth(username, password string) *Agent |
| Agent.BasicAuthBytes | Method | func (a *Agent) BasicAuthBytes(username, password []byte) *Agent |
| Agent.Body | Method | func (a *Agent) Body(body []byte) *Agent |
| Agent.BodyStream | Method | func (a *Agent) BodyStream(bodyStream io.Reader, bodySize int) *Agent |
| Agent.BodyString | Method | func (a *Agent) BodyString(bodyString string) *Agent |
| Agent.Boundary | Method | func (a *Agent) Boundary(boundary string) *Agent |
Package echo implements high performance, minimalist Go web framework.
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.