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 May 28, 2026
Latest versionv2.52.13
Imported by30.9K packages
Stars39.8K
Forks2.0K
Last activityToday
Latest releasev3.3.0 (5 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 Learn Go with TDD

Learn Go with test-driven development

Go Web Frameworks 23.7K stars 0 imported-by 65% confidence
91

#4 Gin

Package gin implements a HTTP web framework called gin.

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

#5 GoFr

An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.

Go Web Frameworks 21.4K stars 0 imported-by 45% confidence
86