github.com/gofiber/fiber/v2

Fiber

Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.

96

Decision Signals

Health score 96/100, confidence 100/100.

Excellent
Maintenance 95
Adoption 100
Security 92
Maturity 94
Developer DX 97
Confidence 100

Install

go get github.com/gofiber/fiber/v2

Package Data

updated Jun 11, 2026
Latest versionv2.52.13
Imported by30.9K packages
Stars39.8K
Forks2.0K
Last activityToday
Latest releasev3.3.0 (19 days ago)
LicenseMIT
Known vuln records0

API Surface

708 symbols
SymbolKindSynopsis
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

Similar Packages

Go Web Frameworks

#1 Echo

Package echo implements high performance, minimalist Go web framework.

Go Web Frameworks 32.4K stars 31.3K imported-by 100% confidence
97

#2 GoFrame

A powerful framework for faster, easier, and more efficient project development.

Go Web Frameworks 13.2K stars 14 imported-by 100% confidence
96

#3 go-zero

A cloud-native Go microservices framework with cli tool for productivity.

Go Web Frameworks 33.1K stars 0 imported-by 95% confidence
94

#4 webhook

Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server.

Go Web Frameworks 11.9K stars 0 imported-by 100% confidence
89

#5 Gin

Package gin implements a HTTP web framework called gin.

Go Web Frameworks 88.7K stars 0 imported-by 65% confidence
89