This website requires JavaScript.
Explore
Help
Sign In
contrib
/
fasthttp
Watch
1
Star
0
Fork
0
You've already forked fasthttp
mirror of
https://github.com/valyala/fasthttp.git
synced
2026-06-17 16:26:47 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1,901
Commits
3
Branches
81
Tags
87f0fe1394dea443b31db4c76e3f3d6c8541e4db
Commit Graph
2 Commits
Author
SHA1
Message
Date
Oleksandr Redko
f196617f55
chore: Use 'any' instead of 'interface{}' (
#1666
)
...
gofmt -w -r "interface{} -> any" -l .
2023-11-24 11:33:04 +01:00
Aliaksandr Valialkin
b00a213a93
Moved ctx.UserValue from standard map to custom userData. This should improve its' performance for common case when ctx contains up to 10 user values
2015-12-11 16:40:55 +02:00