gofiber/fiber
โก๏ธ Express inspired web framework written in Go
expressexpressjsfastfiberflexibleframeworkfriendlygogolanghacktoberfesthacktoberfest2020nodejsperformancerest-apiweb
First Claude commit: Feb 27, 2026Last Claude commit: 16d agoDiscovered: Jun 27, 2026
Recent Claude Commits
perf: fuse quoteRawString escape detection into one swar scan
05b5a3a16d agoauthor_emailfix: address second-round review findings
50af32516d agoauthor_emailfix: address code-review findings on the SWAR adoption series
2fd1fac16d agoauthor_emailperf: SWAR-accelerate log scrubbing and basicauth credential checks
bb41f9416d agoauthor_emailperf(middleware): SWAR-accelerate remaining per-byte header scans
7d7747517d agoauthor_emailperf: replace stdlib multi-byte scans with utils.IndexAny2/3
d9962df17d agoauthor_emailperf(requestid): validate request IDs eight bytes at a time
cac0a0017d agoauthor_emailtest: satisfy gocritic emptyStringTest in appendLowerASCII test
295489017d agoauthor_emailperf: use SWAR primitives on the routing hot path
4df57cf17d agoauthor_emailperf: keep hand-rolled isNoCache scanner
ae79fb217d agoauthor_emailperf: adopt SWAR-accelerated utils helpers in hot-path scanners
eef39a917d agoauthor_emailfix(proxy): drop client-retaining guard map; correct dialer doc
4cfd4da20d agoauthor_emailperf(router): skip per-request slash counting for apps without param routes
19d5d1b20d agoauthor_emaildocs(proxy): note per-call client guard caveat; add guard-path test coverage
3ab95c820d agoauthor_emailfix(proxy): stop mutating net.DefaultResolver in rebinding test (data race)
2f981f520d agoauthor_emailstyle(proxy): satisfy linter in rebinding test
07c3ed620d agoauthor_emailrefactor(router): make slash-bound encoding explicit and add differential test
b95c14821d agoauthor_emailfix(proxy): block IPv4-compatible and NAT64 IPv6 wrappers in isBlockedIP
e32dc6f21d agoauthor_emailtest(proxy): pin dial-time blocking; clarify guard retention/lock docs
b3e08f821d agoauthor_emailfix(proxy): correct guard compose order and serialize installation
034d8d821d agoauthor_emailfix(proxy): install SSRF guard via ConfigureClient; fix DialTimeout bypass, leak, and lock
8a3d77021d agoauthor_emailperf(router): keep slash-bound computation off RoutePatternMatch's path
63ca7b021d agoauthor_emailperf(router): quick-reject routes on precomputed slash-count bounds
f48d64021d agoauthor_emailfix(proxy): guard runtime helpers against DNS-rebinding SSRF
fc441af21d agoauthor_email๐ง fix(lint): exclude fasthttp VisitAll SA1019 via config, not inline nolint
1dbe40e23d agoauthor_email๐จ lint: make VisitAll nolint explanations SA1019-specific
5f2d94a23d agoauthor_email๐ docs: scope DNS-rebinding mitigation to Balancer in runtime-helper godoc
e85e92e23d agoauthor_emailMerge remote-tracking branch 'origin/main' into claude/proxy-middleware-security-audit-q45Ya
1785b8325d agoauthor_email๐งน test: consolidate security_branches_test.go into security_test.go
584d38825d agoauthor_email๐งน test: replace fuzz corpus file with explicit seeds
4e7d2cd25d agoauthor_email๐งช test: use testing.B.Loop in proxy benchmarks
9a47e6325d agoauthor_email๐ fix: address Copilot review on PR #4405
60c2d0827d agoauthor_email๐ fix: match DomainForward host case-insensitively (RFC 9110 ยง4.2.3)
573b49b27d agoauthor_emailperf: restore Body() and Vary() benchmark performance
cb9360b27d agoauthor_emailfix: address code-review findings on adaptor protocol propagation
761244028d agoauthor_emailfix: address PR review comments
6f7ed3c28d agoauthor_emailfix: address code-review findings on fourth-round compliance changes
759a25d28d agoauthor_emailfix: fourth-round RFC 9110 compliance fixes
112794f28d agoauthor_emailfix: address code-review findings on third-round compliance changes
04e495528d agoauthor_emailfix: third-round RFC 9110 compliance fixes for header field handling
64f79cb28d agoauthor_emailfix: address code-review findings on the RFC 9110 compliance changes
806215428d agoauthor_emailfix: address remaining RFC 9110 compliance gaps found in second audit
a6c60f228d agoauthor_emailfix: improve RFC 9110 compliance in req.go, res.go, and ctx.go
97fea3728d agoauthor_emailrefactor: move SkipUnmatchedRoutes state into skipRouteIndex
d0a3f9229d agoauthor_emailrevert: drop custom ASCII lowercase and contiguous-segment packing
b7c697929d agoauthor_emailperf: store route segments contiguously for cache-friendly matching
c6ee22429d agoauthor_emailperf: track path via offset in getMatch instead of re-slicing
2f7935f29d agoauthor_emailperf: fuse path copy and lowercasing in configDependentPaths
ca6a7a829d agoauthor_emailperf: prune empty methods from the 404/405 cross-method fallback
28c85f629d agoauthor_emailperf: hoist accessors in nextCustom 405 fallback; add custom 404 benchmark
7e28e3f29d agoauthor_email